Searched refs:driver_name (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11.0-release/sys/dev/hptnr/
H A Dhptnr_config.c47 const char driver_name[] = "hptnr"; variable
H A Dhptnr_config.h47 #define driver_name hptnr_driver_name macro
H A Dos_bsd.h119 extern const char driver_name[];
H A Dhptnr_os_bsd.c289 return printf("%s: %s\n", driver_name, buf);
H A Dhptnr_osm_bsd.c1317 .d_name = driver_name,
1408 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,
1478 S_IRUSR | S_IWUSR, "%s", driver_name);
1509 if(strcmp(dl->driver->name, driver_name) == 0) {
1554 driver_name,
/freebsd-11.0-release/sys/dev/hpt27xx/
H A Dhpt27xx_config.c61 const char driver_name[] = "hpt27xx"; variable
H A Dhpt27xx_config.h46 #define driver_name hpt27xx_driver_name macro
H A Dos_bsd.h117 extern const char driver_name[];
H A Dhpt27xx_osm_bsd.c1122 .d_name = driver_name,
1218 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,
1222 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,
1296 S_IRUSR | S_IWUSR, "%s", driver_name);
1327 if(strcmp(dl->driver->name, driver_name) == 0) {
1372 driver_name,
H A Dhpt27xx_os_bsd.c308 return printf("%s: %s\n", driver_name, buf);
/freebsd-11.0-release/sys/dev/hptrr/
H A Dhptrr_config.c66 char driver_name[] = "hptrr"; variable
H A Dhptrr_config.h44 #define driver_name hptrr_driver_name macro
H A Dos_bsd.h120 extern char driver_name[];
H A Dhptrr_os_bsd.c275 return printf("%s: %s\n", driver_name, buf);
H A Dhptrr_osm_bsd.c965 .d_name = driver_name,
1055 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,
1125 S_IRUSR | S_IWUSR, "%s", driver_name);
1156 if(strcmp(dl->driver->name, driver_name) == 0) {
1201 driver_name,
/freebsd-11.0-release/contrib/ofed/libibverbs/src/
H A Dinit.c314 struct ibv_driver_name *driver_name; local
319 driver_name = malloc(sizeof *driver_name);
320 if (!driver_name) {
326 driver_name->name = strdup(field);
327 if (!driver_name->name) {
330 free(driver_name);
334 driver_name->next = driver_name_list;
335 driver_name_list = driver_name;
/freebsd-11.0-release/contrib/apr-util/crypto/
H A Dapr_crypto.c71 #define DRIVER_LOAD(name,driver_name,pool,params,rv,result) \
73 extern const apr_crypto_driver_t driver_name; \
74 apr_hash_set(drivers,name,APR_HASH_KEY_STRING,&driver_name); \
75 if (driver_name.init) { \
76 rv = driver_name.init(pool, params, result); \
78 *driver = &driver_name; \
/freebsd-11.0-release/contrib/binutils/binutils/
H A Ddllwrap.c72 static char *driver_name = NULL; variable
717 driver_name = optarg;
794 if (driver_name == NULL)
795 driver_name = deduce_name ("gcc");
971 fprintf (stderr, _("DRIVER name : %s\n"), driver_name);
1013 if (run (driver_name, step1->s))
1114 if (run (driver_name, step3->s))
1197 if (run (driver_name, step5->s))
/freebsd-11.0-release/sys/dev/xen/console/
H A Dxen_console.c61 static char driver_name[] = "xc"; variable
596 sprintf(cp->cn_name, "%s0", driver_name);
715 child = BUS_ADD_CHILD(parent, 0, driver_name, 0);
740 tty_makedev(tp, NULL, "%s%r", driver_name, 0);
792 driver_name,
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c27 char *driver_name; member in struct:wpa_priv_interface
90 "'%s'", iface->driver_name, iface->ifname);
634 os_free(iface->driver_name);
659 iface->driver_name = dup_binstr(params, len);
660 if (iface->driver_name == NULL) {
666 if (os_strcmp(iface->driver_name,
674 iface->driver_name);
/freebsd-11.0-release/sys/dev/pbio/
H A Dpbio.c136 static char driver_name[] = "pbio"; variable
139 driver_name,
/freebsd-11.0-release/sys/cam/
H A Dcam_periph.h83 char *driver_name; member in struct:periph_driver
H A Dcam_periph.c228 if (strcmp((*p_drv)->driver_name, name) == 0)
307 if (name != NULL && (strcmp((*p_drv)->driver_name, name) != 0))
503 periph_name = p_drv->driver_name;
560 periph_name = p_drv->driver_name;
630 if (strcmp((*p_drv)->driver_name, periph->periph_name) == 0)
/freebsd-11.0-release/sys/dev/hptiop/
H A Dhptiop.c75 static const char driver_name[] = "hptiop"; variable
162 .d_name = driver_name,
1801 driver_name,
2015 hba->sim = cam_sim_alloc(hptiop_action, hptiop_poll, driver_name,
2079 S_IRUSR | S_IWUSR, "%s%d", driver_name, unit);
/freebsd-11.0-release/sys/dev/digi/
H A Ddigi.c96 static char driver_name[] = "digi"; variable
136 .d_name = driver_name,

Completed in 198 milliseconds

12