Searched refs:last (Results 101 - 125 of 601) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c81 char *last; local
209 last = "";
211 if (strcmp(last, (*tb)->ml_directory))
213 last = (*tb)->ml_directory;
216 last = "";
218 if (strcmp(last, (*tb)->ml_hostname))
220 last = (*tb)->ml_hostname;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcrossref.c73 int last; /* index of last+1 character in text */ member in struct:symbol
110 length = last - first;
114 last = first + 8;
143 case LEXEOF: /* end of file; last line may not have \n */
175 symbol[symbols].last = last;
176 symbol[symbols].length = last - first;
242 j = symbol[symput].last;
274 * if the last lin
[all...]
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkgparam.c190 * Take last end quote 'verbatim' if anything
447 char *pt, *last; local
457 last = pt;
460 last += 2;
461 if (*last)
462 last++;
463 } while (isdotdot(last));
473 (void) strcpy(pt, last);
/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/uts/common/os/
H A Dcpu_pm.c396 hrtime_t last; local
437 last = dom->cpd_last_lower;
442 hrtime_t, last,
462 if ((now - last) < cpupm_ti_predict_interval) {
487 * We correctly predicted the last
514 * perform some book keeping if the last lowering
519 if ((now - last) >= cpupm_ti_predict_interval) {
523 * governing the last lowering request.
542 * last lowering request.
551 last
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_allocate.c166 char *last; local
175 for (file = strtok_r(buf, " ", &last); file;
176 file = strtok_r(NULL, " ", &last))
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dlist.h181 struct mlist_head *last = list->prev; local
187 last->next = at;
188 at->prev = last;
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_validate.c105 n = man->last;
106 man->last = man->last->child;
107 while (man->last != NULL) {
109 if (man->last == n)
110 man->last = man->last->child;
112 man->last = man->last->next;
115 man->last
[all...]
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c266 char *last; local
268 if ((last = strchr(instr, '#')) == 0) {
269 last = instr + linelen;
271 *last-- = '\0'; /* Nuke '\n' or #comment */
289 while (isspace(*last)) {
290 --last;
293 linelen = last - first + 1;
396 char *cp, *first, *last; local
510 * the system backwards since the last modification of /etc/mumble
552 last
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c243 * Cache of results from last calculation
246 vmusage_t *vmc_results; /* Results from last call to */
665 end, char type, vmu_bound_t **first, vmu_bound_t **last)
674 *first = *last = NULL;
717 *first = *last = tmp;
725 if (*last != NULL) {
731 * If we are here we still need to set *last and
734 *last = *first;
736 if (ISWITHIN(*last, end)) {
740 walker = AVL_NEXT(tree, *last);
664 vmu_insert_lookup_object_bounds(vmu_object_t *ro, pgcnt_t start, pgcnt_t end, char type, vmu_bound_t **first, vmu_bound_t **last) argument
799 vmu_update_bounds(avl_tree_t *tree, vmu_bound_t **first, vmu_bound_t **last, avl_tree_t *new_tree, vmu_bound_t *new_first, vmu_bound_t *new_last) argument
858 vmu_merge_bounds(avl_tree_t *tree, vmu_bound_t **first, vmu_bound_t **last) argument
896 vmu_amp_update_incore_bounds(avl_tree_t *tree, struct anon_map *amp, vmu_bound_t **first, vmu_bound_t **last, boolean_t incore) argument
991 vmu_vnode_update_incore_bounds(avl_tree_t *tree, vnode_t *vnode, vmu_bound_t **first, vmu_bound_t **last) argument
1094 vmu_bound_t *last = NULL; local
1379 &last); local
1385 &last, incore); local
[all...]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsmt_pause.s52 and %i5, 0x3, %i4 ! save last 2 bits
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsmt_pause.s47 and %i3, 0x3, %i2 ! save last 2 bits
/illumos-gate/usr/src/lib/libcmd/common/
H A Dchmod.c159 char* last; local
243 mode = strperm(amode, &last, 0);
244 if (*last)
278 mode = strperm(amode, &last, ent->fts_statp->st_mode);
/illumos-gate/usr/src/lib/brand/shared/brand/sparc/
H A Dcrt.s70 add %o0, 1, %l0 ! add 1 to argc for last element of 0
/illumos-gate/usr/src/cmd/ast/msgcc/
H A DMakefile54 LDLIBS += -last
H A Dmsgcpp.c109 msgppargs(char** argv, int last) argument
118 if (!last)
126 if (!last)
134 if (!last)
/illumos-gate/usr/src/cmd/sgs/packages/common/
H A Dreadme_revision52 # - CR # of last item in the readme file
74 last ARG;
/illumos-gate/usr/src/cmd/tbl/
H A Dt0.c37 char *last; variable
H A Dtf.c53 fprintf(tabout, "%s\n", last);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_ranges.c67 struct ranges_entry *last = 0; local
113 last = re;
115 last->next = re;
116 last = re;
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_driver.c146 dev_info_t *dip, *next, *last = NULL; local
151 while (last != start) {
154 while (next != last) {
228 last = dip;
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h34 TYPE, /* i: waiting for type bits, including last-flag bit */
81 int last; /* true if processing last block */ member in struct:inflate_state
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_rs.c56 * last tracks the last alloc'd resource. This allows us to do a round
154 uint_t last; local
177 last = rstruct->rs_last & 0x3F;
180 if ((free & ((uint64_t)1 << last)) != 0) {
185 rstruct->rs_free[array_idx] &= ~((uint64_t)1 << last);
188 * increment the last count so we start checking the
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmlast.c30 /* Allocation with freeing and reallocing of last allocated block only.
44 reg Seg_t *seg, *last; local
63 { for(last = NIL(Seg_t*), seg = vd->seg; seg; last = seg, seg = seg->next)
66 if(last)
67 { last->next = seg->next;
93 vd->free = seg->last = tp;
152 seg->last = NIL(Block_t*);
212 (seg->last && (Vmuchar_t*)data > (Vmuchar_t*)seg->last) )
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */
83 int last; /* true if processing last block */ member in struct:inflate_state
120 int back; /* bits back of last unprocessed length/lit */

Completed in 121 milliseconds

1234567891011>>