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

  /src/common/include/ppath/
ppath.h 14 typedef struct _ppath ppath_t; typedef in typeref:struct:_ppath
23 ppath_t *ppath_create(void);
24 unsigned int ppath_length(const ppath_t *);
27 ppath_t *ppath_pop(ppath_t *, ppath_component_t **);
28 ppath_t *ppath_push(ppath_t *, ppath_component_t *);
29 ppath_component_t *ppath_component_at(const ppath_t *, unsigned int);
30 ppath_t *ppath_subpath(const ppath_t *, unsigned int, unsigned int)
    [all...]
  /src/common/lib/libppath/
ppath.c 66 const ppath_t *, prop_type_t);
68 const ppath_t *, const prop_object_t);
160 ppath_t *
163 ppath_t *p;
174 ppath_t *
175 ppath_pop(ppath_t *p, ppath_component_t **pcp)
192 ppath_t *
193 ppath_push(ppath_t *p, ppath_component_t *pc)
204 ppath_component_at(const ppath_t *p, unsigned int i)
217 ppath_length(const ppath_t *p
    [all...]
  /src/tests/lib/libppath/
t_ppath.c 93 "after ppath_t reaches maximum length");
98 ppath_t *p, *rp;
133 "after ppath_t is empty");
138 ppath_t *p, *rp;
185 ppath_t *p, *rp;
228 ppath_t *p, *rp;
300 ppath_t *p, *cp, *rp;
347 ppath_t *p, *cp, *rp;
435 ppath_t *p, *p2, *p3;
574 ppath_t *p, *p2, *p3
    [all...]
  /src/sys/arch/x86/pci/
pci_ranges.c 810 ppath_t *op, *p;

Completed in 36 milliseconds