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

/freebsd-12-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-12-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-12-stable/contrib/dtc/
H A Dflattree.c735 static char *nodename_from_path(const char *ppath, const char *cpath) argument
739 plen = strlen(ppath);
741 if (!strneq(ppath, cpath, plen))
743 cpath, ppath);
746 if (!streq(ppath, "/"))
/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_extents.c367 struct ext4_extent_path **ppath)
386 if (ppath == NULL)
389 path = *ppath;
394 *ppath = path;
457 *ppath = NULL;
366 ext4_ext_find_extent(struct inode *ip, daddr_t block, struct ext4_extent_path **ppath) argument
/freebsd-12-stable/contrib/gdb/gdb/
H A Dwin32-nat.c591 char ppath[MAX_PATH + 1]; local
617 cygwin_conv_to_posix_path (buf, ppath);
618 so = (struct so_stuff *) xmalloc (sizeof (struct so_stuff) + strlen (ppath) + 8 + 1);
629 strcpy (so->name, ppath);
633 len = strlen (ppath);
/freebsd-12-stable/sys/dev/trm/
H A Dtrm.h252 struct cam_path *ppath; member in struct:_ACB
H A Dtrm.c983 if (pACB->ppath != NULL)
984 xpt_async(AC_BUS_RESET, pACB->ppath, NULL);
3455 if (xpt_create_path(&pACB->ppath,
3542 xpt_async(AC_LOST_DEVICE, pACB->ppath, NULL);
3543 xpt_free_path(pACB->ppath);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Docsp.h229 int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath,
/freebsd-12-stable/contrib/netbsd-tests/lib/libppath/
H A Dt_ppath.c14 #include <ppath/ppath.h>
/freebsd-12-stable/sys/dev/arcmsr/
H A Darcmsr.c4954 if(xpt_create_path(&acb->ppath, /* periph */ NULL, cam_sim_path(acb->psim), CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) {
4961 xpt_setup_ccb(&csa.ccb_h, acb->ppath, /*priority*/5);
5157 xpt_async(AC_LOST_DEVICE, acb->ppath, NULL);
5158 xpt_free_path(acb->ppath);
H A Darcmsr.h1348 struct cam_path *ppath; member in struct:AdapterControlBlock
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c2408 zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath, argument
2414 verify(nvlist_add_string(search, ZPOOL_CONFIG_PHYS_PATH, ppath) == 0);

Completed in 323 milliseconds