Home
last modified time | relevance | path

Searched refs:driver_name (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-10-stable/contrib/ofed/libibverbs/src/
Dinit.c314 struct ibv_driver_name *driver_name; in read_config_file() local
319 driver_name = malloc(sizeof *driver_name); in read_config_file()
320 if (!driver_name) { in read_config_file()
326 driver_name->name = strdup(field); in read_config_file()
327 if (!driver_name->name) { in read_config_file()
330 free(driver_name); in read_config_file()
334 driver_name->next = driver_name_list; in read_config_file()
335 driver_name_list = driver_name; in read_config_file()
/freebsd-10-stable/contrib/apr-util/crypto/
Dapr_crypto.c71 #define DRIVER_LOAD(name,driver_name,pool,params,rv,result) \ argument
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-10-stable/sys/dev/xen/console/
Dconsole.c34 static char driver_name[] = "xc"; variable
117 sprintf(cp->cn_name, "%s0", driver_name); in xc_cnprobe()
220 child = BUS_ADD_CHILD(parent, 0, driver_name, 0); in xc_identify()
418 driver_name,
/freebsd-10-stable/contrib/binutils/binutils/
Ddllwrap.c72 static char *driver_name = NULL; variable
717 driver_name = optarg; in main()
794 if (driver_name == NULL) in main()
795 driver_name = deduce_name ("gcc"); in main()
971 fprintf (stderr, _("DRIVER name : %s\n"), driver_name); in main()
1013 if (run (driver_name, step1->s)) in main()
1114 if (run (driver_name, step3->s)) in main()
1197 if (run (driver_name, step5->s)) in main()
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
Dwpa_priv.c27 char *driver_name; member
71 "'%s'", iface->driver_name, iface->ifname); in wpa_priv_cmd_register()
549 os_free(iface->driver_name); in wpa_priv_interface_deinit()
576 iface->driver_name = os_malloc(len + 1); in wpa_priv_interface_init()
577 if (iface->driver_name == NULL) { in wpa_priv_interface_init()
581 os_memcpy(iface->driver_name, params, len); in wpa_priv_interface_init()
582 iface->driver_name[len] = '\0'; in wpa_priv_interface_init()
585 if (os_strcmp(iface->driver_name, in wpa_priv_interface_init()
593 iface->driver_name); in wpa_priv_interface_init()
/freebsd-10-stable/sys/dev/hptnr/
Dhptnr_config.c47 const char driver_name[] = "hptnr"; variable
Dos_bsd.h119 extern const char driver_name[];
Dhptnr_config.h47 #define driver_name hptnr_driver_name macro
Dhptnr_osm_bsd.c1317 .d_name = driver_name,
1408 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name, in hpt_final_init()
1478 S_IRUSR | S_IWUSR, "%s", driver_name); in hpt_final_init()
1509 if(strcmp(dl->driver->name, driver_name) == 0) { in override_kernel_driver()
1554 driver_name,
Dhptnr_os_bsd.c289 return printf("%s: %s\n", driver_name, buf); in os_printk()
/freebsd-10-stable/sys/dev/hpt27xx/
Dhpt27xx_config.c61 const char driver_name[] = "hpt27xx"; variable
Dos_bsd.h117 extern const char driver_name[];
Dhpt27xx_osm_bsd.c1122 .d_name = driver_name,
1218 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name, in hpt_final_init()
1222 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name, in hpt_final_init()
1296 S_IRUSR | S_IWUSR, "%s", driver_name); in hpt_final_init()
1327 if(strcmp(dl->driver->name, driver_name) == 0) { in override_kernel_driver()
1372 driver_name,
Dhpt27xx_config.h46 #define driver_name hpt27xx_driver_name macro
Dhpt27xx_os_bsd.c308 return printf("%s: %s\n", driver_name, buf); in os_printk()
/freebsd-10-stable/sys/dev/hptrr/
Dhptrr_config.c66 char driver_name[] = "hptrr"; variable
Dos_bsd.h120 extern char driver_name[];
Dhptrr_config.h44 #define driver_name hptrr_driver_name macro
Dhptrr_osm_bsd.c965 .d_name = driver_name,
1055 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name, in hpt_final_init()
1125 S_IRUSR | S_IWUSR, "%s", driver_name); in hpt_final_init()
1156 if(strcmp(dl->driver->name, driver_name) == 0) { in override_kernel_driver()
1201 driver_name,
Dhptrr_os_bsd.c275 return printf("%s: %s\n", driver_name, buf); in os_printk()
/freebsd-10-stable/sys/dev/pbio/
Dpbio.c136 static char driver_name[] = "pbio"; variable
139 driver_name,
/freebsd-10-stable/sys/cam/
Dcam_periph.c228 if (strcmp((*p_drv)->driver_name, name) == 0) in cam_periph_alloc()
307 if (name != NULL && (strcmp((*p_drv)->driver_name, name) != 0)) in cam_periph_find()
503 periph_name = p_drv->driver_name; in camperiphnextunit()
560 periph_name = p_drv->driver_name; in camperiphunit()
631 if (strcmp((*p_drv)->driver_name, periph->periph_name) == 0) in camperiphfree()
Dcam_periph.h83 char *driver_name; member
/freebsd-10-stable/sys/dev/hptiop/
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, in hptiop_attach()
2077 S_IRUSR | S_IWUSR, "%s%d", driver_name, unit); in hptiop_attach()
/freebsd-10-stable/sys/dev/digi/
Ddigi.c96 static char driver_name[] = "digi"; variable
136 .d_name = driver_name,

12