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

/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c178 int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath, argument
187 *ppath = NULL;
224 *ppath = BUF_strdup("/");
226 *ppath = BUF_strdup(p);
231 if (!*ppath)
274 if (*ppath) {
275 OPENSSL_free(*ppath);
276 *ppath = NULL;
H A Docsp.h461 int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath,
/freebsd-11-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-11-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-11-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-11-stable/sys/dev/trm/
H A Dtrm.h250 struct cam_path *ppath; member in struct:_ACB
H A Dtrm.c981 if (pACB->ppath != NULL)
982 xpt_async(AC_BUS_RESET, pACB->ppath, NULL);
3451 if (xpt_create_path(&pACB->ppath,
3538 xpt_async(AC_LOST_DEVICE, pACB->ppath, NULL);
3539 xpt_free_path(pACB->ppath);
/freebsd-11-stable/contrib/netbsd-tests/lib/libppath/
H A Dt_ppath.c14 #include <ppath/ppath.h>
/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.h1346 struct cam_path *ppath; member in struct:AdapterControlBlock
H A Darcmsr.c4952 if(xpt_create_path(&acb->ppath, /* periph */ NULL, cam_sim_path(acb->psim), CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) {
4959 xpt_setup_ccb(&csa.ccb_h, acb->ppath, /*priority*/5);
5155 xpt_async(AC_LOST_DEVICE, acb->ppath, NULL);
5156 xpt_free_path(acb->ppath);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c2322 zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath, argument
2328 verify(nvlist_add_string(search, ZPOOL_CONFIG_PHYS_PATH, ppath) == 0);

Completed in 372 milliseconds