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

  /src/lib/libppath/
Makefile 31 MLINKS+= ppath.3 ppath_idx.3
  /src/common/include/ppath/
ppath.h 17 ppath_component_t *ppath_idx(unsigned int);
  /src/tests/lib/libppath/
t_ppath.c 108 if ((pc = ppath_idx(0)) == NULL)
109 atf_tc_fail("ppath_idx failed");
148 if ((pc = ppath_idx(0)) == NULL)
149 atf_tc_fail("ppath_idx failed");
195 if ((pc = ppath_idx(0)) == NULL)
196 atf_tc_fail("ppath_idx failed");
239 if ((pc = ppath_idx(i)) == NULL)
240 atf_tc_fail("ppath_idx failed");
273 if ((idx = ppath_idx(0)) == NULL)
274 atf_tc_fail("ppath_idx failed")
    [all...]
  /src/common/lib/libppath/
ppath.c 107 ppath_idx(unsigned int idx) function in typeref:typename:ppath_component_t *
247 if ((pc = ppath_idx(idx)) == NULL)
282 if ((pc = ppath_idx(idx)) == NULL)

Completed in 12 milliseconds