Home
last modified time | relevance | path

Searched refs:ppath (Results 1 – 9 of 9) sorted by relevance

/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_lib.c187 OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath, in OCSP_parse_url() argument
192 *phost = *pport = *ppath = NULL; in OCSP_parse_url()
234 *ppath = path; in OCSP_parse_url()
/dragonfly/usr.bin/dsynth/
H A Dconfig.c533 char *ppath; in parseProfile() local
549 asprintf(&ppath, "%*.*s%*.*s-make.conf", in parseProfile()
551 fp = fopen(ppath, "r"); in parseProfile()
553 ddprintf(0, "Warning: Profile %s does not exist\n", ppath); in parseProfile()
557 ddprintf(0, "ParseProfile %s\n", ppath); in parseProfile()
558 free(ppath); in parseProfile()
/dragonfly/sys/vfs/ext2fs/
H A Dext2_extents.c140 struct ext4_extent_path **ppath) in ext4_ext_find_extent() argument
/dragonfly/sys/dev/disk/amd/
H A Damd.h224 struct cam_path *ppath; member
H A Damd.c2439 if (xpt_create_path(&amd->ppath, /* periph */ NULL, in amd_attach()
/dragonfly/sys/dev/disk/trm/
H A Dtrm.h250 struct cam_path *ppath; member
H A Dtrm.c1189 if (pACB->ppath != NULL) in trm_reset()
1190 xpt_async(AC_BUS_RESET, pACB->ppath, NULL); in trm_reset()
3621 if (xpt_create_path(&pACB->ppath, in trm_attach()
3712 xpt_async(AC_LOST_DEVICE, pACB->ppath, NULL); in trm_detach()
3713 xpt_free_path(pACB->ppath); in trm_detach()
/dragonfly/crypto/libressl/include/openssl/
H A Docsp.h250 char **ppath, int *pssl);
/dragonfly/sys/dev/raid/arcmsr/
H A Darcmsr.h1256 struct cam_path *ppath; member