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

/freebsd-12-stable/sys/dev/hptnr/
H A Dhptnr_config.c49 const char driver_name[] = "hptnr"; variable
H A Dhptnr_config.h49 #define driver_name hptnr_driver_name macro
H A Dos_bsd.h121 extern const char driver_name[];
H A Dhptnr_os_bsd.c291 return printf("%s: %s\n", driver_name, buf);
H A Dhptnr_osm_bsd.c1319 .d_name = driver_name,
1410 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,
1480 S_IRUSR | S_IWUSR, "%s", driver_name);
1511 if(strcmp(dl->driver->name, driver_name) == 0) {
1556 driver_name,
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhpt27xx_config.c63 const char driver_name[] = "hpt27xx"; variable
H A Dhpt27xx_config.h48 #define driver_name hpt27xx_driver_name macro
H A Dos_bsd.h119 extern const char driver_name[];
H A Dhpt27xx_osm_bsd.c1124 .d_name = driver_name,
1220 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,
1224 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,
1298 S_IRUSR | S_IWUSR, "%s", driver_name);
1329 if(strcmp(dl->driver->name, driver_name) == 0) {
1374 driver_name,
H A Dhpt27xx_os_bsd.c310 return printf("%s: %s\n", driver_name, buf);
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptrr_config.c68 char driver_name[] = "hptrr"; variable
H A Dhptrr_config.h46 #define driver_name hptrr_driver_name macro
H A Dos_bsd.h122 extern char driver_name[];
H A Dhptrr_os_bsd.c277 return printf("%s: %s\n", driver_name, buf);
H A Dhptrr_osm_bsd.c967 .d_name = driver_name,
1057 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,
1127 S_IRUSR | S_IWUSR, "%s", driver_name);
1158 if(strcmp(dl->driver->name, driver_name) == 0) {
1203 driver_name,
/freebsd-12-stable/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-12-stable/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-12-stable/sys/dev/xen/console/
H A Dxen_console.c65 static char driver_name[] = "xc"; variable
594 sprintf(cp->cn_name, "%s0", driver_name);
708 child = BUS_ADD_CHILD(parent, 0, driver_name, 0);
733 tty_makedev(tp, NULL, "%s%r", driver_name, 0);
785 driver_name,
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c28 char *driver_name; member in struct:wpa_priv_interface
107 "'%s'", iface->driver_name, iface->ifname);
732 os_free(iface->driver_name);
758 iface->driver_name = dup_binstr(params, len);
759 if (iface->driver_name == NULL) {
765 if (os_strcmp(iface->driver_name,
773 iface->driver_name);
/freebsd-12-stable/sys/dev/pbio/
H A Dpbio.c138 static char driver_name[] = "pbio"; variable
141 driver_name,
/freebsd-12-stable/sys/cam/
H A Dcam_periph.h91 char *driver_name; member in struct:periph_driver
H A Dcam_periph.c160 drv->driver_name);
172 ("Periph driver '%s' was not registered", drv->driver_name));
267 if (strcmp((*p_drv)->driver_name, name) == 0)
346 if (name != NULL && (strcmp((*p_drv)->driver_name, name) != 0))
550 periph_name = p_drv->driver_name;
607 periph_name = p_drv->driver_name;
685 if (strcmp((*p_drv)->driver_name, periph->periph_name) == 0)
H A Dcam_xpt.c635 if (strcmp((*p_drv)->driver_name, name) == 0)
2151 if (strcmp((*pdrv)->driver_name,
/freebsd-12-stable/sys/dev/hptiop/
H A Dhptiop.c77 static const char driver_name[] = "hptiop"; variable
164 .d_name = driver_name,
1803 driver_name,
2017 hba->sim = cam_sim_alloc(hptiop_action, hptiop_poll, driver_name,
2081 S_IRUSR | S_IWUSR, "%s%d", driver_name, unit);

Completed in 426 milliseconds