Lines Matching defs:driver
159 * Given a `linkname' of the form drv(ppa), parse it into `driver' and `ppa'.
160 * If the `dsize' for the `driver' is not atleast MAXLINKNAMELEN then part of
161 * the driver name will be copied to `driver'.
163 * This function also validates driver name and PPA and therefore callers can
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)
204 if (driver != NULL)
205 (void) strlcpy(driver, linkname, dsize);
218 * - datalink name (which is driver name plus PPA), for e.g. bge0 or
326 * you PLINK a driver under itself, and "/dev/ip" is typically the driver at