Searched refs:last (Results 151 - 175 of 601) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libunistat/common/
H A Dspcs_s_u.c85 * Return the idata index of the last status code in the array (i.e.
93 int last = 0; local
97 last = idx;
100 return (last);
/illumos-gate/usr/src/lib/libnsctl/common/
H A Dmachdep.c167 char *cp, *tofree, *last; local
217 cp = strtok_r(cp, sep, &last);
224 cp = strtok_r(NULL, sep, &last);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c72 port_info_t *last; member in struct:__anon1209
253 devp->last = NULL;
254 } else if (devp->last != NULL) { /* last node */
255 devp->last->next = cachep;
256 devp->last = cachep;
259 devp->last = cachep;
394 listptr->last = NULL;
395 } else if (listptr->last != NULL) { /* last nod
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h73 void (*last)(void *); /* Call-back for last ref */ member in struct:ref_s
79 (container)->ref.last = (void (*)(void *))((inactive)); \
90 (container)->ref.last((container)); \
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dexpand.c279 int first, last, incr, count = 0; local
311 last = strtol(cp+1,&endc,0);
314 else if(last<first)
355 last = cp[1];
362 else if(first>last)
427 if(incr*(first+incr) > last*incr)
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemcmp.s153 dec 4, %o3 ! avoid reading beyond the last byte
171 sub %o1, 1, %o1 ! used 3 bytes of the last word read
176 dec 4, %o3 ! avoid reading beyond the last byte
194 sub %o1, 3, %o1 ! used 1 byte of the last word read
199 dec 4, %o3 ! avoid reading beyond the last byte
216 sub %o1, 2, %o1 ! only used half of the last read word
H A Dsync_instruction_memory.s64 ! last flush; SPARC V8 requires 2 more for flush to be visible
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemcmp.s150 dec 4, %o3 ! avoid reading beyond the last byte
168 sub %o1, 1, %o1 ! used 3 bytes of the last word read
173 dec 4, %o3 ! avoid reading beyond the last byte
191 sub %o1, 3, %o1 ! used 1 byte of the last word read
196 dec 4, %o3 ! avoid reading beyond the last byte
212 sub %o1, 2, %o1 ! only used half of the last read word
/illumos-gate/usr/src/uts/common/os/
H A Dmemlist_new.c122 struct memlist *cur, *last; local
127 last = NULL;
129 last = cur;
145 new->ml_prev = last;
146 if (last != NULL)
147 last->ml_next = new;
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.c46 * - Unroll last copy for window match in inflate_fast()
116 state->last = 0;
366 Update the window with the last wsize (normally 32K) bytes written before
374 advantage, since only the last 32K of output is copied to the sliding window
589 When there is a window, goto inf_leave will update the window with the last
619 code last; /* parent table entry */ local
829 if (state->last) {
835 state->last = BITS(1);
840 state->last ? " (last)"
[all...]
/illumos-gate/usr/src/lib/libsum/
H A DMakefile.com49 -last \
58 # case - it MUST come as the last element but future changes in -D options
59 # may then cause silent breakage in the AST sources because the last -D
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dcommp_util.c63 char token, boolean_t last)
67 if (!last && (**current == token))
62 commp_find_token(const char **begin, const char **current, const char *end, char token, boolean_t last) argument
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh76 last if /^\$/;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dpkgfs.c705 scan_tarfile(struct package *pkg, struct tarfile *last) argument
712 cur = (last != NULL) ? last->tf_next : pkg->pkg_first;
714 ofs = (last != NULL) ? last->tf_ofs + last->tf_size :
725 if (last != NULL && pkg->pkg_ofs == last->tf_ofs) {
726 if (cache_data(last) == -1)
783 if (last !
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.c53 * - Unroll last copy for window match in inflate_fast()
121 state->last = 0;
317 Update the window with the last wsize (normally 32K) bytes written before
325 advantage, since only the last 32K of output is copied to the sliding window
545 When there is a window, goto inf_leave will update the window with the last
575 code last; /* parent table entry */ local
793 if (state->last) {
799 state->last = BITS(1);
804 state->last ? " (last)"
[all...]
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c35 * to read the file from beginning to end to get to the last block of
63 off_t histmarker; /* offset of last command marker */ \
69 off_t histcmds[2]; /* offset for recent commands, must be last */
181 char *buff, *cp, *last; local
196 id1 = id2 = strtol(cp,&last,10);
197 if(*last=='-')
198 id1 = strtol(last+1,&last,10);
203 cp = last;
335 int first,last; local
472 char *last, *name=hist_old->histname; local
889 hist_list(register History_t *hp,Sfio_t *outfile, off_t offset,int last, char *nl) argument
[all...]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A D_stack_grow.s96 / Try one last time to take out the process.
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dsmt_pause.s56 and %i3, 0x3, %i2 ! save last 2 bits
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_stack_grow.s98 / Try one last time to take out the process.
H A Dsetjmp.s31 / the last call to
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dremquol.s64 movl %eax,(%rdi) / last 3 significant bits of quotient
/illumos-gate/usr/src/cmd/ctwatch/
H A Dctwatch.c237 ctid_t *ids, last; local
315 last = -1;
319 if (ids[i] == last)
321 last = ids[i];
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h55 #define sputc(p, c) {if ((p)->wt == (p)->last) more(p); *(p)->wt++ = c; }
56 #define salterc(p, c) {if ((p)->rd == (p)->last) more(p); *(p)->rd++ = c;\
59 #define zero(p) for (pp = (p)->beg; pp < (p)->last; ) *pp++ = '\0'
80 char *last; member in struct:blk
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_generic.c211 struct dir_entry *last = NULL; local
240 if (add_dir_entry(ent.h_name, list, &last)) {
252 if (add_dir_entry(*p, list, &last)) {
258 assert(last != NULL);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c203 int last = YYNCGIDTBL - 1; local
219 while (last >= 0) {
220 int i = (first+last)/2;
231 last = i - 1;

Completed in 158 milliseconds

1234567891011>>