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

/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c176 int OCSP_parse_url(char *url, char **phost, char **pport, char **ppath, argument
185 *ppath = NULL;
222 *ppath = BUF_strdup("/");
224 *ppath = BUF_strdup(p);
229 if (!*ppath)
278 if (*ppath)
279 OPENSSL_free(*ppath);
H A Docsp.h446 int OCSP_parse_url(char *url, char **phost, char **pport, char **ppath,
/freebsd-9.3-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-9.3-release/contrib/dtc/
H A Dflattree.c720 static char *nodename_from_path(const char *ppath, const char *cpath) argument
724 plen = strlen(ppath);
726 if (!strneq(ppath, cpath, plen))
728 cpath, ppath);
731 if (!streq(ppath, "/"))
/freebsd-9.3-release/sys/dev/amd/
H A Damd.h228 struct cam_path *ppath; member in struct:amd_softc
H A Damd.c2462 if (xpt_create_path(&amd->ppath, /* periph */ NULL,
/freebsd-9.3-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-9.3-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-9.3-release/sys/dev/arcmsr/
H A Darcmsr.c4324 if(xpt_create_path(&acb->ppath, /* periph */ NULL, cam_sim_path(acb->psim), CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) {
4336 xpt_setup_ccb(&csa.ccb_h, acb->ppath, /*priority*/5);
4481 xpt_async(AC_LOST_DEVICE, acb->ppath, NULL);
4482 xpt_free_path(acb->ppath);
H A Darcmsr.h1130 struct cam_path *ppath; member in struct:AdapterControlBlock
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c2140 zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath, argument
2146 verify(nvlist_add_string(search, ZPOOL_CONFIG_PHYS_PATH, ppath) == 0);

Completed in 310 milliseconds