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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c1403 * drv_buf - user supplied buffer - the driver name will be stored here.
1412 devfs_path_to_drv(char *devfs_path, char *drv_buf) argument
1420 if (drv_buf == NULL) {
1450 /* return the driver name in drv_buf */
1451 (void) strcpy(drv_buf, opp->oprom_array);
1475 (void) strcpy(drv_buf, opp->oprom_array);

Completed in 139 milliseconds