Home
last modified time | relevance | path

Searched refs:after (Results 176 – 200 of 284) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt269 Insert a new entry after the specified entry in the list,
445 Called on the PF after succesfully starting a VF's vport,
485 Called on the VF after acquire response has recieved to update
514 Called on PF side to indicate the PF to VF Response type after the processing
731 Called after management has changed some property of a hw_info field.
/illumos-gate/usr/src/data/zoneinfo/
H A Dnorthamerica76 # valuable if I stay in bed after the sun has risen. As an admirer
253 # And after 1983-11-30:
341 # time even after the mills closed. See: Kazek K. Did you know which
392 # are issued for the "sale of class 'B' alcohol after prohibited
498 # that's slightly after our 1970 cutoff, there is no need to create a
635 # It's shortly after 1:00 here on the east coast of the United States;
1252 # of the IATA's data after 1990. Except where otherwise noted,
1253 # IATA SSIM is the source for entries after 1990.
2015 # seems likely than 02:00 -> 04:00 and matches "after midnight".
2761 # data after 1970 so most likely there should be at least one Zone
[all …]
H A Daustralasia53 # of Queensland chose to keep observing daylight-saving time even after
58 # Hamilton) observed DST for two years after the rest of Queensland stopped.
629 # Transitions after 1952 are from Shanks & Pottenger.
858 # until they were abandoned after the war.
870 # Details are uncertain. We have no data for Johnston after 1970, so
955 # of the IATA's data after 1990. Except where otherwise noted,
956 # IATA SSIM is the source for entries after 1990.
1301 # From Christopher Hunt (2006-11-21), after an advance warning
1868 # implemented (yet). No further information after that were found.
1877 # February 9 noon, and after February 9 noon they are to use JST.
[all …]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.S680 membar #Sync ! required after ASI_DC_DATA
718 membar #Sync ! required after ASI_DC_DATA
2027 membar #Sync ! required after ASI_DC_UTAG
2037 membar #Sync ! required after ASI_DC_DATA
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME77 not discussed here, but after this overview you should be able to fend
109 delayed until after bursts of events. This is achieved by marking a
342 network communication - e.g. after assigning a static
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dnameref.sh665 [[ $foo ]] && err_exit 'unset after creating via nameref in function not working'
H A Dshtests23 message is printed before and after each test on the standard output.
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME2848 - line breaks have been inserted after "CN=" for readability,
3722 reading each queue directory after this
3836 for one second after each subsequent
3977 milters after HELO/EHLO command.
3983 milters after MAIL FROM command.
3987 milters after RCPT TO command.
3990 milters after the terminating
3994 after the end of headers.
3997 after DATA command is received.
4118 the modified value must be defined after
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c4773 queue_t *after; in insertq() local
4780 after = new->q_next; in insertq()
4783 after = _RD(stp->sd_wrq); in insertq()
4788 "insertq:%p, %p", after, new); in insertq()
4789 ASSERT(after->q_flag & QREADR); in insertq()
4795 if (wafter->q_next == after) { in insertq()
4801 new->q_next = after; in insertq()
4803 set_nfsrv_ptr(new, wnew, after, wafter); in insertq()
4820 set_qend(after); in insertq()
4824 ASSERT(_SAMESTR(after) == O_SAMESTR(after)); in insertq()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c310 GlAfterSignal after; /* What to do after the signal has been handled */ member
578 GlAfterSignal after; /* What to do after the signal has been delivered */ member
1183 GlAfterSignal after, int errno_value);
1983 if(_gl_trap_signal(gl, sig->signo, sig->flags, sig->after, in new_GetLine()
3478 switch(sig->after) { in gl_check_caught_signal()
10096 GlAfterSignal after, int errno_value)
10115 status = _gl_trap_signal(gl, signo, flags, after, errno_value);
10129 GlAfterSignal after, int errno_value)
10186 sig->after = after;
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS93 * A fallback entry is executed immediately after a default entry,
109 if the configuration file is available, it is read after readoing the
252 * The command "embed" embeds a Stage 1.5 in the sectors after a MBR.
300 * The character `=' after a command is not necessary any longer, but it
/illumos-gate/usr/src/boot/forth/
H A Dcheck-password.4th97 dup 1+ read-start ! \ Store X offset after the prompt
/illumos-gate/usr/src/cmd/fm/dicts/
H A DFMD.po98 …ENT-ID> to locate the module. Use fmadm load <module> to load the module after repairing its conf…
H A DNIC.po64 … and check for adequate ventilation\nand cooling. Re-inserting the module after it has cooled will…
/illumos-gate/usr/src/common/bignum/amd64/
H A Dbignum_amd64_asm.S474 / No more function calls after this.
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist162 143 ESHUTDOWN Cannot send after socket shutdown
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c1408 clock_t after; in sh_accend() local
1412 after = times(&buffer); in sh_accend()
1415 sabuf.ac_etime = compress( (time_t)(after-before)); in sh_accend()
H A Dxec.c2592 struct tms before,after; in sh_exec() local
2642 times(&after); in sh_exec()
2647 at = times(&after) - bt; in sh_exec()
2663 tm[1] = after.tms_utime - before.tms_utime; in sh_exec()
2664 tm[1] += after.tms_cutime - before.tms_cutime; in sh_exec()
2665 tm[2] = after.tms_stime - before.tms_stime; in sh_exec()
2666 tm[2] += after.tms_cstime - before.tms_cstime; in sh_exec()
H A Dio.c1166 char *tname=0, *after="", *trace = shp->st.trap[SH_DEBUGTRAP]; in sh_redirect() local
1249 after = "))"; in sh_redirect()
1410 sfprintf(sfstderr,"%s %s%s%c",io_op,fname,after,iop->ionxt?' ':'\n'); in sh_redirect()
1422 av[5] = after; in sh_redirect()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DPROMO.mm30 them, up to a user-specified limit, even after you log off.
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dlogapi.shlib146 # Execute a positive test and exit $STF_FAIL is test fails after being
/illumos-gate/usr/src/cmd/mdb/demo/
H A DREADME160 and should be named after your kernel module. For example, the "ip" kernel
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg47 # so tab characters are padded as needed after the closing bracket ].
1130 after an '='"
1135 @ MSG_MAP_EXPSYM_1 "%s: %llu: expected a symbol name after '@'"
1136 @ MSG_MAP_EXPSYM_2 "%s: %llu: expected a symbol name after '{'"
1137 @ MSG_MAP_EXPSEC "%s: %llu: expected a section name after '|'"
1139 after '-'"
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.S2207 ! cannot assume globals retained their values after increasing %gl
2218 ! cannot assume globals retained their values after increasing %gl
2353 ! cannot assume globals retained their values after increasing %gl
2447 ! Arguments are passed in the global set active after the
2593 ! Do not disturb %g5, it will be used after the trace
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsys278 # <stdarg.h> is handled by proto so this must be after the last test

12345678910>>...12