Searched refs:previous (Results 26 - 50 of 97) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A DREADME.caching81 retrieved from previous datastore lookups or from IP addresses that
90 unused records retrieved from a previous datastore lookup for
147 1. If the REQUEST is a reply to a previous OFFER, it checks if the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/utils/port/
H A DREADME57 a) Merge in the ON-specific changes into installperl fromm the previous
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2142 entity_attribute_t *newattrib, **previous, *elem; local
2156 previous = &scan_ifp->hidparser_tok_litem_head;
2158 previous = &scan_ifp->hidparser_tok_gitem_head;
2161 elem = *previous;
2172 *previous = elem->entity_attribute_next;
2176 elem = *previous;
2178 previous = &elem->entity_attribute_next;
2191 *previous = newattrib;
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DCardPanel.java237 void previous() { method in class:CardPanel
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm33 Uses the value of a previous getpos call to return to a previously visited
H A DHandle.pm78 supported C<IO::Handle> methods. All of them return the previous
80 given will set the value. If no argument is given the previous value
180 C<blocking> will return the value of the previous setting, or the
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME194 previous section.
424 overhead calculations mentioned in previous section.
468 and overhead calculations mentioned in previous section. In this case,
/opensolaris-onvv-gate/usr/src/uts/sun/sys/
H A Dpromif.h108 extern caddr_t prom_nextprop(pnode_t nodeid, caddr_t previous,
/opensolaris-onvv-gate/usr/src/uts/sun4u/ml/
H A Dwbuf.s137 ! use previous wbcnt to spill new spbuf & wbuf
168 ! use previous wbcnt to spill new spbuf & wbuf
271 ! use previous wbcnt to spill new spbuf & wbuf
302 ! use previous wbcnt to spill new spbuf & wbuf
/opensolaris-onvv-gate/usr/src/uts/sun4v/ml/
H A Dwbuf.s139 ! use previous wbcnt to spill new spbuf & wbuf
171 ! use previous wbcnt to spill new spbuf & wbuf
332 ! use previous wbcnt to spill new spbuf & wbuf
364 ! use previous wbcnt to spill new spbuf & wbuf
H A Dmach_interrupt.s642 3: sub %g2, 1, %g2 ! %g2.l = previous tl
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm231 paths, and we will instead simply return $path. Note that previous
261 paths, and we will instead simply return $path. Note that previous
/opensolaris-onvv-gate/usr/src/common/openssl/
H A DREADME.SUNW10 This work is based on previous work done on stock version of OpenSSL 0.9.7d
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h202 uint32_t previous; member in struct:_HfsNodeDescriptor
468 uint32_t previous; member in struct:_HfsPNodeDescriptor
/opensolaris-onvv-gate/usr/src/cmd/modload/
H A Ddrvsubr.c1224 char *previous; local
1254 previous = aliases;
1263 current = get_entry(previous,
1265 previous = current;
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s104 bz,a,pt %xcc, .doload ! no null byte in previous word from s2
/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_rename.c559 * to store a log of previous state of the structures it changes,
1019 int previous,
1029 if ((previous > current) &&
1037 if (previous == current) {
1067 cmn_err(CE_NOTE, "previous: %d, current: %d, role: %s",
1068 previous, current,
1018 role_swap_is_valid( int previous, int current, md_rendelta_t *delta, md_rentxn_t *rtxnp) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm116 =item * =item without previous =over
118 =item * =back without previous =over
223 =item * previous =item has no contents
263 =item * empty section in previous paragraph
265 The previous section (introduced by a C<=head> command) does not contain
837 -msg => "=item without previous =over" });
842 # check whether the previous item had some contents
847 -msg => "previous =item has no contents" });
901 -msg => "=back without previous =over" });
930 # check whether the previous
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio.c705 nxge_hio_dc_t *current, *previous; local
719 previous = 0;
722 if (previous)
723 previous->next = current->next;
728 previous = current;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm260 If the scalar from the previous example had an extra reference:
274 Notice that this example differs from the previous example only in its
302 same C<$a> that we found in the previous example.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm381 In other words, the previous example, would become:
420 For example, to cause the previous filter to filter only up to a line of the
595 described in the previous section.
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dfts.c55 FTSENT* previous; /* previous current */ \
1091 fts->previous = fts->current;
1384 fts->current = fts->previous;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm114 The lines starting with C<@> mark time passed from the previous C<@>
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm184 setting C<$a> to the result of the previous call and C<$b> to the next
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.s321 * 'local storage' from the previous stack this amount must
364 ld [%fp + %l2], %l3 ! duplicate args from previous

Completed in 233 milliseconds

1234