Searched defs:last (Results 176 - 200 of 441) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Ddimm_addr.c93 int last; local
97 last = nb_dimms_per_channel * nb_number_memory_controllers;
98 for (i = 0; i < last; i++) {
103 if (i < last) {
/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/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/common/fs/
H A Dbootfsops.c70 char *last; local
105 for (last = strsep(&s, "/"), q = oc = out; last != NULL;
106 last = strsep(&s, "/")) {
107 if (strcmp(last, ".") == 0)
109 if (strcmp(last, "..") == 0) {
117 q += snprintf(q, MAXPATHLEN - (q - out), "%s", last);
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.c46 * - Unroll last copy for window match in inflate_fast()
116 state->last = 0;
366 Update the window with the last wsize (normally 32K) bytes written before
374 advantage, since only the last 32K of output is copied to the sliding window
589 When there is a window, goto inf_leave will update the window with the last
619 code last; /* parent table entry */ local
829 if (state->last) {
835 state->last = BITS(1);
840 state->last ? " (last)"
[all...]
/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/boot/sys/boot/uboot/lib/
H A Dglue.c503 ub_env_enum(const char *last) argument
509 * It's OK to pass only the name piece as last (and not the whole
514 if (!syscall(API_ENV_ENUM, NULL, last, &env))
517 if (env == NULL || last == env)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpriv_str_xlate.c81 char *last; local
101 last = base;
103 while ((offset = strtok_r(NULL, separators, &last)) != NULL) {
H A Dnftw.c135 struct Save *last; member in struct:Save
173 int depth, struct Save *last, struct Var *vp)
190 this.last = last;
192 if ((vp->curflags & FTW_CHDIR) && last)
193 comp = last->comp;
216 if ((*vp->statf)(comp, &statb, last, _AT_TRIGGER) >= 0) {
220 (void) oldclose(last);
222 if (errno == EMFILE && oldclose(last) &&
263 (cdlstat(comp, &statb, last,
171 walk(char *component, int (*fn)(const char *, const struct stat *, int, struct FTW *), int depth, struct Save *last, struct Var *vp) argument
[all...]
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c346 char *first, *last, *buffer; local
406 if ((last = strchr(instr, '#')) == 0)
407 last = instr + linelen;
408 *last-- = '\0';
415 while (isspace(*last))
416 --last;
417 linelen = last - first + 1;
/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c428 char *last = attr.data.val_s; local
440 debug("line to test\n\t%s", last);
445 (((s = strtok_r(NULL, ":", &last)) != NULL) &&
1185 char *last; local
1188 user = strtok_r(buf, ":", &last);
1206 crypt = strtok_r(NULL, ":", &last);
1218 (void) fprintf(dst, "%s:%s", user, last);
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Djob.c169 char *printer, int32_t id, char last, uint16_t type)
182 papiAttributeListAddBoolean(&op, PAPI_ATTR_REPLACE, "last-document",
183 (last ? PAPI_TRUE : PAPI_FALSE));
168 send_document_uri(service_t *svc, char *file, papi_attribute_t **attributes, char *printer, int32_t id, char last, uint16_t type) argument
/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/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/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/libsmbfs/smb/
H A Drcfile.c389 char *next = buf, *last = &buf[sizeof (buf)-1]; local
412 if (state == stSkipToEOL || next == last) {
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java361 * between the given first index and last index inclusive to the most
365 attachRecordElements(int first, int last) argument
371 for (int i = first; i <= last; ++i) {
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c107 #define USE_LAST (1<<2) /* option must be last */
449 * The severity option goes last because it comes with a huge amount of ugly
576 static char *last = ""; local
595 src = dst = ret = (string ? string : last);
609 last = src;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c413 * last: Where to store in last list item
418 build(NODE **last, NODE *next, ENTRY item) argument
424 *last = p;
/illumos-gate/usr/src/lib/libcmd/common/
H A Dtail.c78 "may be omitted from the last integer, in which case it is "
159 register Sfoff_t last; local
164 last = sfsize(fp);
166 return last || fstat(sffileno(fp), &st) || st.st_size || FIFO(st.st_mode) ? -1 : 0;
169 if ((offset = last - number) < first)
175 if ((offset = last - SF_BUFSIZE) < first)
178 n = last - offset;
191 last = offset;
/illumos-gate/usr/src/lib/libkvm/common/
H A Dkvm.c292 long last = kd->kvm_dump.dump_npages - 1; local
294 while (last >= first) {
295 long middle = (first + last) / 2;
308 last = middle - 1;
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c469 line *first, *last, *a; local
475 last = dot;
477 for (a=first; a<=last; a++) {
478 if (a==first+5 && last-first > 10)
479 a = last - 4;
712 gettext(" [Incomplete last line]"));
/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/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c72 port_info_t *last; member in struct:__anon1209
253 devp->last = NULL;
254 } else if (devp->last != NULL) { /* last node */
255 devp->last->next = cachep;
256 devp->last = cachep;
259 devp->last = cachep;
394 listptr->last = NULL;
395 } else if (listptr->last != NULL) { /* last nod
[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];

Completed in 163 milliseconds

1234567891011>>