Searched refs:os_version (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/stf/
H A Dosver.py43 def os_version(name): function
H A Dstf.py31 server_list.append({"platform": osver.os_version(server),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dcurl_darwinssl.c779 char *os_version; local
788 os_version = malloc(os_version_len*sizeof(char));
789 if(!os_version)
791 if(sysctl(mib, 2, os_version, &os_version_len, NULL, 0) == -1) {
792 free(os_version);
797 os_version_major = strtok(os_version, ".");
802 free(os_version);
/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 ) {
1173 ads_mod_str(ctx, &mods, "operatingSystemVersion", os_version);
1456 const char *os_version = NULL; local
1511 if ( (os_version = get_string_param(argv[i])) == NULL ) {
1633 if ( os_name && os_version ) {
1634 status = net_set_os_attributes( ctx, ads, os_name, os_version );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_def.h1822 uint8_t os_version[128]; member in union:ct_fdmi_hba_attr::__anon14948
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c13816 char *os_version = websGetVar(wp, "os_version", "current"); local
13818 if (!*os_version)
13819 os_version = "current";
13821 os_server, os_name, os_version, os_name);

Completed in 382 milliseconds