| /freebsd-10-stable/contrib/ofed/libibverbs/src/ |
| D | init.c | 314 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/ |
| D | apr_crypto.c | 71 #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/ |
| D | console.c | 34 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/ |
| D | dllwrap.c | 72 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/ |
| D | wpa_priv.c | 27 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/ |
| D | hptnr_config.c | 47 const char driver_name[] = "hptnr"; variable
|
| D | os_bsd.h | 119 extern const char driver_name[];
|
| D | hptnr_config.h | 47 #define driver_name hptnr_driver_name macro
|
| D | hptnr_osm_bsd.c | 1317 .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,
|
| D | hptnr_os_bsd.c | 289 return printf("%s: %s\n", driver_name, buf); in os_printk()
|
| /freebsd-10-stable/sys/dev/hpt27xx/ |
| D | hpt27xx_config.c | 61 const char driver_name[] = "hpt27xx"; variable
|
| D | os_bsd.h | 117 extern const char driver_name[];
|
| D | hpt27xx_osm_bsd.c | 1122 .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,
|
| D | hpt27xx_config.h | 46 #define driver_name hpt27xx_driver_name macro
|
| D | hpt27xx_os_bsd.c | 308 return printf("%s: %s\n", driver_name, buf); in os_printk()
|
| /freebsd-10-stable/sys/dev/hptrr/ |
| D | hptrr_config.c | 66 char driver_name[] = "hptrr"; variable
|
| D | os_bsd.h | 120 extern char driver_name[];
|
| D | hptrr_config.h | 44 #define driver_name hptrr_driver_name macro
|
| D | hptrr_osm_bsd.c | 965 .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,
|
| D | hptrr_os_bsd.c | 275 return printf("%s: %s\n", driver_name, buf); in os_printk()
|
| /freebsd-10-stable/sys/dev/pbio/ |
| D | pbio.c | 136 static char driver_name[] = "pbio"; variable 139 driver_name,
|
| /freebsd-10-stable/sys/cam/ |
| D | cam_periph.c | 228 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()
|
| D | cam_periph.h | 83 char *driver_name; member
|
| /freebsd-10-stable/sys/dev/hptiop/ |
| D | hptiop.c | 75 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/ |
| D | digi.c | 96 static char driver_name[] = "digi"; variable 136 .d_name = driver_name,
|