Searched refs:higher (Results 1 - 25 of 29) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/mail/
H A Dckdlivopts.c153 static void mergeopts(higher, lower)
154 register struct dlvopts *higher, *lower;
156 if (higher->deliv == 1) {
160 if (higher->nodeliv == 1) {
164 if (higher->rept == 1) {
168 if (higher->rtrn == 1) {
172 if (higher->ign == 1) {
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A DREADME32 be optimal for fast printers running at higher baud rates. A few simple changes
55 higher.
/opensolaris-onvv-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c107 static void link_ptp(htable_t *higher, htable_t *new, uintptr_t vaddr);
108 static void unlink_ptp(htable_t *higher, htable_t *old, uintptr_t vaddr);
440 htable_t *higher; local
574 higher = NULL;
633 higher = ht->ht_parent;
634 unlink_ptp(higher, ht, ht->ht_vaddr);
655 * higher (ht_parent) pagetable. This
665 if (higher != NULL)
666 htable_release(higher);
1033 * one level higher
1036 unlink_ptp(htable_t *higher, htable_t *old, uintptr_t vaddr) argument
1080 link_ptp(htable_t *higher, htable_t *new, uintptr_t vaddr) argument
1125 htable_t *higher; local
1317 htable_t *higher = NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c153 struct shcount *higher, *lower; member in struct:shcount
175 while ((shadow > shc->ino) && (shc->higher))
176 shc = shc->higher;
183 new->higher = shc->higher;
184 if (shc->higher != NULL)
185 shc->higher->lower = new;
186 shc->higher = new;
207 while ((ino > shc->ino) && (shc->higher))
208 shc = shc->higher;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/initpkg/init.d/
H A DREADME.rc243 If the system is changing from a higher run-level (for example, through
H A DREADME.rcS41 If the system is changing from a higher run-level (for example, through
/opensolaris-onvv-gate/usr/src/uts/i86pc/ml/
H A Dinterrupt.s166 / level higher than the CPU's current spl; when spl is lowered in
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfields.pm258 B< perl 5.9.0 and higher: > fields::new() creates and blesses a
307 B< perl 5.9.0 and higher: >
H A DSwitch.pm805 higher-order function. That is, the expression:
837 executed, it constructs two higher order subroutines
H A DCGI.pm4818 By default, CGI.pm versions 2.69 and higher emit XHTML
6746 Netscape browsers versions 1.1 and higher, and all versions of
6952 Netscape versions 2.0 and higher incorporate an interpreted language
6953 called JavaScript. Internet Explorer, 3.0 and higher, supports a
7307 Netscape browsers version 1.1 and higher, and all versions of Internet
H A Dperl5db.pl2399 =head4 C<y> - List lexicals in higher scope
6823 B<y> [I<n> [I<Vars>]] List lexicals in higher scope <n>. Vars same as B<V>.
6935 B<y> [I<n> [I<Vars>]] List lexicals in higher scope <n>. Vars same as B<V>.
7109 B<y> [I<n> [I<Vars>]] List lexicals in higher scope <n>. Vars same as B<V>.
7554 higher in the C<@ISA> tree, 0 if we should stop.
/opensolaris-onvv-gate/usr/src/lib/
H A DREADME.Makefiles212 augment the defaults provided in higher-level Makefiles.
323 since pattern-matching rules in higher-level Makefiles rely on it,
483 higher-level Makefiles already contain rules to build all of the
593 higher level Makefiles included by the common Makefile so that 64-bit
/opensolaris-onvv-gate/usr/src/cmd/avs/sdbc/
H A Dsd_stats.c62 extern int higher(int);
H A Dsd_trace.c169 higher(int high) function
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c891 int higher = 0; local
915 return (higher ? EM_HIGHERREV : EM_NOMATCH);
923 higher = 1;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm152 B<NOTE 1>: This higher resolution timer can return values either less
154 rounds the higher resolution timer values up, down, or to the nearest second
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm47 Turn warnings on/off. I<val> is usually 1 for on, but higher values
275 =item * =headI<n> without preceding higher level
536 Print warnings if C<num> is true. The higher the value of C<num>,
928 -msg => "=head$hnum without preceding higher level"});
/opensolaris-onvv-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s562 ! higher effective pil because a higher-level interrupt may have
659 ! This insures we enter the scheduler if a higher-priority thread
1951 ! at higher levels than this one, so must convert flags to a PIL
2070 * is needed because higher level interrupts can arrive during the
2106 * intr_get_time() works much like a higher level interrupt arriving. It
2123 * called. Time spent in the higher-pil interrupt will not be returned in
2125 * the higher-pil interrupt's time is accumulated in intrstat[higherpil][].
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm118 and higher.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL670 higher for more.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm189 "Unsupported level %d (in value for key '%s') higher than %d.",
1196 every standard Hangul syllable. Secondary and any higher weights
1235 Any higher levels than the specified one are ignored.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm1441 privileges but has higher overhead than the "udp" and "icmp" protocols.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm2075 specified a version number higher than 2.32 in the C<use> or
2088 specified a version number higher than 2.32 in the C<use> or
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm574 a file with a higher internal version number than the reading Storable
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm2007 The value is only relevant when C<safe_level> is set to MEDIUM or higher.

Completed in 397 milliseconds

12