Searched defs:last (Results 101 - 125 of 441) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttyparse.c509 int last, i; local
541 last = i - NUM_MODES;
542 for (i = 0; i < last; i++)
/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);
H A Ddmu_diff.c68 report_free_dnode_range(struct diffarg *da, uint64_t first, uint64_t last) argument
70 ASSERT(first <= last);
77 da->da_ddr.ddr_last = last;
80 da->da_ddr.ddr_last = last;
/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/tools/protocmp/
H A Dlist.c247 elem *last = NULL; local
258 last = cur;
261 if (last) {
264 last->next = e;
/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/sun_sas/common/
H A Dsun_sas.c179 struct sun_sas_hba *last = NULL; local
184 last = hba_ptr, hba_ptr = hba_ptr->next) {
186 if (last) {
187 last->next = hba_ptr->next;
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_memlist.c162 struct memlist *ptr, *head, *last; local
179 last = NULL;
193 * catch the last one on the way out of
202 if (last)
203 last->ml_next = ptr;
206 ptr->ml_prev = last;
207 last = ptr;
214 last->ml_next = NULL;
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dbind.c171 uint16_t rover, last; local
179 last = rover;
184 last = rover - 1;
201 } while (rover++ != last);
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsftmp.c43 ** that temp files will be removed after the last handle is closed.
65 reg File_t *ff, *last; local
75 for(last = NIL(File_t*), ff = File; ff; last = ff, ff = ff->next)
79 { if(!last)
81 else last->next = ff->next;
/illumos-gate/usr/src/uts/common/os/
H A Dclock_highres.c236 hrtime_t last; local
242 last = atomic_cas_64((uint64_t *)addr, 0, 0);
270 * Now check to see if we've dealt with the last interval
273 if (now - diff > last) {
275 * The last interval hasn't fired; set it_value to 0.
282 * The last interval _has_ fired; we can return the amount
/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/boot/sys/boot/efi/loader/arch/i386/
H A Dbootinfo.c93 vm_offset_t addr, last; local
96 addr = last = start;
115 last = ++addr;
118 if (i386_copyin("", last++, 1) != 1)
119 last = start;
120 return(last);
244 /* Find the last module in the chain. */
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c76 char *last = NULL; local
83 au_user->au_name = _strtok_escape(buffer, sep, &last);
95 char *last = NULL; local
102 user->name = _strtok_escape(buffer, sep, &last);
204 * for the same-netgroup-as-last-time case
482 /* Line is last line in file, and has no newline */
591 char *last; local
593 if ((last = strchr(instr, '#')) == 0) {
594 last = instr + linelen;
596 *last
[all...]
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetexecattr.c109 char *last; local
137 * file has been modified since we last read it
231 if ((last = strchr(instr, '#')) == NULL)
232 last = instr + linelen;
233 *last-- = '\0'; /* Nuke '\n' or #comment */
248 while (isspace(*last))
249 --last;
250 linelen = last - first + 1;
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetspent.c78 char **uid, **passwd, **last, **smin, **smax; local
146 last = __ns_ldap_getAttr(result->entry, _S_LASTCHANGE);
147 if (last == NULL || last[0] == NULL)
150 last_str = last[0];
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c95 char *last = NULL; local
110 execp->name = _strtok_escape(strbuf, sep, &last);
111 execp->policy = _strtok_escape(NULL, sep, &last);
112 execp->type = _strtok_escape(NULL, sep, &last);
113 execp->res1 = _strtok_escape(NULL, sep, &last);
114 execp->res2 = _strtok_escape(NULL, sep, &last);
115 execp->id = _strtok_escape(NULL, sep, &last);
H A Dnis_common.c128 const char *last; local
132 if ((last = memchr(val, '#', vallen)) == 0) {
133 last = val + vallen;
135 for (first = val; first < last && isspace(*first); first++) {
138 for (/* cstyle */; first < last && isspace(last[-1]); last--) {
146 *vallenp = (int)(last - first);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.h115 kernel_session_t *last; /* points to the last session in the list */ member in struct:ses_to_be_freed_list
/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/gss_mechs/mech_krb5/krb5/krb/
H A Dchk_trans.c140 maybe_join (krb5_data *last, krb5_data *buf, int bufsiz) argument
145 if (last->length + buf->length > bufsiz) {
146 Tprintf (("too big: last=%d cur=%d max=%d\n", last->length, buf->length, bufsiz));
149 memmove (buf->data+last->length, buf->data, buf->length);
150 memcpy (buf->data, last->data, last->length);
151 buf->length += last->length;
156 if (last->length+buf->length > bufsiz) {
160 memcpy (buf->data + buf->length, last
176 char buf[MAXLEN], last[MAXLEN]; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c34 prf_file_t new_file, last = 0; local
55 if (last)
56 last->next = new_file;
59 last = new_file;
62 * If last is still null after the loop, then all the files were
65 if (!last) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c521 char *krb5int_utf8_strtok(char *str, const char *sep, char **last) argument
526 if (last == NULL)
529 begin = str ? str : *last;
534 *last = NULL;
546 *last = end;
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dcompletion.c92 static char *find_begin(char outbuff[], char *last, int endchar, int *type) argument
99 while(cp < last)
135 while(cp < last)
140 if(cp>=last && c!= '}')
149 xp = find_begin(cp,last,')',type);
244 char *last = out; local
247 begin = out = find_begin(outbuff,last,0,&var);
252 stakwrite(out,last-out);
254 out = last;
259 while(out < last)
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Darith.c353 * ptr is set to the last character processed
360 char base=0, *last; local
368 d = strtonll(str,&last,&base,-1);
369 if(*last || errno)
371 if(!last || *last!='.' || last[1]!='.')
372 d = strval(str,&last,arith,mode);
373 if(!ptr && *last && mode>0)
374 errormsg(SH_DICT,ERROR_exit(1),e_lexbadchar,*last,st
[all...]

Completed in 127 milliseconds

1234567891011>>