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

/freebsd-10.1-release/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c178 int OCSP_parse_url(char *url, char **phost, char **pport, char **ppath, argument
187 *ppath = NULL;
224 *ppath = BUF_strdup("/");
226 *ppath = BUF_strdup(p);
231 if (!*ppath)
280 if (*ppath)
281 OPENSSL_free(*ppath);
H A Docsp.h450 int OCSP_parse_url(char *url, char **phost, char **pport, char **ppath,
/freebsd-10.1-release/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-10.1-release/contrib/dtc/
H A Dflattree.c726 static char *nodename_from_path(const char *ppath, const char *cpath) argument
730 plen = strlen(ppath);
732 if (!strneq(ppath, cpath, plen))
734 cpath, ppath);
737 if (!streq(ppath, "/"))
/freebsd-10.1-release/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-10.1-release/sys/dev/trm/
H A Dtrm.h250 struct cam_path *ppath; member in struct:_ACB
H A Dtrm.c1129 if (pACB->ppath != NULL)
1130 xpt_async(AC_BUS_RESET, pACB->ppath, NULL);
3602 if (xpt_create_path(&pACB->ppath,
3693 xpt_async(AC_LOST_DEVICE, pACB->ppath, NULL);
3694 xpt_free_path(pACB->ppath);
/freebsd-10.1-release/sys/dev/arcmsr/
H A Darcmsr.c4323 if(xpt_create_path(&acb->ppath, /* periph */ NULL, cam_sim_path(acb->psim), CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) {
4335 xpt_setup_ccb(&csa.ccb_h, acb->ppath, /*priority*/5);
4480 xpt_async(AC_LOST_DEVICE, acb->ppath, NULL);
4481 xpt_free_path(acb->ppath);
H A Darcmsr.h1130 struct cam_path *ppath; member in struct:AdapterControlBlock
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c2149 zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath, argument
2155 verify(nvlist_add_string(search, ZPOOL_CONFIG_PHYS_PATH, ppath) == 0);

Completed in 278 milliseconds