Searched refs:last (Results 251 - 275 of 601) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c72 int last; member in struct:class_type
353 cl[i].last = cl[i].first = (i ? cl[i-1].last : 1);
358 f[j].ept->volno = cl[i].last;
595 if (vol > cl[i].last)
596 cl[i].last = vol;
602 cl[nclass].last = vol;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c223 newnp->u.name.last = newnp;
255 retp->u.name.last->u.name.next = newnp;
256 retp->u.name.last = newnp;
330 newnp->u.name.last = newnp;
352 ret->u.name.last->u.name.next = newnp;
353 ret->u.name.last = newnp;
587 cpnode->u.name.last =
589 u.name.last;
599 ewlp = ewfp->u.name.last;
600 ewfp->u.name.last
1820 itree_next_bubble(struct event *eventp, struct bubble *last) argument
2076 itree_next_arrow(struct bubble *bubble, struct arrowlist *last) argument
2112 itree_next_constraint(struct arrow *arrowp, struct constraintlist *last) argument
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c527 ename->u.name.last = ename;
560 ret->u.name.last = ret;
612 ret->u.name.last = ret;
642 ASSERT(np1->u.name.last != NULL);
644 np1->u.name.last->u.name.next = np2;
645 np1->u.name.last = np2;
656 * the last component of the class name (so far) by constructing the
672 ASSERT(np->u.name.last != NULL);
674 len = strlen(np->u.name.last->u.name.s) + 1 + strlen(s) + 1;
676 (void) snprintf(buf, len, "%s-%s", np->u.name.last
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s101 ldub [%o1-1], %o3 ! load last byte
102 stb %o3, [%o0-1] ! store last byte
104 ldub [%o1+2], %o3 ! load 2nd from last byte
105 stb %o3, [%o0-2] ! store 2nd from last byte
107 ldub [%o1+1], %o3 ! load 3rd from last byte
108 stb %o3, [%o0+1] ! store 3rd from last byte
110 ldub [%o1], %o3 ! load 4th from last byte
112 stb %o3, [%o0] ! store 4th from last byte
303 ldub [%o1-1], %o3 ! load last byte
304 stb %o3, [%o0-1] ! store last byt
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s96 ldub [%o1-1], %o3 ! load last byte
97 stb %o3, [%o0-1] ! store last byte
99 ldub [%o1+2], %o3 ! load 2nd from last byte
100 stb %o3, [%o0-2] ! store 2nd from last byte
102 ldub [%o1+1], %o3 ! load 3rd from last byte
103 stb %o3, [%o0+1] ! store 3rd from last byte
105 ldub [%o1], %o3 ! load 4th from last byte
107 stb %o3, [%o0] ! store 4th from last byte
326 ldub [%o1-1], %o3 ! load last byte
327 stb %o3, [%o0-1] ! store last byt
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbufmod.c94 mblk_t *sb_tail; /* first mblk of last message appended */
960 mblk_t *last; /* last mblk of current message */ local
999 * the first mblk of the last msgb added and call linkb on that
1000 * that last message, rather than performing the
1085 * It may be possible to append the wrapper to the last mblk
1093 for (last = mp; last->b_cont; last = last
[all...]
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c528 * On success, the last pointer of the array of pointers will be NULL.
558 static uint_t last = 0; local
566 if (sbuf.st_mtime > last) {
567 last = sbuf.st_mtime;
992 * Return a copy of the list of the mech file entries. The ptr to the last
1006 static uint_t last = 0; /* file last modified date */ local
1014 if (sbuf.st_mtime > last) {
1015 last = sbuf.st_mtime;
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c246 * specified), override it with the last mentioned option pair
771 * only the last mentioned occurrence of trueopt and falseopt. If neither is
792 int last; local
805 * options and updating the last seen occurrence of trueopt or
808 last = dflt;
812 last = 1;
814 last = 0;
829 (void) strcat(options, last ? trueopt : falseopt);
831 return (last);
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c588 char *last; local
616 /* pointer to last entry in the array */
617 last = (char *)&p[cnt-1];
628 if ((char *)&p[j] > last) {
679 char *last; local
713 /* pointer to last entry in the array */
714 last = (char *)&p[cnt-1];
726 if ((char *)&p[j] > last) {
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSessionUtil.c219 /* Session is the last one in the list */
447 ses_delay_freed.last = sp;
450 ses_delay_freed.last->next = sp;
451 ses_delay_freed.last = sp;
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c313 char buf[MSGSIZE], *conf = NULL, *token = NULL, *last = NULL; local
332 token = strtok_r(conf, " ", &last);
358 token = strtok_r(NULL, " ", &last);
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_event.c306 * events file. Make the next to last element an invalid
307 * event. Make the last element a NULL pointer.
400 char *last; local
402 s = strtok_r(flags, comma, &last);
409 s = strtok_r(NULL, comma, &last);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcontrol.c134 char *last; local
184 for ( tag = ber_first_element( ber, &len, &last );
186 tag = ber_next_element( ber, &len, last ) ) {
/illumos-gate/usr/src/cmd/power/
H A Dparse.c165 int last; local
176 last = strlen(es_prop) - 1;
178 es_prop[last] = ch;
278 * tail so the last arg is found without any special-case code.
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c661 int last; local
663 last = 0;
676 if (last) {
706 last = 1;
708 last = 0;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_errlog.c30 * operation. This is actually the union of two distinct logs: the last log,
32 * scrub completes, the current log becomes the last log, the last log is thrown
134 * sum of both the last log and the current log, since we don't know the union
223 * actually a union of the on-disk last log and current log, as well as any
346 avl_tree_t scrub, last; local
361 spa_get_errlists(spa, &last, &scrub);
373 sync_error_list(spa, &last, &spa->spa_errlog_last, tx);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c103 con->dpc_info.dpc_completed_tail = &tcp_buf->link; /* last tcp_buf that needs to be completed */
271 if(cqe == cqe_buffer->last) {
297 if(cqe == cqe_buffer->last) {
320 if(cqe == cqe_buffer->last) {
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h129 struct session *last; /* points to the last session in the list */ member in struct:ses_to_be_freed_list
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c603 HashNode *last; /* The previously searched node */ local
608 for(last=NULL, node=bucket->head;
610 last = node, node=node->next)
613 *prev = node ? last : NULL;
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c576 int last = 0; local
920 last = '\n';
982 if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0))
1124 if (last == '(')
1179 if (last == '(' && group == 2)
1191 if (proto->brace == 0 && paren == 0 && last != '=' && (flags & (CLASSIC|DECLARE|DIRECTIVE|MATCH|PLUSONLY|SKIP|TOKENS)) == (MATCH|TOKENS) && ((dir & DIR) != DIR_en || ((dir>>2) & DIR) != DIR_if))
1319 if (last
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpDetailPanel.java156 historyIndex + " last = " +
178 " last = " + historyLast +
233 ", last = " + historyLast);
242 " last = " + historyLast + "\n\thistory = " +
248 * will replace the item that's currently last.
255 // replace last item
263 ", last = " + historyLast);
537 public void setNavButtons(int index, int last) { argument
538 Debug.message("HELP: NavButtons " + index + " " + last);
540 if (last > inde
[all...]
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c55 * to is last+1
84 * the number of the last-read line in each file
90 * numbers of the 3 files is stored in last[1-3]
92 static int last[4]; variable
399 last[i] = rold->to;
438 delta = last[3] - last[i];
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_hout.c412 char *last = NULL; local
420 last = l->assignment;
423 if (last == NULL)
426 f_print(fout, " = %s + %d", last, count++);
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c367 hrtime_t last, now; local
563 last = gethrtime();
600 g_interval = now - last;
601 last = now;
/illumos-gate/usr/src/cmd/kvmstat/
H A Dkvmstat.c139 kstat_instance_t *last = NULL; local
150 last = ksi;
175 if (last == NULL) {
179 last->ksi_next = ksi;

Completed in 127 milliseconds

<<11121314151617181920>>