Searched refs:last (Results 276 - 300 of 601) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_xdr.c170 action_list *p, *last; local
183 last = p;
185 kmem_free(last, sizeof (*last));
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c350 dev_info_t *dip, *next, *last = NULL; local
357 while (last != start) {
360 while (next != last) {
408 last = dip;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_events.h198 emlxs_event_entry_t *last; member in struct:emlxs_event_queue
/illumos-gate/usr/src/lib/libast/common/port/
H A Dmc.c67 int last; local
102 last = 0;
156 last = 1;
169 if (last)
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c265 dev_info_t *dip, *next, *last = NULL; local
271 while (last != start) {
274 while (next != last && dip != failed_driver) {
304 last = dip;
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c723 page_t *last = last_page; local
724 page_t *pp = last;
732 last = pp = page_first();
743 if (pp == last)
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c191 char *last; local
201 console = strtok_r(line, field_delims, &last);
212 mode_str = strtok_r(last, field_delims, &last);
239 dev_list = strtok_r(last, field_delims, &last);
252 device = strtok_r(dev_list, ":", &last);
260 device = strtok_r(last, ":", &last);
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s105 bcs,pn %ncc, .lastword ! if counter wraps, last word
161 ! n expired, so this is the last word. It may contain null bytes.
163 ! processing of this last src word, we are done. Otherwise continue
165 ! difference between the pointer past the last byte of src and the
226 ! we need to force a null byte in the last position of dst
261 bcs,pn %ncc, .lastword ! if counter wraps, last word
279 bcs,pn %ncc, .lastword ! if counter wraps, last word
297 bcs,pn %ncc, .lastword ! if counter wraps, last word
315 bcs,pn %ncc, .lastword ! if counter wraps, last word
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c87 static struct timeval last; local
94 * protect modification of last
118 * If the system hres time has been changed since the last time
129 else if ((sec <= last.tv_sec) && /* same or lower seconds, and */
130 ((sec != last.tv_sec) || /* either different second or */
131 (usec <= last.tv_usec)) && /* lower microsecond, and */
132 ((last.tv_sec - sec) <= 5)) { /* not way back in time */
133 sec = last.tv_sec;
134 usec = last.tv_usec + 1;
140 last
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c186 /* find the last fragment of the header */
207 * last header fragment:
208 * 1. the header is in multiple mblks and the last fragment
218 * reallocate the mblk for the last header fragment,
321 * This is the last fragment of the packet, so
380 * Attach the mblk to the last tx control block
421 * If new mblk has been allocted for the last header
537 * If new mblk has been allocted for the last header
609 * If it is the last fragment copied to the current tx buffer,
877 ixgbe_tx_context_t *last; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c63 * structure's last member. These declarations most often look like:
75 * memory dereference. ISO C99 calls the last member in such a structure
98 * followed by an array of that type's last member, or some other larger type
612 mdb_ctf_id_t type, ulong_t off, void *last)
614 *((mdb_ctf_id_t *)last) = type;
621 * the members; if the structure has more than one member, and the last member
631 mdb_ctf_id_t last; local
640 mdb_ctf_type_invalidate(&last);
641 mdb_ctf_member_iter(type, typegraph_lastmember, &last);
643 if (!mdb_ctf_type_valid(last))
611 typegraph_lastmember(const char *name, mdb_ctf_id_t type, ulong_t off, void *last) argument
686 mdb_ctf_id_t last; local
1546 typegraph_stat_time(int last) argument
1603 tg_todo_t *first = NULL, *last = NULL, *free = NULL, *this = NULL; local
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c268 if (nodep->u.name.last->u.name.cp != NULL) {
269 cp = nodep->u.name.last->u.name.cp;
353 if (lhs->u.name.last->u.name.cp != NULL)
354 cp[0] = lhs->u.name.last->u.name.cp;
360 if (rhs->u.name.last->u.name.cp != NULL)
361 cp[1] = rhs->u.name.last->u.name.cp;
419 if (nodep->u.name.last->u.name.cp != NULL) {
420 cp = nodep->u.name.last->u.name.cp;
457 if (nodep->u.name.last->u.name.cp != NULL) {
458 cp = nodep->u.name.last
[all...]
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c590 register char *last, *prev; local
612 if(!(last = shp->prompt))
613 last = "";
616 last = ep->e_prbuff;
641 while(prev = last, c = mbchar(last)) switch(c)
648 for(n=1; c = *last++; n++)
662 last--;
709 if((qwid = last - prev) > 1)
711 while(prev < last
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c238 obj_delay_freed.last = NULL;
244 ses_delay_freed.last = NULL;
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dcd_pwd.c135 char *last=(char*)stakfreeze(1); local
141 stakputs(last+PATH_OFFSET);
/illumos-gate/usr/src/lib/libpp/
H A DMakefile.com71 -last \
79 # case - it MUST come as the last element but future changes in -D options
80 # may then cause silent breakage in the AST sources because the last -D
/illumos-gate/usr/src/lib/libcmd/
H A DMakefile.com99 -last \
107 # case - it MUST come as the last element but future changes in -D options
108 # may then cause silent breakage in the AST sources because the last -D
/illumos-gate/usr/src/head/
H A Dlber.h164 ber_len_t *len, char **last);
166 ber_len_t *len, char *last);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dnceucform370 int last = YYNCGIDTBL - 1;
375 while (last >= 0) {
376 int i = (first+last)/2;
385 last = i - 1;
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c594 ipadm_addr_info_t *addrinfo, *ainfop, *last = NULL; local
615 if (last != NULL)
616 last->ia_ifa.ifa_next = ainfop->ia_ifa.ifa_next;
624 last = ainfop;
642 ipadm_addr_info_t *last = NULL; local
665 if (last != NULL)
666 last->ia_ifa.ifa_next = match->ia_ifa.ifa_next;
675 last = ainfop;
/illumos-gate/usr/src/uts/common/xen/public/
H A Dsysctl.h228 uint8_t last; /* last Px state */ member in struct:pm_px_stat
238 uint32_t last; /* last Cx state */ member in struct:pm_cx_stat
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.c463 static amd_iommu_acpi_ivhd_t *last; local
470 ASSERT(last);
471 acpi_ivhdp = last;
472 last = NULL;
482 ASSERT(last == NULL);
548 last = acpi_ivhdp;
567 last = acpi_ivhdp;
580 last = acpi_ivhdp;
/illumos-gate/usr/src/uts/sun4/ml/
H A Dcopy.s97 ba,pt %ncc, .cs_out ! last byte in string
160 ba,pt %ncc, .copyinstr_out ! last byte in string
230 ba,pt %ncc, .copyinstr_noerr_out ! last byte in string
295 ba,pt %ncc, .copyoutstr_out ! last byte in string
365 b .copyoutstr_noerr_out ! last byte in string
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c205 * a mblk for the last header fragment.
207 * the last fragment shares the same mblk
217 * reallocate the mblk for the last header fragment,
332 * This is the last fragment of the packet, so
391 * Attach the mblk to the last tx control block
438 * If new mblk has been allocted for the last header
511 * If it is the last fragment copied to the current tx buffer,
763 tx_context_t *last; local
770 * stored context data of the last context descriptor. The data
781 last
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h133 * array to 64K, this link is maintained only for the last 32K strings.
262 /* Number of valid bits in bi_buf. All bits above the last valid bit
299 ulg stored_len, int last));
303 ulg stored_len, int last));

Completed in 157 milliseconds

<<11121314151617181920>>