Home | History | Annotate | Download | only in other

Lines Matching refs:driver

15     -k	Print kernel driver
43 driver[256], *vbig = 0, *dbig = 0, **fields;
53 // it's ok for the driver link not to be there, whatever fortify says
54 *driver = 0;
56 if (readlinkat(dirfd, "driver", driver, sizeof(driver))) {};
105 goto driver;
113 driver:
114 if (*driver)
115 printf((toys.optflags & FLAG_m) ? " \"%s\"" : " %s", basename(driver));