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

/freebsd-13-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-13-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-13-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-13-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-13-stable/sys/dev/xen/console/
H A Dxen_console.c66 static char driver_name[] = "xc"; variable
595 sprintf(cp->cn_name, "%s0", driver_name);
709 child = BUS_ADD_CHILD(parent, 0, driver_name, 0);
734 tty_makedev(tp, NULL, "%s%r", driver_name, 0);
786 driver_name,
/freebsd-13-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-13-stable/sys/dev/pbio/
H A Dpbio.c138 static char driver_name[] = "pbio"; variable
141 driver_name,
/freebsd-13-stable/sys/cam/
H A Dcam_periph.h93 char *driver_name; member in struct:periph_driver
H A Dcam_periph.c161 drv->driver_name);
173 ("Periph driver '%s' was not registered", drv->driver_name));
266 if (strcmp((*p_drv)->driver_name, name) == 0)
344 if (name != NULL && (strcmp((*p_drv)->driver_name, name) != 0))
547 periph_name = p_drv->driver_name;
603 periph_name = p_drv->driver_name;
681 if (strcmp((*p_drv)->driver_name, periph->periph_name) == 0)
H A Dcam_xpt.c630 if (strcmp((*p_drv)->driver_name, name) == 0)
2144 if (strcmp((*pdrv)->driver_name,
/freebsd-13-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);
/freebsd-13-stable/sys/dev/sdio/
H A Dsdiob.c1172 .driver_name = SDIOB_NAME_S,

Completed in 309 milliseconds