Searched refs:last (Results 76 - 100 of 601) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dsend-document.c55 char last = PAPI_FALSE; local
57 "printer-uri", "job-id", "job-uri", "last-document",
67 * last-document
81 "last-document", &last);
83 ipp_set_status(response, status, "last-document: %s",
131 /* if it's the last document, commit the job */
132 if (last == PAPI_TRUE) {
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/exception/
H A DSuccinctStackTraceFormatter.java92 private static void appendStackTraceElement(StackTraceElement last, argument
99 if (last == null || !last.getClassName().equals(
/illumos-gate/usr/src/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c64 hrtime_t now, last = 0, end; local
76 if ((now = gethrtime()) - last > NANOSEC) {
96 last = now;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.h146 struct arrowlist *last);
147 struct bubble *itree_next_bubble(struct event *eventp, struct bubble *last);
149 struct constraintlist *last);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dcopy.c133 uint64_t *src, *dst, *last; local
137 last = (uint64_t *)staging_end;
139 while (src < last)
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetauuser.c70 char *last = NULL; local
92 au_user->au_name = _strtok_escape(buffer, sep, &last);
93 au_user->au_always = _strtok_escape(NULL, sep, &last);
94 au_user->au_never = _strtok_escape(NULL, sep, &last);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c111 static int yyswallow(last)
112 int last;
116 while (((c = yygetc(0)) > '\0') && (c != last))
121 if (c == last)
/illumos-gate/usr/src/cmd/last/
H A DMakefile24 # cmd/last/Makefile
27 PROG= last
/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashscan.c54 pos->tab = tab->root->last.table = tab;
91 if (!pos) return(pos->tab->root->last.bucket = 0);
104 pos->tab->root->last.table = pos->tab;
123 return(pos->tab->root->last.bucket = pos->bucket = b);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java290 Date first = start, last = end;
304 last = s.getEnd();
312 last));
378 Date first = start, last = end;
391 last = s.getEnd();
399 last));
465 Date first = start, last = end;
480 last = s.getEnd();
489 Integer.toString(count)))), first, last));
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c81 * The first and the last of Hangul syllables, Hangul Jamo Leading consonants,
1036 blocked(uchar_t *comb_class, size_t last) argument
1041 my_comb_class = comb_class[last];
1042 for (i = 1; i < last; i++)
1059 uchar_t *disp, size_t last, uchar_t **os, uchar_t *oslast)
1084 * The "last" is the index pointing to the last character not last + 1.
1086 if (last >= U8_MAX_CHARS_A_SEQ)
1087 last
1058 do_composition(size_t uv, uchar_t *s, uchar_t *comb_class, uchar_t *start, uchar_t *disp, size_t last, uchar_t **os, uchar_t *oslast) argument
1401 size_t last; local
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc.c100 if (mdoc->last->type != ROFFT_EQN || ln > mdoc->last->line)
222 assert(mdoc->last);
223 n = mdoc->last;
305 mdoc->last->flags |= MDOC_VALID | MDOC_ENDED;
316 * End-of-sentence check. If the last character is an unescaped
324 mdoc->last->flags |= MDOC_EOS;
396 if (NULL == mdoc->last || MDOC_It == tok || MDOC_El == tok) {
401 n = mdoc->last;
402 assert(mdoc->last);
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dinfback.c266 code last; /* parent table entry */ local
280 state->last = 0;
289 /* Inflate until end of block marked as last */
294 if (state->last) {
300 state->last = BITS(1);
305 state->last ? " (last)" : ""));
311 state->last ? " (last)" : ""));
316 state->last
[all...]
/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c407 struct _choice_ *last, *base; local
411 last = NULL;
417 last = base;
420 if (last)
421 last->next = chp;
434 last = base;
437 if (last) {
438 chp->next = last->next;
439 last->next = chp;
553 static char *last; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_msg.c149 uint32_t last; local
162 /* Get the pointer to the last log entry */
164 last = log->size - 1;
166 last = log->next - 1;
168 entry = &log->entry[last];
170 /* Check if this matches the last message */
507 uint32_t last; local
521 resp->last = 0;
530 /* Get last entry id saved */
531 last
[all...]
/illumos-gate/usr/src/lib/libinetutil/common/
H A Dinetutil.c153 uint8_t last; local
174 last = *addr;
175 while (last != 0) {
177 last = (last << 1) & 0xff;
/illumos-gate/usr/src/tools/ctf/common/
H A Dlist.c175 list_t *l, *last; local
177 for (l = *list1, last = NULL; l; last = l, l = l->l_next)
180 if (last == NULL)
183 last->l_next = list2;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c498 * Compute the range spanned by two i/os, which is the endpoint of the last
509 zio_t *first, *last, *aio, *dio, *mandatory, *nio; local
519 first = last = zio;
535 * We keep track of the last non-optional I/O.
541 * recording the last non-option I/O.
545 IO_SPAN(dio, last) <= zfs_vdev_aggregation_limit &&
555 while ((first->io_flags & ZIO_FLAG_OPTIONAL) && first != last) {
563 while ((dio = AVL_NEXT(t, last)) != NULL &&
566 IO_GAP(last, dio) <= maxgap) {
567 last
[all...]
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_tx.c252 char *last; local
254 last = strchr(*cpp, ',');
255 if (!last) {
259 *last++ = '\0';
260 tcp->th_sport = htons(tx_portnum(last));
272 char *last; local
274 last = strchr(*cpp, ',');
275 if (!last) {
279 *last++ = '\0';
280 tcp->th_dport = htons(tx_portnum(last));
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprivate.c221 reg Seg_t* last; local
257 last = NIL(Seg_t*);
260 { for(last = vd->seg; last->next != seg; last = last->next)
262 last->next = seg->next;
270 if(last)
271 { seg->next = last->next;
272 last
[all...]
H A Dvmprofile.c84 reg Pfobj_t *pf, *last; local
105 for(last = NIL(Pfobj_t*), pf = Pftable[n]; pf; last = pf, pf = pf->next)
135 last = NIL(Pfobj_t*);
136 for(pfvm = Pftable[PFTABLE]; pfvm; last = pfvm, pfvm = pfvm->next)
142 if(last)
143 { pfvm->next = last->next;
144 last->next = pfvm;
172 else if(last) /* do a move-to-front */
173 { last
189 reg Pfobj_t *pf, *next, *last; local
361 reg Pfobj_t *pf, *list, *next, *last; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c126 struct profile_node *p, *last; local
134 last = 0;
135 for (p = node->first_child; p; last = p, p = p->next) {
136 if (p->prev != last)
138 if (last && (last->next != p))
158 struct profile_node *p, *last, *new; local
167 * place *after* the last match of the node name, since
170 for (p=section->first_child, last = 0; p; last
669 struct profile_node *p, *last; local
[all...]
/illumos-gate/usr/src/cmd/psradm/
H A Dpsradm.c189 do_range(processorid_t first, processorid_t last, int action, argument
197 for (cpu = first; cpu <= last; cpu++) {
205 cmdname, first, last);
324 processorid_t first, last; local
335 last = (processorid_t)
338 last < first || first < 0) {
345 if (do_range(first, last, action, pac))
/illumos-gate/usr/src/cmd/refer/
H A Drefer6.c25 static char last(char *);
76 last(tx)) != 0);
78 lauth = last(tx) == '.';
107 lauth = last(tx) == '.';
121 ltitle = (mindex(".;,?", last(tx)) != 0);
123 lother = (mindex(".;,?", last(tx)) != 0);
246 last(char *s) function
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumponline.c45 static struct inodesc *last; /* last inodesc init'd or matched */ variable in typeref:struct:inodesc
110 last = &ilist;
140 last = ilist.id_next;
141 while (last && last->id_inumber < ino)
142 last = last->id_next;
209 static caddr_t mapend; /* last byte of mapped data */
347 spcl.c_ddate = spcl.c_date; /* chain with last dum
[all...]

Completed in 181 milliseconds

1234567891011>>