Searched refs:os_name (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dwlif_utils.c127 char nv_name[16], os_name[16], if_name[16]; local
141 if (nvifname_to_osifname(nv_name, os_name, sizeof(os_name)) < 0)
144 if (osifname_to_nvifname(os_name, nv_name, sizeof(nv_name)) < 0)
148 if (wl_wlif_is_psta(os_name))
152 if (ifnames && (find_in_list(ifnames, nv_name) || find_in_list(ifnames, os_name))) {
163 find_in_list(ifnames, os_name))
177 find_in_list(ifnames, os_name))
189 find_in_list(ifnames, os_name))
200 find_in_list(ifnames, os_name))
217 char nv_name[16], os_name[16], wl_prefix[16], comb[32], key[8]; local
[all...]
H A Dbroadcom.c1534 char ifnames[255],name[IFNAMSIZ],os_name[IFNAMSIZ],*next=NULL; local
1566 if (nvifname_to_osifname( name, os_name, sizeof(os_name) ) < 0)
1571 name, !wl_probe(os_name) ? " (Wireless)" : "");
5063 char wl_name[IFNAMSIZ],os_name[IFNAMSIZ]; local
5092 if ( nvifname_to_osifname( name, os_name, sizeof(os_name) ) < 0 )
5095 if (wl_probe(os_name) ||
5096 wl_ioctl(os_name, WLC_GET_INSTANCE, &unit, sizeof(unit)))
7745 char ifname[IFNAMSIZ],os_name[IFNAMSI local
12389 char name[IFNAMSIZ], os_name[IFNAMSIZ], wl_name[IFNAMSIZ]; local
13814 char *os_name = nvram_safe_get("os_name"); local
13972 char name[IFNAMSIZ], os_name[IFNAMSIZ], *next=NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/fcs/
H A Dbfa_fcs_fdmi.h47 u8 os_name[256]; member in struct:bfa_fcs_fdmi_hba_attr_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/unix/
H A Dunix.c758 char os_name[40]; local
762 char os_name[40]; local
767 char os_name[40]; local
865 sprintf(os_name, "Cray UNICOS release %d", _UNICOS);
866 # define OS_NAME os_name
899 # define OS_NAME os_name
901 sprintf(os_name, "%s %s", u.sysname, u.release);
904 # define OS_NAME os_name
906 sprintf(os_name, "NetBSD 0.8%s", netbsd[NetBSD0_8]);
909 sprintf(os_name, "NetBS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dfdmi.c720 if (fcs_hba_attr->os_name[0] != '\0') {
723 attr->len = (u16) strlen(fcs_hba_attr->os_name);
724 memcpy(attr->value, fcs_hba_attr->os_name, attr->len);
1134 strncpy(hba_attr->os_name, driver_info->host_os_name,
1135 sizeof(hba_attr->os_name));
1142 strncat(hba_attr->os_name, BFA_FCS_PORT_SYMBNAME_SEPARATOR,
1144 strncat(hba_attr->os_name, driver_info->host_os_patch,
H A Dbfad.c42 static char *os_name; variable
62 module_param(os_name, charp, S_IRUGO | S_IWUSR);
63 MODULE_PARM_DESC(os_name, "OS name of the hba host machine");
795 if (os_name)
796 strncpy(driver_info.host_os_name, os_name,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_ads.c1125 const char *os_name, const char *os_version )
1136 if ( !os_name || !os_version ) {
1172 ads_mod_str(ctx, &mods, "operatingSystem", os_name);
1455 const char *os_name = NULL; local
1504 if ( (os_name = get_string_param(argv[i])) == NULL ) {
1633 if ( os_name && os_version ) {
1634 status = net_set_os_attributes( ctx, ads, os_name, os_version );
1124 net_set_os_attributes(TALLOC_CTX *ctx, ADS_STRUCT *ads_s, const char *os_name, const char *os_version ) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dio.h110 diva_os_dependent_devica_name_t os_name; member in struct:_ISDN_ADAPTER
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/hypfs/
H A Dhypfs_diag.c134 char os_name[8]; member in struct:x_part_hdr

Completed in 147 milliseconds