Home
last modified time | relevance | path

Searched refs:last (Results 51 – 75 of 836) sorted by relevance

12345678910>>...34

/illumos-gate/usr/src/cmd/dtrace/demo/ip/
H A Dipio.d33 last = timestamp;
38 this->elapsed = (timestamp - last) / 1000;
42 last = timestamp;
47 this->elapsed = (timestamp - last) / 1000;
51 last = timestamp;
/illumos-gate/usr/src/boot/libsa/string/
H A Dstrtok.c52 __strtok_r(char *s, const char *delim, char **last) in __strtok_r() argument
57 if (s == NULL && (s = *last) == NULL) in __strtok_r()
71 *last = NULL; in __strtok_r()
89 *last = s; in __strtok_r()
100 static char *last; in strtok() local
102 return (__strtok_r(s, delim, &last)); in strtok()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddist.c89 int last; in dist_geometric()
127 b = last = beg; in dist_geometric()
129 last = 0; in dist_geometric()
134 out[idx] = last; in dist_geometric()
139 if (next > last + minbucketsize - 1) in dist_geometric()
140 last = next; in dist_geometric()
142 last += minbucketsize; in dist_geometric()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c734 *last = *first; in vmu_insert_lookup_object_bounds()
749 *last = tmp; in vmu_insert_lookup_object_bounds()
760 *last = tmp; in vmu_insert_lookup_object_bounds()
762 *last = walker; in vmu_insert_lookup_object_bounds()
837 *last = tmp; in vmu_update_bounds()
876 *last = current; in vmu_merge_bounds()
964 *last = tmp; in vmu_amp_update_incore_bounds()
1051 *last = tmp; in vmu_vnode_update_incore_bounds()
1245 last = cur; in vmu_calculate_seg()
1248 last = cur; in vmu_calculate_seg()
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Dclose.c70 struct open_file *f, *last; in close() local
95 TAILQ_FOREACH_REVERSE_SAFE(last, &files, file_list, f_link, f) { in close()
96 if (last->f_flags != 0) in close()
98 TAILQ_REMOVE(&files, last, f_link); in close()
99 free(last); in close()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_timestamp.c147 hrtime_t last; in dtrace_xpv_gethrtime() local
149 last = hrtime_last; in dtrace_xpv_gethrtime()
150 if (result < last) in dtrace_xpv_gethrtime()
151 result = last + 1; in dtrace_xpv_gethrtime()
153 last, result) != last); in dtrace_xpv_gethrtime()
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dstdarg.h44 #define va_start(ap, last) \ argument
45 __builtin_va_start((ap), (last))
65 #define va_start(ap, last) \ argument
66 ((ap) = (va_list)&(last) + __va_size(last))
/illumos-gate/usr/src/cmd/dtrace/demo/sched/
H A Dticktime.d27 uint64_t last[int]; variable
30 /last[cpu]/
32 @[cpu] = min(timestamp - last[cpu]);
37 last[cpu] = timestamp;
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dgentab.sh50 last=""
97 case $define:$last in
102 echo "#define $prefix$last $n"
131 last=""
218 case $define:$last in
223 echo "#define $prefix$last $n"
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetprofattr.c63 char *last = NULL; in str2profattr() local
83 prof->name = _strtok_escape(buffer, sep, &last); in str2profattr()
84 prof->res1 = _strtok_escape(NULL, sep, &last); in str2profattr()
85 prof->res2 = _strtok_escape(NULL, sep, &last); in str2profattr()
86 prof->desc = _strtok_escape(NULL, sep, &last); in str2profattr()
87 prof->attr = _strtok_escape(NULL, sep, &last); in str2profattr()
H A Dgetuserattr.c71 char *last = NULL; in str2userattr() local
93 user->name = _strtok_escape(buffer, sep, &last); in str2userattr()
94 user->qualifier = _strtok_escape(NULL, sep, &last); in str2userattr()
95 user->res1 = _strtok_escape(NULL, sep, &last); in str2userattr()
96 user->res2 = _strtok_escape(NULL, sep, &last); in str2userattr()
97 user->attr = _strtok_escape(NULL, sep, &last); in str2userattr()
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dnew_bugs.sh28 last=$(echo $err | cut -d ' ' -f 2-)
32 last=$(echo $last | sed -e 's/line .*//')
34 if ! grep -Fq "$last" $old ; then
H A Dsummarize_errs.sh67 last=$(echo $sm_err | cut -d ' ' -f 2-)
68 last=$(echo $last | sed -e 's/line .*//')
71 if grep -F "$last" *summary* > /dev/null ; then
80 grep -A1 -F "$last" *summary* 2> /dev/null
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c160 while (first < last) { in fhc_b_search()
161 mid = (first + last) / 2; in fhc_b_search()
165 last = mid; in fhc_b_search()
247 boards.last = -1; in fhc_bdlist_init()
252 clocks.last = -1; in fhc_bdlist_init()
337 clocks.boards[clocks.last + 1] = in fhc_bd_init()
340 clocks.last++; in fhc_bd_init()
347 boards.last++; in fhc_bd_init()
407 if (index < boards.last) in fhc_bd_next()
724 boards.last - nadded); in fhc_bdlist_prime()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_data.c66 cp = dp->last == NULL ? dp->layout->first : dp->last->layout->next; in getdata()
78 if (dp->layout->last->col + 1 < dp->opts->cols) { in getdata()
83 dp->layout->last->next = cp; in getdata()
84 cp->col = dp->layout->last->col + 1; in getdata()
85 dp->layout->last = cp; in getdata()
144 if (dp->last == NULL) in getdata()
147 dp->last->next = dat; in getdata()
148 dp->last = dat; in getdata()
202 dat = tbl->last_span->last; in tbl_cdata()
304 if (rp->last->col + 1 < tbl->opts.cols) in tbl_data()
H A Dman_validate.c119 n = man->last; in man_validate()
134 man->last = man->last->child; in man_validate()
135 while (man->last != NULL) { in man_validate()
137 if (man->last == n) in man_validate()
138 man->last = man->last->child; in man_validate()
140 man->last = man->last->next; in man_validate()
145 man->last = n; in man_validate()
167 if (man->last == n) in man_validate()
178 if (n->last == NULL || n->last->type == ROFFT_COMMENT) in check_root()
344 while (nc->body->last != NULL) { in post_SH()
[all …]
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_lookup.c129 char *last; in fake_lookup_dir() local
145 last = strrchr(tpn, '/'); in fake_lookup_dir()
146 if (last == NULL) { in fake_lookup_dir()
152 *last++ = '\0'; in fake_lookup_dir()
153 if (*last == '\0') { in fake_lookup_dir()
162 lc_off = last - tpn; in fake_lookup_dir()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmlast.c45 Seg_t *seg, *last; local
53 for(last = NIL(Seg_t*), seg = vd->seg; seg; last = seg, seg = seg->next)
56 if(last)
57 { last->next = seg->next;
80 vd->free = seg->last = tp;
126 seg->last = NIL(Block_t*);
175 (seg->last && (Vmuchar_t*)data > (Vmuchar_t*)seg->last) )
182 if(data != seg->last)
183 { if(seg->last && (Vmuchar_t*)data < (Vmuchar_t*)seg->last)
385 if(seg->last == (Block_t*)data)
[all …]
H A Dvmclose.c42 Vmalloc_t *v, *last; local
61 for(last = Vmheap, v = last->next; v; last = v, v = v->next)
63 { last->next = v->next;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_indirect_births.c164 vdev_indirect_birth_entry_phys_t *last = in vdev_indirect_births_last_entry_txg() local
166 return (last->vibe_phys_birth_txg); in vdev_indirect_births_last_entry_txg()
187 vdev_indirect_birth_entry_phys_t *last; in vdev_indirect_births_physbirth() local
193 last = base + vib->vib_phys->vib_count - 1; in vdev_indirect_births_physbirth()
195 ASSERT3U(offset, <, last->vibe_offset); in vdev_indirect_births_physbirth()
197 while (last >= base) { in vdev_indirect_births_physbirth()
199 base + ((last - base) / 2); in vdev_indirect_births_physbirth()
207 last = p - 1; in vdev_indirect_births_physbirth()
H A Dvdev_queue.c561 first = last = zio; in vdev_queue_aggregate()
615 last = dio; in vdev_queue_aggregate()
617 mandatory = last; in vdev_queue_aggregate()
631 zio_t *nio = last; in vdev_queue_aggregate()
650 dio = AVL_NEXT(t, last); in vdev_queue_aggregate()
654 while (last != mandatory && last != first) { in vdev_queue_aggregate()
656 last = AVL_PREV(t, last); in vdev_queue_aggregate()
657 ASSERT(last != NULL); in vdev_queue_aggregate()
661 if (first == last) in vdev_queue_aggregate()
664 size = IO_SPAN(first, last); in vdev_queue_aggregate()
[all …]
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_memlist.c162 struct memlist *ptr, *head, *last; in reg_to_list() local
179 last = NULL; in reg_to_list()
202 if (last) in reg_to_list()
203 last->ml_next = ptr; in reg_to_list()
206 ptr->ml_prev = last; in reg_to_list()
207 last = ptr; in reg_to_list()
214 last->ml_next = NULL; in reg_to_list()
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c267 char *last; local
270 last = instr + linelen;
290 while (isspace(*last)) {
291 --last;
294 linelen = last - first + 1;
397 char *cp, *first, *last; in _nss_files_XY_hash() local
553 last = cp;
557 last = cp - 1;
564 --last;
565 *++last = '\0';
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dtable.c64 TABLE_ENTRY *last; member
208 ptr->next->last = ptr; in insert_table()
210 ptr->last = NULL; in insert_table()
273 } else if (ptr->last != NULL) { in delete()
274 ptr->last->next = ptr->next; in delete()
278 ptr->next->last = ptr->last; in delete()
/illumos-gate/usr/src/lib/nsswitch/user/common/
H A Duser_common.c194 char *last; local
196 if ((last = strchr(instr, '#')) == 0) {
197 last = instr + linelen;
199 *last-- = '\0'; /* Nuke '\n' or #comment */
217 while (isspace(*last)) {
218 --last;
221 linelen = last - first + 1;

12345678910>>...34