Home
last modified time | relevance | path

Searched refs:tset (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c257 cpuset_t tset; in xt_one_unchecked() local
271 CPUSET_ZERO(tset); in xt_one_unchecked()
318 CPUSET_ZERO(tset); in xt_some()
384 CPUSET_ZERO(tset); in xt_all()
427 cpuset_t tset; in xc_one() local
439 CPUSET_ZERO(tset); in xc_one()
558 CPUSET_ZERO(tset); in xc_some()
652 CPUSET_ZERO(tset); in xc_all()
912 cpuset_t tset; in xc_serv() local
915 CPUSET_ZERO(tset); in xc_serv()
[all …]
/illumos-gate/usr/src/lib/pam_modules/unix_cred/
H A Dunix_cred.c186 priv_set_t *lim, *def, *tset; in pam_sm_setcred() local
578 tset = def = lim = NULL; in pam_sm_setcred()
603 tset = priv_allocset(); in pam_sm_setcred()
604 if (tset == NULL) { in pam_sm_setcred()
612 if (!priv_issubset(def, tset)) in pam_sm_setcred()
613 priv_intersect(tset, def); in pam_sm_setcred()
629 if (getppriv(PRIV_LIMIT, tset) != 0) { in pam_sm_setcred()
633 if (!priv_issubset(lim, tset)) in pam_sm_setcred()
634 priv_intersect(tset, lim); in pam_sm_setcred()
667 if (tset != NULL) in pam_sm_setcred()
[all …]
/illumos-gate/usr/src/cmd/saf/
H A Dreadtab.c255 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 Dsac.c371 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 Dmisc.c88 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 Dtmsac.c154 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 Dtmhandler.c64 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 Dttymon.c268 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 Dnotify_params.c1267 int32_t tset; in smf_notify_set_params() local
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()
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
1843 if (!SCF_TRANS_VALID(tset)) { in smf_notify_get_params()
1847 tset |= class_to_transition(class); in smf_notify_get_params()
[all …]
/illumos-gate/usr/src/man/man1b/
H A DMakefile51 tset.1b \
65 reset.1b := LINKSRC = tset.1b
/illumos-gate/usr/src/cmd/svc/common/
H A Dnotify_params.c291 int32_t tset; in listnotify_print() local
315 &tset) != 0) in listnotify_print()
317 params_type_print(p, tset_to_string(tset), fmri); in listnotify_print()
/illumos-gate/usr/src/pkg/manifests/
H A Dcompatibility-ucb.p5m75 link path=usr/share/man/man1b/reset.1b target=tset.1b
82 file path=usr/share/man/man1b/tset.1b
133 link path=usr/ucb/reset target=./tset
152 file path=usr/ucb/tset mode=0755
215 license usr/src/ucbcmd/tset/THIRDPARTYLICENSE \
216 license=usr/src/ucbcmd/tset/THIRDPARTYLICENSE
/illumos-gate/usr/src/ucbcmd/tset/
H A DMakefile27 PROG= tset
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c432 int32_t t, f, tset; in libscf_get_stn_tset() local
438 tset = -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()
499 if (tset == -1) in libscf_get_global_stn_tset()
[all …]
H A Dgraph.c3127 int32_t tset; in configure_vertex() local
3394 if ((tset = libscf_get_stn_tset(inst)) == -1) { in configure_vertex()
3400 v->gv_stn_tset = tset; in configure_vertex()
4289 int32_t tset; in dgraph_refresh_instance() local
4315 if ((tset = libscf_get_stn_tset(inst)) == -1) { in dgraph_refresh_instance()
4319 tset = 0; in dgraph_refresh_instance()
4321 v->gv_stn_tset = tset; in dgraph_refresh_instance()
4323 stn_global = tset; in dgraph_refresh_instance()
/illumos-gate/usr/src/ucbcmd/
H A DMakefile60 tset \
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c1098 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/svc/svccfg/
H A Dsvccfg_xml.c1578 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 Dsvccfg_libscf.c15822 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
15909 } else if (tset == FMA_TOKENS) { in lscf_listnotify()
15933 } else if (tset == MIXED_TOKENS) { in lscf_listnotify()
16134 int32_t tset; in setnotify() local
16175 } else if (tset == FMA_TOKENS) { in setnotify()
[all …]
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c7026 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 Dpcic.c2681 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 Dtermcap.src4569 # :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 Dterminfo.src5210 # :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).