Symbol: efidp
lib/libefivar/efivar-dp-parse.c
4044
efidp_parse_device_path(char *path, efidp out, size_t max)
lib/libefivar/efivar-dp-xlate.c
569
build_dp(const char *efimedia, const char *relpath, efidp *dp)
lib/libefivar/efivar-dp-xlate.c
573
efidp out = NULL;
lib/libefivar/efivar-dp-xlate.c
620
efipart_to_dp(struct gmesh *mesh, char *path, efidp *dp)
lib/libefivar/efivar-dp-xlate.c
645
dev_path_to_dp(struct gmesh *mesh, char *path, efidp *dp)
lib/libefivar/efivar-dp-xlate.c
677
path_to_dp(struct gmesh *mesh, char *path, efidp *dp)
lib/libefivar/efivar-dp-xlate.c
731
efivar_unix_path_to_device_path(const char *path, efidp *dp)
lib/libefivar/efivar-dp.h
61
ssize_t efidp_parse_device_path(char *path, efidp out, size_t max);
lib/libefivar/efivar-dp.h
67
int efivar_unix_path_to_device_path(const char *path, efidp *dp);
usr.sbin/efibootmgr/efibootmgr.c
1004
efidp dp;
usr.sbin/efibootmgr/efibootmgr.c
1032
dp = (efidp)walker;
usr.sbin/efibootmgr/efibootmgr.c
1078
efidp dp = NULL;
usr.sbin/efibootmgr/efibootmgr.c
613
create_loadopt(uint8_t *buf, size_t bufmax, uint32_t attributes, efidp dp, size_t dp_size,
usr.sbin/efibootmgr/efibootmgr.c
666
efidp dp, loaderdp, kerneldp;
usr.sbin/efibootmgr/efibootmgr.c
753
efidp dp, edp;
usr.sbin/efibootmgr/efibootmgr.c
774
dp = (efidp)walker;
usr.sbin/efibootmgr/efibootmgr.c
778
edp = (efidp)walker;
usr.sbin/efibootmgr/efibootmgr.c
799
dp = (efidp)((char *)dp + efidp_size(dp));
usr.sbin/efidp/efidp.c
139
efidp dp;
usr.sbin/efidp/efidp.c
169
efidp dp;
usr.sbin/efidp/efidp.c
173
dp = (efidp)dpbuf;
usr.sbin/efidp/efidp.c
217
efidp dp;
usr.sbin/efivar/efiutil.c
127
efidp dp, edp;
usr.sbin/efivar/efiutil.c
150
dp = (efidp)walker;
usr.sbin/efivar/efiutil.c
154
edp = (efidp)walker;
usr.sbin/efivar/efiutil.c
169
dp = (efidp)((char *)dp + efidp_size(dp));