Lines Matching defs:ppa
78 * Given a single token ending with a ppa spec, return the ppa spec converted
85 getppa(const char *bp, int bpsize, uint_t *ppa)
101 if (extract_uint(tp + 1, ppa) != 0)
105 if (*ppa > UINT_MAX - 1)
151 * Given a `linkname' of the form drv(ppa), parse it into `driver' and `ppa'.
156 * call this function with `driver' and `ppa' set to NULL, to just verify the
160 dlparse_drvppa(const char *linknamep, char *driver, uint_t dsize, uint_t *ppa)
177 /* strip the ppa off of the linkname, if present */
197 if (ppa != NULL)
198 *ppa = lppa;