HomeSort by: relevance | last modified time | path
    Searched refs:ppath_push_key (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/lib/libppath/
t_ppath.c 377 rp = ppath_push_key(cp, "key");
457 if (ppath_push_key(p, "John Doe") == NULL)
458 atf_tc_fail("ppath_push_key failed");
459 if (ppath_push_key(p, "u.s. citizen") == NULL)
460 atf_tc_fail("ppath_push_key failed");
462 if (ppath_push_key(p2, "John Doe") == NULL)
463 atf_tc_fail("ppath_push_key failed");
464 if (ppath_push_key(p2, "children") == NULL)
465 atf_tc_fail("ppath_push_key failed");
469 if (ppath_push_key(p3, "John Doe") == NULL
    [all...]
  /src/lib/libppath/
Makefile 38 MLINKS+= ppath.3 ppath_push_key.3
  /src/common/include/ppath/
ppath.h 32 ppath_t *ppath_push_key(ppath_t *, const char *);
  /src/sys/arch/x86/pci/
pci_ranges.c 817 p = ppath_push_key(p, (space == 0) ? "memory" : "io");
818 p = ppath_push_key(p, "bios-reservations");
  /src/common/lib/libppath/
ppath.c 256 ppath_push_key(ppath_t *p0, const char *key) function in typeref:typename:ppath_t *

Completed in 40 milliseconds