Searched defs:ppa (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c123 * Given a single token ending with a ppa spec, return the ppa spec converted
130 getppa(const char *bp, size_t bpsize, uint_t *ppa) argument
146 if (extract_uint(tp + 1, ppa) != 0)
150 if (*ppa > UINT_MAX - 1)
159 * Given a `linkname' of the form drv(ppa), parse it into `driver' and `ppa'.
164 * call this function with `driver' and `ppa' set to NULL, to just verify the
168 dlparse_drvppa(const char *linknamep, char *driver, uint_t dsize, uint_t *ppa) argument
186 /* strip the ppa of
[all...]

Completed in 353 milliseconds