/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmsac.c | 165 sigset_t tset; local 173 tset = cset; 174 (void)sigaddset(&tset, SIGCLD); 175 (void)sigprocmask(SIG_SETMASK, &tset, NULL);
|
H A D | tmhandler.c | 68 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 D | ttymon.c | 280 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/cmd/saf/ |
H A D | readtab.c | 257 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 D | misc.c | 91 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);
|
H A D | sac.c | 373 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...] |
/illumos-gate/usr/src/cmd/svc/common/ |
H A D | notify_params.c | 291 int32_t tset; local 315 &tset) != 0) 317 params_type_print(p, tset_to_string(tset), fmri);
|
/illumos-gate/usr/src/lib/pam_modules/unix_cred/ |
H A D | unix_cred.c | 186 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/uts/sun4/os/ |
H A D | x_call.c | 256 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/lib/libscf/common/ |
H A D | notify_params.c | 726 * 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/uts/common/avs/ns/sdbc/ |
H A D | sd_io.c | 1716 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 D | evtchn.c | 1098 cpuset_t tset; local 1107 CPUSET_ALL(tset); 1108 bind_evtchn_to_cpuset(evtchn, tset);
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 431 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 D | graph.c | 182 * 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/io/ |
H A D | pcic.c | 2680 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))
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 1577 int32_t tset, t; local 1603 switch (tset = check_tokens(pgs)) { 1637 if (t & tset) { 1640 if ((t << 16) & tset) {
|
H A D | svccfg_libscf.c | 15798 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 D | hat_sfmmu.c | 7030 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...] |