Home
last modified time | relevance | path

Searched refs:ppath_push_idx (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/lib/libppath/
H A DMakefile37 MLINKS+= ppath.3 ppath_push_idx.3
/netbsd-src/common/include/ppath/
H A Dppath.h31 ppath_t *ppath_push_idx(ppath_t *, unsigned int);
/netbsd-src/tests/lib/libppath/
H A Dt_ppath.c466 if (ppath_push_idx(p2, 0) == NULL) in ATF_TC_BODY()
605 if (ppath_push_idx(p2, 0) == NULL) in ATF_TC_BODY()
/netbsd-src/common/lib/libppath/
H A Dppath.c242 ppath_push_idx(ppath_t *p0, unsigned int idx) in ppath_push_idx() function
/netbsd-src/sys/arch/x86/pci/
H A Dpci_ranges.c831 if ((p = ppath_push_idx(p, i)) == NULL) { in pci_rsrc_filter()