Searched refs:between (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/devinfo/
H A Ddevinfo.c237 static char between[] = ": "; local
241 (void) write(STDERR, between, (uint_t)strlen(between));
243 (void) write(STDERR, between, (uint_t)strlen(between));
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwhocalls.ksh28 whocalls will audit all function bindings between <utility> and any library
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs130 int between)
134 lgrp_latency_cookie(cookie, from, to, between));
282 lgrp_latency_cookie(lgrp_cookie_t cookie, lgrp_id_t from, lgrp_id_t to, int between = 0)
284 RETVAL = _lgrp_latency_cookie(cookie, from, to, between);
/illumos-gate/usr/src/ucbcmd/sbcp/
H A Dsbcp.s61 ! being compatible between 4.x and 5.x. We also depend on the
115 ! trap0 - glue between 4.x syscall trap and 5.x BCP routine
197 ! symbols referenced between here and there are "static"
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp_user.h113 * latency between
116 LGRP_LAT_CPU_TO_MEM /* latency between CPU and memory */
196 int **ss_latencies; /* latencies between lgroups */
239 caddr32_t ss_latencies; /* latencies between lgroups */
265 lgrp_id_t to, lgrp_lat_between_t between);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dia32.il29 / Shared between all x86 platform variants.
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c104 * MUST be either zero or between MaxRtrAdvInterval and 9000 seconds.
548 conferr("AdvDefaultLifetime is not between "
556 conferr("AdvDefaultLifetime (%u) is not between "
902 * Return the difference (measured in seconds) between that date/time and
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c1099 * Return latency between "from" and "to" lgroups
1102 * between lgroups on the running system, cannot be used across platforms,
1122 * Return latency between "from" and "to" lgroups
1125 * between lgroups on the running system, cannot be used across platforms,
1132 lgrp_lat_between_t between)
1143 * Check for valid snapshot, lgroup, and between flag
1146 between != LGRP_LAT_CPU_TO_MEM) {
1131 lgrp_latency_cookie(lgrp_cookie_t cookie, lgrp_id_t from, lgrp_id_t to, lgrp_lat_between_t between) argument
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh56 The similarity measure between \aold\a and \anew\a message
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h88 FNPROTO(between); variable
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py235 Show differences between this workspace and its parent workspace
945 between = repo.changelog.nodesbetween(ws.findoutgoing(parent))[2]
946 heads = set(between) & set(repo.heads())
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s144 ! with odd alignment between source and destnation
146 ! in between to align transfers to and from memory
198 ! get the odd bytes between alignments
H A Dniagara_copy.s2454 ! with odd alignment between source and destnation
2456 ! in between to align transfers to and from memory
2508 ! get the odd bytes between alignments
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh382 the wait between each attempt.
404 HELP - The timeout (in seconds) between each new attempt to retrieve
415 nisLDAPstoreErrorTimeout seconds between each attempt.
436 HELP - The timeout (in seconds) between each new attempt to store
1938 get_pos_int "Timeout (in seconds) between each new attempt to retrieve LDAP data (h=help):"\
1997 get_pos_int "Timeout (in seconds) between each new attempt to write LDAP data (h=help):"\
4266 # nisLDAPobjectDN : It specifies the connection between group of NIS
/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c418 * When there is a carriage return in between,
567 * We keep these instanced between parsers, but set them
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.s697 * there is no really good way to distinguish between these two
1699 * There can be no instructions between this label and IRET or
1771 / elapses between reads. A reliable TSC can be read as often and as rapidly
1974 / elapses between reads. A reliable TSC can be read as often and as rapidly
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex223 % This is the space between the bar and the text.
378 % offset so that the space between them is truly \outerhsize or \outervsize
668 % therefore, no glue is inserted, and the space between the headline and
703 % To get correct interline space between the last line of the group
2302 % margin between end of table item and start of table text.
2581 % Table can continue over pages but will only break between lines.
2601 % with nothing between them for as many times as empty columns are needed,
2625 % @multitableparskip is vertical space between paragraphs in table.
2627 % @multitablecolmargin is horizontal space to be left between columns.
2628 % @multitablelinespace is space to leave between tabl
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s141 * correctly between objects that overlap. For memcpy, behavior is
250 add %o4, %o0, %o4 ! increase difference between src & dst
264 sub %o4, %o0, %o4 ! restore difference between src & dest
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/
H A Dpsvcobj.conf57 * between objects
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s165 ! difference between the pointer past the last byte of src and the
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c444 between(fcode_env_t *env) function
448 CHECK_DEPTH(env, 3, "between");
2541 ANSI(0x044, 0, "between", between);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s1623 ! with odd alignment between source and destnation
1625 ! in between to align transfers to and from memory
1677 ! get the odd bytes between alignments
2053 * The only difference between default_copy{in,out} and
2114 * (in the default configuration) a window of 256 bytes between
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/
H A Dpsvcobj.conf56 * between objects
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/
H A Dpsvcobj.conf56 * between objects
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/conf/
H A Dpsvcobj.conf57 * between objects

Completed in 187 milliseconds

12