Searched refs:subsystem_name (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/iovctl/ |
H A D | validate.c | 165 const char *subsystem_name, const char *config_name) in validate_subsystem() argument 172 subsystem = nvlist_get_nvlist(device, subsystem_name); in validate_subsystem() 173 schema = nvlist_get_nvlist(device_schema, subsystem_name); in validate_subsystem()
|
/freebsd/crypto/openssh/ |
H A D | servconf.h | 177 char **subsystem_name; member 317 M_CP_STRARRAYOPT(subsystem_name, num_subsystems); \
|
H A D | servconf.c | 1962 if (strcmp(arg, options->subsystem_name[i]) == 0) { in process_server_config_line_depth() 1973 options->subsystem_name = xrecallocarray( in process_server_config_line_depth() 1974 options->subsystem_name, options->num_subsystems, in process_server_config_line_depth() 1976 sizeof(*options->subsystem_name)); in process_server_config_line_depth() 1985 options->subsystem_name[options->num_subsystems] = xstrdup(arg); in process_server_config_line_depth() 2864 if (strcmp(src->subsystem_name[i], in servconf_merge_subsystems() 2865 dst->subsystem_name[j]) == 0) { in servconf_merge_subsystems() 2871 debug_f("override \"%s\"", dst->subsystem_name[j]); in servconf_merge_subsystems() 2880 debug_f("add \"%s\"", src->subsystem_name[i]); in servconf_merge_subsystems() 2881 dst->subsystem_name = xrecallocarray( in servconf_merge_subsystems() [all …]
|
H A D | session.c | 1971 if (strcmp(s->subsys, options.subsystem_name[i]) == 0) { in session_subsystem_req() 1985 options.subsystem_name[i]); in session_subsystem_req()
|
/freebsd/sys/dev/qat/qat_api/qat_direct/include/ |
H A D | icp_adf_init.h | 81 char *subsystem_name; member
|
/freebsd/sys/dev/qat/qat_api/common/ctrl/ |
H A D | sal_ctrl_services.c | 55 static char *subsystem_name = "SAL"; variable 1422 sal_service_reg_handle.subsystem_name = subsystem_name; in SalCtrl_AdfServicesRegister()
|
/freebsd/sys/dev/qat/qat_api/qat_kernel/src/ |
H A D | lac_adf_interface_freebsd.c | 153 adfService.name = sal_service_reg_handle->subsystem_name; in icp_adf_subsystemRegister()
|
/freebsd/share/misc/ |
H A D | pci_vendors | 26 # subvendor subdevice subsystem_name <-- two tabs
|