Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/uts/sun4/os/
H A Dx_call.c256 cpuset_t tset; in xt_one_unchecked() local
270 CPUSET_ZERO(tset); in xt_one_unchecked()
274 CPUSET_ADD(tset, cix); in xt_one_unchecked()
282 XC_TRACE(XT_ONE_SELF, &tset, func, arg1, arg2); in xt_one_unchecked()
287 XC_TRACE(XT_ONE_OTHER, &tset, func, arg1, arg2); in xt_one_unchecked()
303 cpuset_t xc_cpuset, tset; in xt_some() local
317 CPUSET_ZERO(tset); in xt_some()
321 CPUSET_ADD(tset, lcx); in xt_some()
346 XC_TRACE(XT_SOME_SELF, &tset, func, arg1, arg2); in xt_some()
369 cpuset_t xc_cpuset, tset; in xt_all() local
[all …]
/titanic_41/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()
608 if (getppriv(PRIV_PERMITTED, tset) != 0) { 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()
[all …]
/titanic_41/usr/src/cmd/saf/
H A Dreadtab.c257 sigset_t tset; /* for signal handling */ in purge() local
279 tset = cset; in purge()
280 (void) sigaddset(&tset, SIGALRM); in purge()
281 (void) sigaddset(&tset, SIGCLD); in purge()
282 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in purge()
288 (void) sigdelset(&tset, SIGALRM); in purge()
289 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in purge()
H A Dsac.c373 sigset_t tset; /* for signal handling */ in startpm() local
410 tset = cset; in startpm()
411 (void) sigaddset(&tset, SIGCLD); in startpm()
412 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in startpm()
577 sigset_t tset; /* for signal handling */ in startit() local
597 tset = cset; in startit()
598 (void) sigaddset(&tset, SIGCLD); in startit()
599 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in startit()
873 sigset_t tset; /* for signal handling */ in pollfail() local
900 tset = cset; in pollfail()
[all …]
H A Dmisc.c91 sigset_t tset; /* for signal handling */ in sigpoll() local
196 tset = cset; in sigpoll()
197 (void) sigaddset(&tset, SIGALRM); in sigpoll()
198 (void) sigaddset(&tset, SIGCLD); in sigpoll()
199 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in sigpoll()
/titanic_41/usr/src/cmd/ttymon/
H A Dtmsac.c165 sigset_t tset; in sacpoll() local
173 tset = cset; in sacpoll()
174 (void)sigaddset(&tset, SIGCLD); in sacpoll()
175 (void)sigprocmask(SIG_SETMASK, &tset, NULL); in sacpoll()
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; in re_read() local
390 tset = cset; in re_read()
391 (void)sigaddset(&tset, SIGCLD); in re_read()
392 (void)sigprocmask(SIG_SETMASK, &tset, NULL); in re_read()
H A Dttymon.c280 sigset_t tset; in open_all() local
299 tset = cset; in open_all()
300 (void) sigaddset(&tset, SIGCLD); in open_all()
301 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in open_all()
321 tset = cset; in open_all()
322 (void) sigaddset(&tset, SIGCLD); in open_all()
323 (void) sigprocmask(SIG_SETMASK, &tset, NULL); in open_all()
/titanic_41/usr/src/lib/libscf/common/
H A Dnotify_params.c1267 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()
1821 int32_t tset = 0; in smf_notify_get_params() local
[all …]
/titanic_41/usr/src/man/man1b/
H A DMakefile51 tset.1b \
65 reset.1b := LINKSRC = tset.1b
/titanic_41/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()
/titanic_41/usr/src/ucbcmd/tset/
H A DMakefile26 PROG= tset
/titanic_41/usr/src/pkg/manifests/
H A Dcompatibility-ucb.mf77 file path=usr/share/man/man1b/tset.1b
107 file path=usr/ucb/tset mode=0755
149 license usr/src/ucbcmd/tset/THIRDPARTYLICENSE \
150 license=usr/src/ucbcmd/tset/THIRDPARTYLICENSE
173 link path=usr/share/man/man1b/reset.1b target=tset.1b
199 link path=usr/ucb/reset target=./tset
/titanic_41/usr/src/tools/gk/
H A Dlogin.sh38 set noglob; eval `/usr/ucb/tset -Q -s -e -k - -m dialup:vt102`; unset noglob
/titanic_41/usr/src/cmd/svc/startd/
H A Dlibscf.c431 int32_t t, f, tset; in libscf_get_stn_tset() local
437 tset = -1; in libscf_get_stn_tset()
441 for (tset = 0, t = 1; t < SCF_STATE_ALL; t <<= 1) { in libscf_get_stn_tset()
450 tset |= t; in libscf_get_stn_tset()
453 tset = -1; in libscf_get_stn_tset()
463 tset |= f; in libscf_get_stn_tset()
466 tset = -1; in libscf_get_stn_tset()
475 return (tset); in libscf_get_stn_tset()
482 int32_t tset = -1; in libscf_get_global_stn_tset() local
493 tset = libscf_get_stn_tset(inst); in libscf_get_global_stn_tset()
[all …]
H A Dgraph.c3155 int32_t tset; in configure_vertex() local
3422 if ((tset = libscf_get_stn_tset(inst)) == -1) { in configure_vertex()
3428 v->gv_stn_tset = tset; in configure_vertex()
4319 int32_t tset; in dgraph_refresh_instance() local
4345 if ((tset = libscf_get_stn_tset(inst)) == -1) { in dgraph_refresh_instance()
4349 tset = 0; in dgraph_refresh_instance()
4351 v->gv_stn_tset = tset; in dgraph_refresh_instance()
4353 stn_global = tset; in dgraph_refresh_instance()
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c1716 nstset_t *tset = NULL; in cd_writer() local
1720 tset = _sd_ioset; in cd_writer()
1728 if (tset == NULL) { in cd_writer()
1736 t = nst_create(tset, cd_write_thread, (blind_t)(unsigned long)cd, 0); in cd_writer()
1809 nstset_t *tset = NULL; in _sd_flush_thread() local
1813 tset = _sd_ioset; in _sd_flush_thread()
1917 if (tset) { in _sd_flush_thread()
1918 t = nst_create(tset, in _sd_flush_thread()
/titanic_41/usr/src/cmd/nsadmin/
H A Dlocal.login27 # setenv TERM `tset -Q -`
/titanic_41/usr/src/ucbcmd/
H A DMakefile60 tset \
/titanic_41/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()
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c1572 int32_t tset, t; in lxml_get_notification_parameters() local
1598 switch (tset = check_tokens(pgs)) { in lxml_get_notification_parameters()
1632 if (t & tset) { in lxml_get_notification_parameters()
1635 if ((t << 16) & tset) { in lxml_get_notification_parameters()
H A Dsvccfg_libscf.c15785 int32_t tset; in lscf_delnotify() local
15793 if ((tset = check_tokens(pgs)) > 0) { in lscf_delnotify()
15804 tset) != SCF_SUCCESS) { in lscf_delnotify()
15808 } else if (tset == FMA_TOKENS) { in lscf_delnotify()
15823 } else if (tset == MIXED_TOKENS) { in lscf_delnotify()
15842 int32_t tset; in lscf_listnotify() local
15851 if ((tset = check_tokens(pgs)) > 0) { in lscf_listnotify()
15861 if (_scf_get_svc_notify_params(fmri, nvl, tset, 1, 1) != in lscf_listnotify()
15872 } else if (tset == FMA_TOKENS) { in lscf_listnotify()
15896 } else if (tset == MIXED_TOKENS) { in lscf_listnotify()
[all …]
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c7133 cpuset_t cpuset, tset; in hat_pageunload() local
7193 tset = sfmmu_pageunload(pp, sfhme, cons); in hat_pageunload()
7194 CPUSET_OR(cpuset, tset); in hat_pageunload()
7502 cpuset_t cpuset, tset; in hat_pagesync() local
7582 tset = sfmmu_pagesync(pp, sfhme, in hat_pagesync()
7584 CPUSET_OR(cpuset, tset); in hat_pagesync()
7768 cpuset_t tset; in hat_page_clrwrt() local
7789 tset = sfmmu_pageclrwrt(pp, sfhme); in hat_page_clrwrt()
7790 CPUSET_OR(cpuset, tset); in hat_page_clrwrt()
8343 cpuset_t tset; in hat_page_demote() local
[all …]
/titanic_41/usr/src/uts/common/io/
H A Dpcic.c2680 pcic_set_cdtimers(pcicdev_t *pcic, int socket, uint32_t speed, int tset) in pcic_set_cdtimers() argument
2685 if ((tset == IOMEM_CLTIMER_SET_1) || (tset == SYSMEM_CLTIMER_SET_1)) in pcic_set_cdtimers()
/titanic_41/usr/src/cmd/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).

12