Searched refs:last (Results 201 - 225 of 601) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/lvm/notify/
H A Dmd_notify.c147 md_event_queue_t *present, *last = NULL; local
159 last = present;
169 last = present;
184 last = present;
188 if (last == NULL)
191 last->mdn_nextq = next;
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dbootinfo.c119 vm_offset_t addr, last; local
122 addr = last = start;
141 last = ++addr;
144 if (archsw.arch_copyin("", last++, 1) != 1)
145 last = start;
146 return(last);
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c190 name_mapping_t *last; member in struct:__anon649
210 int last; member in struct:pos_sds
369 positions->last = 0;
378 for (i = 0; i < positions->last; i++) {
396 if (positions->last >= positions->size) {
406 positions->pos[positions->last] = NULL;
408 positions->pos[positions->last] = (cmd_pos_t *)calloc(1,
410 if (positions->pos[positions->last] == NULL)
413 *positions->pos[positions->last] = *pos;
414 positions->pos[positions->last]
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ps.c65 #define PS_BACKSP (1 << 3) /* last character was backspace */
72 char last; /* last non-backspace seen */ member in struct:termp_ps
73 enum termfont lastf; /* last set font */
82 size_t lastwidth; /* page width before last ll */
87 size_t pdflastpg; /* byte of last page mark */
786 * At the end of the file, do one last showpage. This is the
793 assert('\0' == p->ps->last);
1013 * "partial close" because we don't check the last-char buffer
1033 * Strong closure: if we have a last
[all...]
/illumos-gate/usr/src/lib/nsswitch/nis/common/
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/libpkcs11/common/
H A DmetaGeneral.c168 obj_delay_freed.last = NULL;
174 ses_delay_freed.last = NULL;
H A DmetaSessionManager.c344 ses_delay_freed.last = sp;
347 ses_delay_freed.last->next = sp;
348 ses_delay_freed.last = sp;
/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/libdtrace/common/
H A Ddt_program.c89 dtrace_ecbdesc_t *last = NULL; local
107 if (edp == last)
109 last = edp;
315 dtrace_actdesc_t *last = sdp->dtsd_action_last; local
318 assert(last != NULL);
331 edp->dted_action = last->dtad_next;
333 ap->dtad_next = last->dtad_next;
339 last->dtad_next = NULL;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh105 last if /^$/;
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.h132 struct _itmc_obj *last; member in struct:_itmc_obj
154 struct _itmc_map *last; member in struct:_itmc_map
/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/libsecdb/common/
H A Dchkauthattr.c93 char *prof, *last; local
107 while (prof = strtok_r(profiles, KV_SEPSTR, &last)) {
233 char *auth, *last, *auths; local
241 while (auth = strtok_r(auths, KV_SEPSTR, &last)) {
323 * If the wildcard is not in the last position in the string, don't
/illumos-gate/usr/src/lib/libpp/common/
H A Dppargs.c179 * if last!=0 then argv[opt_info.index]==0 with return(0)
184 * use last=0 if the preprocessor is combined with other passes
189 ppargs(char** argv, int last) argument
204 for (; c = optget(argv, usage); last = 0) switch (c)
459 if (!last)
575 * and this is the last option
597 if (!last) return(1);
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_8.s104 ldx [%o1], %o3 ! Copy last 8 bytes.
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dremquo.s66 movl %eax,0(%ecx) / last 3 significant bits of quotient
H A Dremquof.s66 movl %eax,0(%ecx) / last 3 significant bits of quotient
H A Dremquol.s66 movl %eax,0(%ecx) / last 3 significant bits of quotient
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c482 char *last = NULL; local
495 if (!__chkflags(_strtok_escape(flags, KV_AUDIT_DELIMIT, &last), &mask,
502 if (!__chkflags(_strtok_escape(NULL, KV_AUDIT_DELIMIT, &last), &mask,
509 if (last != NULL) {
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c367 * sectors in the last file block; we can safely ignore these
411 char *last; local
417 last = basename(disk);
419 (isdigit(last[0]) == 0))
422 snapnum = atoi(last);
/illumos-gate/usr/src/cmd/tail/
H A Dforward.c71 static const file_info_t *last; variable
188 * rlines -- display the last offset lines of the file.
244 if (last != file && no_files > 1) {
248 last = file;
415 last = --file;
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_log.h80 extern krb5_error_code ulog_get_entries(krb5_context context, kdb_last_t last,
96 kdbe_time_t kdb_last_time; /* Timestamp of last update */
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dulimit.c141 char *last; local
142 if((i=sh_strnum(limit,&last,2))==INFINITY || *last)
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_field.c39 #define last(f) (f->field [Pmax(f, P(f))]) macro
202 return (_set_current_field(f, next(last(f))));
262 return (next(last(f)));
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_getrhent.c177 char *last = NULL; local
187 str = _strtok_escape(buffer, sep, &last);
196 rhstrp->template = _strtok_escape(NULL, sep, &last);

Completed in 126 milliseconds

1234567891011>>