/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 912 void *fset; in x86_featureset_dcmd() local 928 fset = mdb_zalloc(sz, UM_NOSLEEP); in x86_featureset_dcmd() 929 if (fset == NULL) { in x86_featureset_dcmd() 935 if (mdb_vread(fset, sz, addr) != sz) { in x86_featureset_dcmd() 937 mdb_free(fset, sz); in x86_featureset_dcmd() 941 if (mdb_readvar(fset, "x86_featureset") != sz) { in x86_featureset_dcmd() 943 mdb_free(fset, sz); in x86_featureset_dcmd() 949 if (!BT_TEST((ulong_t *)fset, ii)) in x86_featureset_dcmd() 955 mdb_free(fset, sz); in x86_featureset_dcmd() 966 mdb_free(fset, sz); in x86_featureset_dcmd()
|
/illumos-gate/usr/src/cmd/hal/addons/cpufreq/ |
H A D | addon-cpufreq.c | 143 long fset = 0; in edit_power_conf_file() local 216 fset = fset + strlen (tstr); in edit_power_conf_file() 228 if (fseek (pfile, fset, SEEK_SET) != 0) { in edit_power_conf_file() 245 next_fset = fset + strlen(tstr); in edit_power_conf_file() 256 fseek (pfile, fset, SEEK_SET); in edit_power_conf_file() 258 fset = fset + strlen(tstr); in edit_power_conf_file() 265 fseek (pfile, fset, SEEK_SET); in edit_power_conf_file() 332 long fset = 0; in read_power_conf_file() local
|
/illumos-gate/usr/src/cmd/pfexecd/ |
H A D | pfexecd.c | 302 priv_set_t *fset; in callback_forced_privs() local 322 (fset = get_privset(value, NULL, pap->pfa_path)) == NULL) { in callback_forced_privs() 328 priv_copyset(fset, res); in callback_forced_privs() 329 priv_freeset(fset); in callback_forced_privs()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | pcnet32.c | 672 int fdx, mii, fset, dxsuflo, ltint; in pcnet32_probe() local 714 fdx = mii = fset = dxsuflo = ltint = 0; in pcnet32_probe() 735 fset = 1; in pcnet32_probe() 742 fset = 1; in pcnet32_probe() 783 if (fset) { in pcnet32_probe()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | klpd.c | 1006 priv_set_t *fset, pmem; in get_forced_privs() local 1060 fset = (priv_set_t *)da.rbuf; in get_forced_privs() 1067 priv_intersect(&CR_LPRIV(zkcr), fset); in get_forced_privs() 1073 if (!priv_issubset(fset, &CR_LPRIV(cr))) { in get_forced_privs() 1075 } else if (!priv_isemptyset(fset)) { in get_forced_privs() 1077 *set = *fset; in get_forced_privs()
|
H A D | exec.c | 662 priv_set_t fset; in gexec() local 701 (privflags = execsetid(vp, &vattr, &uid, &gid, &fset, in gexec() 746 priv_intersect(&CR_OPPRIV(cred), &fset); in gexec() 752 priv_union(&fset, &CR_EPRIV(cred)); in gexec() 753 priv_union(&fset, &CR_PPRIV(cred)); in gexec() 1113 priv_set_t *fset, cred_t *cr, const char *pathname) in execsetid() argument 1143 int res = get_forced_privs(cr, pathname, fset); in execsetid()
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | cpuid.c | 8069 cpuid_pass_ucode(cpu_t *cpu, uchar_t *fset) in cpuid_pass_ucode() argument 8141 cpuid_scan_security(cpu, fset); in cpuid_pass_ucode() 8148 uchar_t *fset; in cpuid_post_ucodeadm_xc() local 8151 fset = (uchar_t *)(arg0 + sizeof (x86_featureset) * CPU->cpu_id); in cpuid_post_ucodeadm_xc() 8156 cpuid_pass_ucode(CPU, fset); in cpuid_post_ucodeadm_xc() 8217 uchar_t *fset; in cpuid_post_ucodeadm() local 8221 fset = (uchar_t *)((uintptr_t)argdata + in cpuid_post_ucodeadm() 8224 if (!compare_x86_featureset(f0, fset)) { in cpuid_post_ucodeadm() 8228 (void *)fset, (void *)f0); in cpuid_post_ucodeadm()
|