Lines Matching refs:driver
116 /* structure to hold entries with mpxio-disable property in driver.conf file */
188 /* return the next token from the given driver.conf file, or -1 on error */
438 * Parse the next entry from the driver.conf file and return in the form of
625 * Parse all entries with mpxio-disable property in the given driver.conf
628 * fname driver.conf file name
630 * driver.conf file entries with mpxio-disable property.
632 * driver global mpxio-dissable property as follows.
633 * 0 if driver mpxio-disable="no"
634 * 1 if driver mpxio-disable="yes"
635 * -1 if driver mpxio-disable property isn't specified.
723 * Return the driver class of the given driver_name.
724 * The memory for the driver class is allocated by this function and the
732 char driver[BUFSIZE];
735 logdmsg(("get_driver_class: rootdir = %s, driver name = %s\n",
748 if ((sscanf(buf, "%s %s", driver, class_name) == 2) &&
749 driver[0] != '#' && strcmp(driver, driver_name) == 0) {
750 logdmsg(("get_driver_class: driver class = %s\n",
790 * driver.conf file. Match the entries from most specific to least specific.
829 /* if path is NULL, return driver global mpxio-disable setting */
901 /* lookup driver name */
917 * use the driver global mpxio-disable setting if exists.