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

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c1832 * drv_buf - user supplied buffer - the driver name will be stored here.
1841 devfs_path_to_drv(char *devfs_path, char *drv_buf) argument
1849 if (drv_buf == NULL) {
1879 /* return the driver name in drv_buf */
1880 (void) strcpy(drv_buf, opp->oprom_array);
1904 (void) strcpy(drv_buf, opp->oprom_array);

Completed in 35 milliseconds