/illumos-gate/usr/src/uts/sun4/os/ |
H A D | x_call.c | 257 cpuset_t tset; in xt_one_unchecked() local 271 CPUSET_ZERO(tset); in xt_one_unchecked() 275 CPUSET_ADD(tset, cix); in xt_one_unchecked() 283 XC_TRACE(XT_ONE_SELF, &tset, func, arg1, arg2); in xt_one_unchecked() 288 XC_TRACE(XT_ONE_OTHER, &tset, func, arg1, arg2); in xt_one_unchecked() 304 cpuset_t xc_cpuset, tset; in xt_some() local 318 CPUSET_ZERO(tset); in xt_some() 322 CPUSET_ADD(tset, lcx); in xt_some() 347 XC_TRACE(XT_SOME_SELF, &tset, func, arg1, arg2); in xt_some() 370 cpuset_t xc_cpuset, tset; in xt_all() local [all …]
|
/illumos-gate/usr/src/lib/pam_modules/unix_cred/ |
H A D | unix_cred.c | 187 priv_set_t *lim, *def, *tset; in pam_sm_setcred() local 579 tset = def = lim = NULL; in pam_sm_setcred() 604 tset = priv_allocset(); in pam_sm_setcred() 605 if (tset == NULL) { in pam_sm_setcred() 609 if (getppriv(PRIV_PERMITTED, tset) != 0) { in pam_sm_setcred() 613 if (!priv_issubset(def, tset)) in pam_sm_setcred() 614 priv_intersect(tset, def); in pam_sm_setcred() 630 if (getppriv(PRIV_LIMIT, tset) != 0) { in pam_sm_setcred() 634 if (!priv_issubset(lim, tset)) in pam_sm_setcred() 635 priv_intersect(tset, lim); in pam_sm_setcred() [all …]
|
/illumos-gate/usr/src/cmd/saf/ |
H A D | readtab.c | 255 sigset_t tset; /* for signal handling */ in purge() local 277 tset = cset; in purge() 278 (void) sigaddset(&tset, SIGALRM); in purge() 279 (void) sigaddset(&tset, SIGCLD); in purge() 280 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in purge() 286 (void) sigdelset(&tset, SIGALRM); in purge() 287 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in purge()
|
H A D | sac.c | 371 sigset_t tset; /* for signal handling */ in startpm() local 407 tset = cset; in startpm() 408 (void) sigaddset(&tset, SIGCLD); in startpm() 409 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in startpm() 573 sigset_t tset; /* for signal handling */ in startit() local 593 tset = cset; in startit() 594 (void) sigaddset(&tset, SIGCLD); in startit() 595 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in startit() 871 sigset_t tset; /* for signal handling */ in pollfail() local 898 tset = cset; in pollfail() [all …]
|
H A D | misc.c | 88 sigset_t tset; /* for signal handling */ in sigpoll() local 193 tset = cset; in sigpoll() 194 (void) sigaddset(&tset, SIGALRM); in sigpoll() 195 (void) sigaddset(&tset, SIGCLD); in sigpoll() 196 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in sigpoll()
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmsac.c | 154 sigset_t tset; in sacpoll() local 162 tset = cset; in sacpoll() 163 (void) sigaddset(&tset, SIGCLD); in sacpoll() 164 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in sacpoll()
|
H A D | tmhandler.c | 64 sigset_t tset; in fork_tmchild() local 98 tset = cset; in fork_tmchild() 99 (void) sigaddset(&tset, SIGCLD); in fork_tmchild() 100 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in fork_tmchild() 366 sigset_t tset; in re_read() local 369 tset = cset; in re_read() 370 (void) sigaddset(&tset, SIGCLD); in re_read() 371 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in re_read()
|
H A D | ttymon.c | 268 sigset_t tset; in open_all() local 287 tset = cset; in open_all() 288 (void) sigaddset(&tset, SIGCLD); in open_all() 289 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in open_all() 309 tset = cset; in open_all() 310 (void) sigaddset(&tset, SIGCLD); in open_all() 311 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in open_all()
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | notify_params.c | 1267 int32_t tset; in smf_notify_set_params() local 1307 nvlist_lookup_int32(attr, SCF_NOTIFY_NAME_TSET, &tset) != 0 || in smf_notify_set_params() 1308 !SCF_TRANS_VALID(tset))) { in smf_notify_set_params() 1320 tset |= class_to_transition(class); in smf_notify_set_params() 1322 if (!SCF_TRANS_VALID(tset)) { in smf_notify_set_params() 1329 if (!(tset & st_pgnames[j].st_state)) in smf_notify_set_params() 1576 _scf_get_svc_notify_params(const char *fmri, nvlist_t *nvl, int32_t tset, in _scf_get_svc_notify_params() argument 1613 nvl_num = num_of_transitions(tset); in _scf_get_svc_notify_params() 1627 if (!(tset & st_pgnames[j].st_state)) in _scf_get_svc_notify_params() 1820 int32_t tset = 0; in smf_notify_get_params() local [all …]
|
/illumos-gate/usr/src/man/man1b/ |
H A D | Makefile | 50 tset.1b \ 64 reset.1b := LINKSRC = tset.1b
|
/illumos-gate/usr/src/cmd/svc/common/ |
H A D | notify_params.c | 293 int32_t tset; in listnotify_print() local 317 &tset) != 0) in listnotify_print() 319 params_type_print(p, tset_to_string(tset), fmri); in listnotify_print()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | compatibility-ucb.p5m | 74 link path=usr/share/man/man1b/reset.1b target=tset.1b 81 file path=usr/share/man/man1b/tset.1b 132 link path=usr/ucb/reset target=./tset 151 file path=usr/ucb/tset mode=0755 214 license usr/src/ucbcmd/tset/THIRDPARTYLICENSE \ 215 license=usr/src/ucbcmd/tset/THIRDPARTYLICENSE
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | Makefile | 27 PROG= tset
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 432 int32_t t, f, tset; in libscf_get_stn_tset() local 438 tset = -1; in libscf_get_stn_tset() 442 for (tset = 0, t = 1; t < SCF_STATE_ALL; t <<= 1) { in libscf_get_stn_tset() 451 tset |= t; in libscf_get_stn_tset() 454 tset = -1; in libscf_get_stn_tset() 464 tset |= f; in libscf_get_stn_tset() 467 tset = -1; in libscf_get_stn_tset() 476 return (tset); in libscf_get_stn_tset() 483 int32_t tset = -1; in libscf_get_global_stn_tset() local 494 tset = libscf_get_stn_tset(inst); in libscf_get_global_stn_tset() [all …]
|
H A D | graph.c | 3129 int32_t tset; in configure_vertex() local 3396 if ((tset = libscf_get_stn_tset(inst)) == -1) { in configure_vertex() 3402 v->gv_stn_tset = tset; in configure_vertex() 4291 int32_t tset; in dgraph_refresh_instance() local 4317 if ((tset = libscf_get_stn_tset(inst)) == -1) { in dgraph_refresh_instance() 4321 tset = 0; in dgraph_refresh_instance() 4323 v->gv_stn_tset = tset; in dgraph_refresh_instance() 4325 stn_global = tset; in dgraph_refresh_instance()
|
/illumos-gate/usr/src/ucbcmd/ |
H A D | Makefile | 60 tset \
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | evtchn.c | 1098 cpuset_t tset; in share_virq() local 1107 CPUSET_ALL(tset); in share_virq() 1108 bind_evtchn_to_cpuset(evtchn, tset); in share_virq()
|
/illumos-gate/usr/src/cmd/pcidb/ |
H A D | pcidb.c | 795 boolean_t tset = cur != PCIDB_TABLE_NONE; in pcidb_validate_filters() local 844 if (tset) { in pcidb_validate_filters()
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 1578 int32_t tset, t; in lxml_get_notification_parameters() local 1604 switch (tset = check_tokens(pgs)) { in lxml_get_notification_parameters() 1639 if (t & tset) { in lxml_get_notification_parameters() 1642 if ((t << 16) & tset) { in lxml_get_notification_parameters()
|
H A D | svccfg_libscf.c | 15822 int32_t tset; in lscf_delnotify() local 15830 if ((tset = check_tokens(pgs)) > 0) { in lscf_delnotify() 15841 tset) != SCF_SUCCESS) { in lscf_delnotify() 15845 } else if (tset == FMA_TOKENS) { in lscf_delnotify() 15860 } else if (tset == MIXED_TOKENS) { in lscf_delnotify() 15879 int32_t tset; in lscf_listnotify() local 15888 if ((tset = check_tokens(pgs)) > 0) { in lscf_listnotify() 15898 if (_scf_get_svc_notify_params(fmri, nvl, tset, 1, 1) != in lscf_listnotify() 15909 } else if (tset == FMA_TOKENS) { in lscf_listnotify() 15933 } else if (tset == MIXED_TOKENS) { in lscf_listnotify() [all …]
|
/illumos-gate/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 7026 cpuset_t cpuset, tset; in hat_pageunload() local 7073 tset = sfmmu_pageunload(pp, sfhme, cons); in hat_pageunload() 7074 CPUSET_OR(cpuset, tset); in hat_pageunload() 7371 cpuset_t cpuset, tset; in hat_pagesync() local 7449 tset = sfmmu_pagesync(pp, sfhme, in hat_pagesync() 7451 CPUSET_OR(cpuset, tset); in hat_pagesync() 7629 cpuset_t tset; in hat_page_clrwrt() local 7650 tset = sfmmu_pageclrwrt(pp, sfhme); in hat_page_clrwrt() 7651 CPUSET_OR(cpuset, tset); in hat_page_clrwrt() 8192 cpuset_t tset; in hat_page_demote() local [all …]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pcic.c | 2681 pcic_set_cdtimers(pcicdev_t *pcic, int socket, uint32_t speed, int tset) in pcic_set_cdtimers() argument 2686 if ((tset == IOMEM_CLTIMER_SET_1) || (tset == SYSMEM_CLTIMER_SET_1)) in pcic_set_cdtimers()
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 4569 # :is1: resets scrolling region in case a previous user had used "tset vt100" 5633 # Note that this clears the tabs so it must be done by tset before 10594 # tset or setterm etc.) provided that the terminal has been manually set 10641 # by the "reset", "tset", or "tabs" utilities. No delays are specified; use 12302 # RESET--ONLINE--!tset. 14347 # You need to have "stty nl2" in effect. Some versions of tset(1) know 17398 # "reset", "tset", or "tabs" utilities (use rt6221-w, 160 columns, for this).
|
H A D | terminfo.src | 5210 # :is1: resets scrolling region in case a previous user had used "tset vt100" 6368 # Note that this clears the tabs so it must be done by tset before 11980 # tset or setterm etc.) provided that the terminal has been manually set 12032 # by the "reset", "tset", or "tabs" utilities. No delays are specified; use 13869 # RESET--ONLINE--!tset. 16209 # You need to have "stty nl2" in effect. Some versions of tset(1) know 19516 # "reset", "tset", or "tabs" utilities (use rt6221-w, 160 columns, for this).
|