Home
last modified time | relevance | path

Searched refs:act (Results 126 – 150 of 171) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfs.c468 nfs4_recov_str(uint_t act) in nfs4_recov_str() argument
470 switch (act) { in nfs4_recov_str()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1265 struct sigaction act; in setup_eventpipe() local
1277 act.sa_handler = sig_handler; in setup_eventpipe()
1278 act.sa_flags = SA_RESTART; in setup_eventpipe()
1279 (void) sigaction(SIGALRM, &act, NULL); in setup_eventpipe()
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c1985 lpl_cpu_adjcnt(lpl_act_t act, cpu_t *cp) in lpl_cpu_adjcnt() argument
1994 ASSERT(act == LPL_DECREMENT || act == LPL_INCREMENT); in lpl_cpu_adjcnt()
2018 if (act == LPL_INCREMENT) { in lpl_cpu_adjcnt()
2020 } else if (act == LPL_DECREMENT) { in lpl_cpu_adjcnt()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c810 trace_if(const char *act, struct interface *ifp) in trace_if() argument
816 (void) fprintf(ftrace, "%-3s interface %-4s #%-3d ", act, in trace_if()
H A Dtable.c707 dump_rt_msg(const char *act, struct rt_msghdr *rtm, int mlen) in dump_rt_msg() argument
730 trace_misc("%s %s %d bytes", act, mtype, mlen); in dump_rt_msg()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c1287 void (*nsignal(int sig, void (*act)(int)))(int) in nsignal()
1291 sa.sa_handler = act; in nsignal()
/illumos-gate/usr/src/data/zoneinfo/
H A Dasia2298 # The 1992-01-13 act also refers to the act of the Cabinet of Ministers
2338 # (text includes modification from the 1996 act)
2340 # 1992-01-08 act. It specified that time would be calculated
2371 # amends the 1992-01-13 act to end summer time in October instead
2399 # modified the 2000-11-23 act. No relevant changes, apparently.
2416 # 2004-07-20 act to implement changes for Atyraū, West Kazakhstan,
2428 # removes DST provisions from the 2000-11-23 act, removes most of the
2437 # act was to be enacted on the last Sunday of March 1992.
2547 # The 1989 transition is from USSR act No. 227 (1989-03-14).
3329 # http://www.samanews.com/index.php?act=Show&id=122638
[all …]
H A Deurope376 # Ireland amended the 1968 act that established UT +01 as Irish
385 # http://www.irishstatutebook.ie/eli/1925/act/8/enacted/en/print
711 # Unamended version of the act of the
1201 # The 1989 transition is from USSR act No. 227 (1989-03-14).
1874 # The 1989 transition is from USSR act No. 227 (1989-03-14).
2394 # The 1989 transition is from USSR act No. 227 (1989-03-14).
2653 # The 1989 transition is from USSR act No. 227 (1989-03-14).
2675 # The 1988 transition is from USSR act No. 5 (1988-01-04).
2735 # The 1989 transition is from USSR act No. 227 (1989-03-14).
2753 # The 1989 transition is from USSR act No. 227 (1989-03-14).
[all …]
H A Daustralasia623 # This act does not state when it takes effect, so one has to assume it
624 # applies since 1952-10-16. But there is the possibility that the act just
1174 # https://www.austlii.edu.au/au/legis/act/consol_act/stasta1972279/index.html
1188 # ACT: http://www.cmd.act.gov.au/mediareleases/fileread.cfm?file=86.txt
1940 # for Wake is too sketchy to act on.
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c2756 int act; local
2758 case SHIFT: act = ap->x.stp->index; break;
2759 case REDUCE: act = ap->x.rp->index + lemp->nstate; break;
2760 case ERROR: act = lemp->nstate + lemp->nrule; break;
2761 case ACCEPT: act = lemp->nstate + lemp->nrule + 1; break;
2762 default: act = -1; break;
2764 return act;
/illumos-gate/usr/src/lib/libslp/etc/
H A Dslp.conf.example35 # Specifies if slpd should act as a DA. Default is false.
/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h927 extern int32_t ipsec_act_ovhd(const ipsec_act_t *act);
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c892 uint8_t act; in i40e_get_switch_resources() local
904 ret = i40e_aq_get_switch_resource_alloc(hw, &act, buf, in i40e_get_switch_resources()
922 i40e->i40e_switch_rsrc_actual = act; in i40e_get_switch_resources()
/illumos-gate/usr/src/grub/grub-0.97/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
87 You may charge a fee for the physical act of transferring a copy, and
/illumos-gate/usr/src/cmd/powertop/common/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
87 You may charge a fee for the physical act of transferring a copy, and
/illumos-gate/usr/src/tools/smatch/src/
H A DGPL-273 covered by this License; they are outside its scope. The act of
87 You may charge a fee for the physical act of transferring a copy, and
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4459 int sig, act; in show_rctlblk() local
4460 act = rctlblk_get_local_action(blk, &sig); in show_rctlblk()
4462 s = rctl_local_action(pri, act); in show_rctlblk()
4465 pri->pname, act); in show_rctlblk()
4471 if (act & RCTL_LOCAL_SIGNAL) { in show_rctlblk()
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c4683 struct sigaction act; in daemonize_start() local
4685 act.sa_handler = SIG_DFL; in daemonize_start()
4686 (void) sigemptyset(&act.sa_mask); in daemonize_start()
4687 act.sa_flags = 0; in daemonize_start()
4689 (void) sigaction(SIGPIPE, &act, NULL); /* ignore SIGPIPE */ in daemonize_start()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE167 covered by this License; they are outside its scope. The act of
181 You may charge a fee for the physical act of transferring a copy, and
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A DLICENSE.txt215 covered by this License; they are outside its scope. The act of
229 You may charge a fee for the physical act of transferring a copy, and
613 covered by this License; they are outside its scope. The act of
628 You may charge a fee for the physical act of transferring a copy,
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c206 tname_dup(struct node *namep, enum childnode_action act) in tname_dup() argument
227 if (act == CN_DUP) { in tname_dup()
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c3102 uint32_t act) in nvmeadm_firmware_commit() argument
3112 !nvme_fw_commit_req_set_action(req, act)) { in nvmeadm_firmware_commit()
/illumos-gate/usr/src/lib/librstp/common/
H A DCOPYING143 covered by this License; they are outside its scope. The act of
158 You may charge a fee for the physical act of transferring a copy,
/illumos-gate/usr/src/common/util/
H A DTHIRDPARTYLICENSE.multi3173 License. However, in accepting such obligations, You may act only
/illumos-gate/usr/src/lib/libc/port/stdio/
H A DREADME.design279 The act of getting the correct file descriptor has been centralized in a

1234567