Searched refs:tset (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c256 cpuset_t tset; local
270 CPUSET_ZERO(tset);
274 CPUSET_ADD(tset, cix);
282 XC_TRACE(XT_ONE_SELF, &tset, func, arg1, arg2);
287 XC_TRACE(XT_ONE_OTHER, &tset, func, arg1, arg2);
303 cpuset_t xc_cpuset, tset; local
317 CPUSET_ZERO(tset);
321 CPUSET_ADD(tset, lcx);
346 XC_TRACE(XT_SOME_SELF, &tset, func, arg1, arg2);
369 cpuset_t xc_cpuset, tset; local
426 cpuset_t tset; local
552 cpuset_t xc_cpuset, tset; local
646 cpuset_t xc_cpuset, tset; local
911 cpuset_t tset; local
952 cpuset_t tset; local
[all...]
/illumos-gate/usr/src/man/man1b/
H A DMakefile51 tset.1b \
65 reset.1b := LINKSRC = tset.1b
/illumos-gate/usr/src/cmd/saf/
H A Dreadtab.c257 sigset_t tset; /* for signal handling */ local
279 tset = cset;
280 (void) sigaddset(&tset, SIGALRM);
281 (void) sigaddset(&tset, SIGCLD);
282 (void) sigprocmask(SIG_SETMASK, &tset, NULL);
288 (void) sigdelset(&tset, SIGALRM);
289 (void) sigprocmask(SIG_SETMASK, &tset, NULL);
H A Dsac.c373 sigset_t tset; /* for signal handling */ local
410 tset = cset;
411 (void) sigaddset(&tset, SIGCLD);
412 (void) sigprocmask(SIG_SETMASK, &tset, NULL);
577 sigset_t tset; /* for signal handling */ local
597 tset = cset;
598 (void) sigaddset(&tset, SIGCLD);
599 (void) sigprocmask(SIG_SETMASK, &tset, NULL);
873 sigset_t tset; /* for signal handling */ local
900 tset
[all...]
H A Dmisc.c91 sigset_t tset; /* for signal handling */ local
196 tset = cset;
197 (void) sigaddset(&tset, SIGALRM);
198 (void) sigaddset(&tset, SIGCLD);
199 (void) sigprocmask(SIG_SETMASK, &tset, NULL);
/illumos-gate/usr/src/lib/pam_modules/unix_cred/
H A Dunix_cred.c186 priv_set_t *lim, *def, *tset; local
578 tset = def = lim = NULL;
603 tset = priv_allocset();
604 if (tset == NULL) {
608 if (getppriv(PRIV_PERMITTED, tset) != 0) {
612 if (!priv_issubset(def, tset))
613 priv_intersect(tset, def);
629 if (getppriv(PRIV_LIMIT, tset) != 0) {
633 if (!priv_issubset(lim, tset))
634 priv_intersect(tset, li
[all...]
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmsac.c165 sigset_t tset; local
173 tset = cset;
174 (void)sigaddset(&tset, SIGCLD);
175 (void)sigprocmask(SIG_SETMASK, &tset, NULL);
H A Dtmhandler.c68 sigset_t tset; local
102 tset = cset;
103 (void)sigaddset(&tset, SIGCLD);
104 (void)sigprocmask(SIG_SETMASK, &tset, NULL);
387 sigset_t tset; local
390 tset = cset;
391 (void)sigaddset(&tset, SIGCLD);
392 (void)sigprocmask(SIG_SETMASK, &tset, NULL);
H A Dttymon.c280 sigset_t tset; local
299 tset = cset;
300 (void) sigaddset(&tset, SIGCLD);
301 (void) sigprocmask(SIG_SETMASK, &tset, NULL);
321 tset = cset;
322 (void) sigaddset(&tset, SIGCLD);
323 (void) sigprocmask(SIG_SETMASK, &tset, NULL);
/illumos-gate/usr/src/ucbcmd/tset/
H A DMakefile26 PROG= tset
/illumos-gate/usr/src/tools/gk/
H A Dlogin.sh38 set noglob; eval `/usr/ucb/tset -Q -s -e -k - -m dialup:vt102`; unset noglob
/illumos-gate/usr/src/lib/libscf/common/
H A Dnotify_params.c726 * the tset value of the nvlist
1267 int32_t tset; local
1307 nvlist_lookup_int32(attr, SCF_NOTIFY_NAME_TSET, &tset) != 0 ||
1308 !SCF_TRANS_VALID(tset))) {
1320 tset |= class_to_transition(class);
1322 if (!SCF_TRANS_VALID(tset)) {
1328 /* if this transition is not in the tset, continue */
1329 if (!(tset & st_pgnames[j].st_state))
1576 _scf_get_svc_notify_params(const char *fmri, nvlist_t *nvl, int32_t tset, argument
1613 nvl_num = num_of_transitions(tset);
1820 int32_t tset = 0; local
1877 smf_notify_del_params(const char *class, const char *fmri, int32_t tset) argument
[all...]
/illumos-gate/usr/src/cmd/svc/common/
H A Dnotify_params.c291 int32_t tset; local
315 &tset) != 0)
317 params_type_print(p, tset_to_string(tset), fmri);
/illumos-gate/usr/src/ucbcmd/
H A DMakefile60 tset \
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c431 int32_t t, f, tset; local
437 tset = -1;
441 for (tset = 0, t = 1; t < SCF_STATE_ALL; t <<= 1) {
450 tset |= t;
453 tset = -1;
463 tset |= f;
466 tset = -1;
475 return (tset);
482 int32_t tset = -1; local
493 tset
[all...]
H A Dgraph.c182 * stn_global holds the tset for the system wide notification parameters.
3156 int32_t tset; local
3423 if ((tset = libscf_get_stn_tset(inst)) == -1) {
3429 v->gv_stn_tset = tset;
4314 int32_t tset; local
4340 if ((tset = libscf_get_stn_tset(inst)) == -1) {
4344 tset = 0;
4346 v->gv_stn_tset = tset;
4348 stn_global = tset;
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c1716 nstset_t *tset = NULL; local
1720 tset = _sd_ioset;
1728 if (tset == NULL) {
1736 t = nst_create(tset, cd_write_thread, (blind_t)(unsigned long)cd, 0);
1809 nstset_t *tset = NULL; local
1813 tset = _sd_ioset;
1917 if (tset) {
1918 t = nst_create(tset,
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c1098 cpuset_t tset; local
1107 CPUSET_ALL(tset);
1108 bind_evtchn_to_cpuset(evtchn, tset);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c1577 int32_t tset, t; local
1603 switch (tset = check_tokens(pgs)) {
1637 if (t & tset) {
1640 if ((t << 16) & tset) {
H A Dsvccfg_libscf.c15798 int32_t tset; local
15806 if ((tset = check_tokens(pgs)) > 0) {
15817 tset) != SCF_SUCCESS) {
15821 } else if (tset == FMA_TOKENS) {
15836 } else if (tset == MIXED_TOKENS) {
15855 int32_t tset; local
15864 if ((tset = check_tokens(pgs)) > 0) {
15874 if (_scf_get_svc_notify_params(fmri, nvl, tset, 1, 1) !=
15885 } else if (tset == FMA_TOKENS) {
15909 } else if (tset
16110 int32_t tset; local
[all...]
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c7030 cpuset_t cpuset, tset; local
7077 tset = sfmmu_pageunload(pp, sfhme, cons);
7078 CPUSET_OR(cpuset, tset);
7375 cpuset_t cpuset, tset; local
7453 tset = sfmmu_pagesync(pp, sfhme,
7455 CPUSET_OR(cpuset, tset);
7633 cpuset_t tset; local
7654 tset = sfmmu_pageclrwrt(pp, sfhme);
7655 CPUSET_OR(cpuset, tset);
8196 cpuset_t tset; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c2680 pcic_set_cdtimers(pcicdev_t *pcic, int socket, uint32_t speed, int tset) argument
2685 if ((tset == IOMEM_CLTIMER_SET_1) || (tset == SYSMEM_CLTIMER_SET_1))

Completed in 179 milliseconds