| /NextBSD/contrib/ofed/libibverbs/src/ |
| HD | 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()
|
| /NextBSD/contrib/apr-util/crypto/ |
| HD | 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; \
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | 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()
|
| /NextBSD/sys/dev/xen/console/ |
| HD | xen_console.c | 61 static char driver_name[] = "xc"; variable 596 sprintf(cp->cn_name, "%s0", driver_name); in xencons_cnprobe() 715 child = BUS_ADD_CHILD(parent, 0, driver_name, 0); in xencons_identify() 740 tty_makedev(tp, NULL, "%s%r", driver_name, 0); in xencons_attach() 792 driver_name,
|
| /NextBSD/sys/dev/hptnr/ |
| HD | hptnr_config.c | 47 const char driver_name[] = "hptnr"; variable
|
| HD | os_bsd.h | 119 extern const char driver_name[];
|
| HD | hptnr_config.h | 47 #define driver_name hptnr_driver_name macro
|
| HD | 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,
|
| HD | hptnr_os_bsd.c | 289 return printf("%s: %s\n", driver_name, buf); in os_printk()
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | wpa_priv.c | 27 char *driver_name; member 90 "'%s'", iface->driver_name, iface->ifname); in wpa_priv_cmd_register() 634 os_free(iface->driver_name); in wpa_priv_interface_deinit() 659 iface->driver_name = dup_binstr(params, len); in wpa_priv_interface_init() 660 if (iface->driver_name == NULL) { in wpa_priv_interface_init() 666 if (os_strcmp(iface->driver_name, in wpa_priv_interface_init() 674 iface->driver_name); in wpa_priv_interface_init()
|
| /NextBSD/sys/dev/hpt27xx/ |
| HD | hpt27xx_config.c | 61 const char driver_name[] = "hpt27xx"; variable
|
| HD | os_bsd.h | 117 extern const char driver_name[];
|
| HD | 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,
|
| HD | hpt27xx_config.h | 46 #define driver_name hpt27xx_driver_name macro
|
| HD | hpt27xx_os_bsd.c | 308 return printf("%s: %s\n", driver_name, buf); in os_printk()
|
| /NextBSD/sys/dev/hptrr/ |
| HD | hptrr_config.c | 66 char driver_name[] = "hptrr"; variable
|
| HD | os_bsd.h | 120 extern char driver_name[];
|
| HD | hptrr_config.h | 44 #define driver_name hptrr_driver_name macro
|
| HD | 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,
|
| HD | hptrr_os_bsd.c | 275 return printf("%s: %s\n", driver_name, buf); in os_printk()
|
| /NextBSD/sys/dev/pbio/ |
| HD | pbio.c | 136 static char driver_name[] = "pbio"; variable 139 driver_name,
|
| /NextBSD/sys/dev/hyperv/vmbus/ |
| HD | hv_vmbus_drv_freebsd.c | 742 static char driver_name[] = "vmbus"; variable 743 static driver_t vmbus_driver = { driver_name, vmbus_methods,0, };
|
| /NextBSD/sys/cam/ |
| HD | cam_periph.c | 227 if (strcmp((*p_drv)->driver_name, name) == 0) in cam_periph_alloc() 306 if (name != NULL && (strcmp((*p_drv)->driver_name, name) != 0)) in cam_periph_find() 502 periph_name = p_drv->driver_name; in camperiphnextunit() 559 periph_name = p_drv->driver_name; in camperiphunit() 629 if (strcmp((*p_drv)->driver_name, periph->periph_name) == 0) in camperiphfree()
|
| HD | cam_periph.h | 83 char *driver_name; member
|
| /NextBSD/sys/dev/hptiop/ |
| HD | 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() 2079 S_IRUSR | S_IWUSR, "%s%d", driver_name, unit); in hptiop_attach()
|