Searched refs:last (Results 376 - 400 of 601) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libast/common/port/
H A Dmnt.c156 struct statfs* last;
266 mp->last = mp->next + n;
278 if (mp->next < mp->last)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_event.c162 eventq->last = NULL;
173 if (eventq->last == entry) {
174 eventq->last = entry->prev;
257 /* Set last event table */
271 eventq->last = entry;
273 entry->prev = eventq->last;
275 eventq->last = entry;
838 /* A new event has occurred since last acquisition */
1030 /* If so, then just return the last event id */
1052 /* Update last_id to the last know
[all...]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c424 nvpair_t *last = NULL, *next; local
428 if ((nverr = nvlist_lookup_nvpair(parentlist, lastname, &last))
432 if ((next = nvlist_next_nvpair(parentlist, last)) == NULL)
496 nvpair_t *last = NULL, *next; local
500 if ((nverr = nvlist_lookup_nvpair(list, lastname, &last)) != 0)
503 if ((next = nvlist_next_nvpair(list, last)) == NULL)
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c878 if (under) { /* undershot last - adjust */
2137 hdr->last = ptr + size;
2191 hdr->last = ptr + size;
2194 while (ptr < hdr->last)
2205 printf("%s %o rd %o wt %o beg %o last %o\n", s1, hptr,
2206 hptr->rd, hptr->wt, hptr->beg, hptr->last);
2221 if (nn > hptr->last) {
2222 nbytes += nn - hptr->last;
2225 lbytes += nn - hptr->last;
2231 (unsigned)(hptr->last
[all...]
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y1039 int x1, x2, length, current, last, cclcnt;
1042 last = genrange(type);
1046 while(current <= last && (isascii(c = lower[current]) || c <= 0377 && iscntrl(c))) {
1067 while(current <= last) {
1146 int current, nel, i, last, length;
1172 last = current - 1;
1175 for(i = 0; i < last; i++)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c2687 * Trace of the last NBUF refhold/refrele
2692 int last; local
2696 last = connp->conn_trace_last;
2697 last++;
2698 if (last == CONN_TRACE_MAX)
2699 last = 0;
2701 ctb = &connp->conn_trace_buf[last];
2703 connp->conn_trace_last = last;
2710 int last; local
2714 last
[all...]
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxdate.c170 char* last; local
194 fix = tmxscan(s, &last, NiL, &t, now, 0);
195 if (t && !*last)
198 *e = last;
250 if (!*(last = (char*)s))
516 s = last;
1210 * disambiguate english "last ... in"
1326 * disambiguate "last" vs. { "previous" "final" }
1650 last = t;
1724 last
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c490 ap_platopts_check(apd_t *a, int first, int last) argument
513 for (c = first; c <= last; c++)
1330 int last; local
1349 * the last one, since printing the last cpuid is a
1357 /* Print the last cpuid, if necessary */
1359 last = (dst->ps_ncores == 2) ? PI_CPUID_PAIR : PI_CPUID_LAST;
1361 dgettext(TEXT_DOMAIN, p[last]), dst->ps_cpuid[i]);
/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c1011 * set the large backskip of the header group to 0 (last 4 bytes).
1301 ea_object_t *ret_obj, *dst, *last; local
1303 for (ret_obj = last = NULL; src != NULL;
1304 last = dst, src = src->eo_next) {
1329 if (last != NULL) {
1330 last->eo_next = dst;
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dvacation.c322 struct entry *first = NULL, *last = NULL, *new_entry, *curr; local
338 if (first == NULL) { /* => so is last */
342 last = new_entry;
348 last->next = new_entry;
349 new_entry->prev = last;
351 last = new_entry;
633 * Make sure the last part of from is the domain line
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c1033 static u_int last = 0xa5a5a5a5; local
1064 number = last;
1065 last *= calls;
1066 last++;
1067 number ^= last;
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.c747 int i, last; local
753 * than NCCS control chars are printed because the last control slot
763 last = MAX_CC;
765 last = NCC;
769 (void) printf(":%x", (i >= last) ? 0 : cb.c_cc[i]);
792 for (i = 0; i < last; i++)
H A Dsttyparse.c509 int last, i; local
541 last = i - NUM_MODES;
542 for (i = 0; i < last; i++)
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c776 int i, last; local
785 /* last control slot is unused */
786 last = NCCS - 2;
788 last = NCC - 1;
789 for (i = 0; i < last; i++)
791 (void) printf("%x\n", cb.c_cc[last]);
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmdebug.c222 reg Dbfile_t *last, *db; local
230 { for(last = NIL(Dbfile_t*), db = Dbfile; db; last = db, db = db->next)
241 else if(last) /* move-to-front heuristic */
242 { last->next = db->next;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpmem.c581 * the splp linked list with *last as the heuristic pointer. Return NULL if
585 pmem_lpg_get(pmem_lpg_t *splp, page_t *pp, pmem_lpg_t **last) argument
595 /* Try last winner first. */
596 if (*last && root_pfn == page_pptonum((*last)->pl_pp))
609 *last = plp;
612 return (*last);
778 * Break the last r small pages from the large page list *lppp (with totally n
793 /* The residual should reside in the last large page. */
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y42 static list_property_ptr_t new_list = NULL, tmp_list, last,
83 last = tmp_list;
84 last->lp_next = new_list;
1097 last = tmp_list;
1098 last->lp_next = new_list;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObjectUtil.c387 /* Object is the last one in the list. */
796 /* Object is the last one in the list. */
1065 obj_delay_freed.last = objp;
1068 obj_delay_freed.last->next = objp;
1069 obj_delay_freed.last = objp;
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtest.c421 char *last; local
422 op = strtol(arg,&last, 10);
423 return(*last?0:tty_check(op));
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c935 char *last; local
937 strtok_r(policy->VAL_OCSP_BASIC.proxy, ":", &last);
938 proxy_port_s = strtok_r(NULL, "\0", &last);
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c250 * that only "the last one specified takes
533 int last = 0; local
540 last = c;
561 if (LINE_CONT && iswctype(last, blank)) {
637 if (EAT_LEAD && last == 0) {
703 * extra space isn't echoed after the last argument.
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c116 /* first, last, or non-zero value */
509 ip->last = nsc_time();
671 * ping has not been received since last update
677 if (ip->last != nsc_time()) {
680 ip->last = nsc_time();
/illumos-gate/usr/src/uts/common/avs/ns/unistat/
H A Dspcs_s_k.c471 * Return the idata index of the last status code in the array (i.e.
479 int last = 0; local
486 last = idx;
492 return (last);
766 * spcs_s_pinfo_t structure. So after the last call to
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c49 int on_intr, last = 0; local
80 * This is the last frame we can process; indicate
83 last = 1;
102 if (last) {
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c224 ndmpd_file_handler_t **last; local
227 last = &session->ns_file_handler_list;
228 while (*last != 0) {
229 handler = *last;
232 *last = handler->fh_next;
236 last = &handler->fh_next;

Completed in 106 milliseconds

<<11121314151617181920>>