Lines Matching defs:ppa
123 * 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)
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)
186 /* strip the ppa off of the linkname, if present */
207 if (ppa != NULL)
208 *ppa = lppa;