Home
last modified time | relevance | path

Searched refs:fset (Results 1 – 7 of 7) sorted by last modified time

/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c8061 cpuid_pass_ucode(cpu_t *cpu, uchar_t *fset) in cpuid_pass_ucode() argument
8133 cpuid_scan_security(cpu, fset); in cpuid_pass_ucode()
8140 uchar_t *fset; in cpuid_post_ucodeadm_xc() local
8143 fset = (uchar_t *)(arg0 + sizeof (x86_featureset) * CPU->cpu_id); in cpuid_post_ucodeadm_xc()
8148 cpuid_pass_ucode(CPU, fset); in cpuid_post_ucodeadm_xc()
8209 uchar_t *fset; in cpuid_post_ucodeadm() local
8213 fset = (uchar_t *)((uintptr_t)argdata + in cpuid_post_ucodeadm()
8216 if (!compare_x86_featureset(f0, fset)) { in cpuid_post_ucodeadm()
8220 (void *)fset, (void *)f0); in cpuid_post_ucodeadm()
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c662 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()
H A Dklpd.c1006 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()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c912 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/pfexecd/
H A Dpfexecd.c302 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/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c143 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/grub/grub-0.97/netboot/
H A Dpcnet32.c672 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()