Searched refs:ppath (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c117 int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath, argument
126 *ppath = NULL;
163 *ppath = OPENSSL_strdup("/");
165 *ppath = OPENSSL_strdup(p);
170 if (!*ppath)
212 OPENSSL_free(*ppath);
213 *ppath = NULL;
/freebsd-13-stable/contrib/tnftp/src/
H A Dfetch.c615 char *phost, *ppath; local
665 &ppath) == -1)
671 (! EMPTYSTRING(ppath)
672 && strcmp(ppath, "/") != 0)) {
677 FREEPTR(ppath);
687 FREEPTR(ppath);
697 FREEPTR(ppath);
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_extents.c369 struct ext4_extent_path **ppath)
388 if (ppath == NULL)
391 path = *ppath;
396 *ppath = path;
458 *ppath = NULL;
368 ext4_ext_find_extent(struct inode *ip, daddr_t block, struct ext4_extent_path **ppath) argument
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Docsp.h229 int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath,
/freebsd-13-stable/contrib/netbsd-tests/lib/libppath/
H A Dt_ppath.c14 #include <ppath/ppath.h>
/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.c4953 if(xpt_create_path(&acb->ppath, /* periph */ NULL, cam_sim_path(acb->psim), CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) {
4960 xpt_setup_ccb(&csa.ccb_h, acb->ppath, /*priority*/5);
5156 xpt_async(AC_LOST_DEVICE, acb->ppath, NULL);
5157 xpt_free_path(acb->ppath);
H A Darcmsr.h1348 struct cam_path *ppath; member in struct:AdapterControlBlock
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2756 zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath, argument
2765 guid = strtoull(ppath, &end, 0);
2770 ppath) == 0);

Completed in 208 milliseconds