Searched refs:end (Results 326 - 350 of 929) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Davl.c68 * begin and end optionally specify objects other than the first and last
80 avl_walk_init_range(mdb_walk_state_t *wsp, uintptr_t begin, uintptr_t end, argument
117 aw->aw_end = (end == NULL ? NULL : end + tree->avl_offset);
189 * don't walk past the end of the tree!
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasScsiInquiry.c83 hrtime_t start, end; local
231 end = gethrtime();
232 duration = end - start;
H A DSun_sasScsiReadCapacity.c79 hrtime_t start, end; local
218 end = gethrtime();
219 duration = end - start;
/illumos-gate/usr/src/uts/common/os/
H A Dinst_sync.c157 goto end;
169 goto end;
188 end:
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_ndd.c166 char *end; local
169 new_value = mi_strtol(value, &end, 10);
170 if (end == value)
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_pkt.c71 uint32_t start, stuff, end, value, flags; local
78 mac_hcksum_get(mp, &start, &stuff, &end, &value, &flags);
79 mac_hcksum_set(tmp, start, stuff, end, value, flags);
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrexpr.c264 * (long)(*convert)(const char* string, char** end, void* handle)
267 * converted and end is adjusted to point to the next non-converted
268 * character; if string is 0 then end points to an error message string
274 strexpr(const char* s, char** end, long(*convert)(const char*, char**, void*), void* handle) argument
292 if (end) *end = ex.nextchr;
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc689 if (to->buffer.end - to->text.p <= length) {
691 (to->buffer.end - to->buffer.start) * 2 +
720 if (to->buffer.end - to->text.p <= length) {
722 (to->buffer.end - to->buffer.start) * 2 +
752 string->text.end =
754 string->buffer.end = string->buffer.start + length;
760 if (string->buffer.end - string->buffer.start >= length) {
772 string->text.end = p + (string->text.end - string->buffer.start);
773 string->buffer.end
[all...]
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfs.c474 table = ptable_open(&pa, part->end - part->start + 1,
614 const char *end; local
623 end = strchr(np, ':');
624 if (end == NULL)
627 if (sep == NULL || sep >= end)
628 sep = end;
631 if (sep < end) {
633 memcpy(rootname, sep, end - sep);
634 rootname[end - sep] = '\0';
647 *path = (*end
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode_sync.c155 free_verify(dmu_buf_impl_t *db, uint64_t start, uint64_t end, dmu_tx_t *tx) argument
166 num = end - start + 1;
239 uint64_t start, end, dbstart, dbend; local
267 end = (blkid + nblks - 1) >> shift;
268 if (dbend <= end)
269 end = dbend;
271 ASSERT3U(start, <=, end);
274 FREE_VERIFY(db, start, end, tx);
275 free_blocks(dn, bp, end-start+1, tx);
277 for (uint64_t id = start; id <= end; i
351 int end = (blkid + nblks - 1) >> shift; local
[all...]
H A Ddmu_tx.c232 uint64_t start, end, i; local
256 end = (off+len <= dn->dn_datablksz) ? 0 : 1;
277 end = (off+len-1) >> dn->dn_datablkshift;
278 if (end != start && end <= dn->dn_maxblkid &&
280 err = dmu_tx_check_ioerr(zio, dn, 0, end);
288 for (i = (start>>shft)+1; i < end>>shft; i++) {
320 * If this write is not off the end of the file
343 if (++start > end) {
366 * 'end' i
702 uint64_t end = (off + len) >> shift; local
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c691 * Insert a NULL patch at the end of the line containing str.
701 * Locate the end of an unquoted identifier.
1335 /* Advance input to end of the current line */
1346 * Otherwise, we want to point at the end of the line.
1697 * the numeric value before the end of line.
1762 char *end; local
1767 if ((end = ident_delimit(mf)) == NULL)
1769 mf->mf_next = end;
1820 * - Start and end quotes must be present and match
1836 char *str, *end; local
1884 char *str, *cur, *end; local
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y161 IPT_TYPE '=' IPT_TREE number start addrlist end
169 IPT_TYPE '=' IPT_HASH number hashopts start hashlist end
177 setgroup hashopts start grouplist end
187 | hashopts start setgrouplist end { $$ = $3; }
377 end: '}' { yyexpectaddr = 0; } label
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dtable.c489 char *begin, *end; local
528 end = begin + strlen(begin) - 1;
530 while (isspace(*end)) {
531 --end;
534 end[1] = '\0';
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h55 char* re_end; /* re_buf end */ \
289 Ckey_t end; member in struct:Celt_s
333 unsigned char* end; /* end of left match */ member in struct:Conj_right_s
416 * REX_ALT catcher, solely to get control at the end of an
435 unsigned char* end; member in struct:Behind_catch_s
469 * letters in the same position of a word. end=1 if
478 unsigned char end; member in struct:Trie_node_s
534 unsigned char* end; /* end o member in struct:reglib_s
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_options.c590 char *end; local
626 val = strtoull(arg, &end, 0);
628 if (*end != '\0' || errno != 0 || val < 0)
642 char *end; local
669 *rval = strtoull(arg, &end, 0) * mul;
671 if ((mul > 1 && end != &arg[len - 1]) || (mul == 1 && *end != '\0') ||
693 char *end; local
721 val = strtoull(arg, &end, 0);
724 if (strcasecmp(suffix[i].name, end)
[all...]
H A Ddt_pid.c113 char *end; local
164 off = strtoull(pp->dpp_name, &end, 16);
165 if (*end != '\0') {
406 char *end; local
412 lmid = strtoul(&pdp->dtpd_mod[2], &end, 16);
414 obj = end + 1;
416 if (*end != '`' || strchr(obj, '`') != NULL)
607 char *c, *last = NULL, *end; local
621 pid = strtol(last, &end, 10);
623 if (errno != 0 || end
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c58 uint32_t start, stuff, end, value, flags; local
64 hcksum_retrieve(mp, NULL, NULL, &start, &stuff, &end, &value, &flags);
65 (void) hcksum_assoc(mp1, NULL, NULL, start, stuff, end, value,
103 uint32_t flags, start, stuff, end, value; local
111 hcksum_retrieve(mp, NULL, NULL, &start, &stuff, &end, &value,
273 mp1 = msgpullup(mp, offset + end);
293 end - start, partial);
307 (void) hcksum_assoc(mp, NULL, NULL, start, stuff, end,
323 uint32_t start, stuff, end, value, flags; local
353 hcksum_retrieve(mp, NULL, NULL, &start, &stuff, &end,
[all...]
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dread.c321 char buf[256],*var=buf,*cur,*end,*up,*v; local
327 end = var + c;
330 end = var + sizeof(buf) - 1;
370 if(c > (end-cur))
373 m = (end - var) + (c - (end - cur));
381 end = var + m;
542 /* check for end of buffer */
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c723 char *end; /* pointer to '\0' at end of linebuf */ local
725 end = ml->linebuf + strcspn(ml->linebuf, "#");
726 while ((end > ml->linebuf) && isspace(end[-1])) {
727 end--;
729 if (end <= ml->linebuf) {
732 *end = '\0';
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c59 * (that is the header) start from the end looking for
68 * pages, print it from start to end unaltered if they all
105 * that the pointer does not cross the end of file.
122 * that the pointers do not cross the end of the file.
253 int start, end; local
259 end = atoi(s2);
260 if (end < start) {
261 int tmp = end;
263 end = start;
267 start = end
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.c791 diskaddr_t start, end; local
856 ioparam.io_bounds.upper = end = datasects() - 1;
858 ioparam.io_bounds.upper = end = physsects() - 1;
861 ioparam.io_bounds.upper = end = cur_parts->etoc->efi_last_lba;
871 end = input(FIO_BN,
881 bn2s(end) != sectors(bn2h(end)) - 1) {
895 if (checkmount(start, end)) {
903 if (checkswap(start, end)) {
912 if (checkdevinuse(cur_disk->disk_name, start, end,
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c105 (*head)->end = tsn;
125 t->end = tsn;
142 * the end.
153 t->end = tsn;
169 if (SEQ_GEQ(tsn, p->begin) && SEQ_LEQ(tsn, p->end)) {
174 if ((p->end + 1) == tsn) {
175 /* 4; adjust p->end */
176 p->end = tsn;
181 p->end = t->end;
211 sctp_ack_rem(sctp_set_t **head, uint32_t end, int *num) argument
671 mblk_t *end = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c237 goto end;
262 goto end;
268 end:
824 goto end;
828 end:
975 caddr_t beg, end; local
1002 end = (*fbp)->fb_addr + (*fbp)->fb_count;
1008 sz = end - beg;
1031 end = (*fbp)->fb_addr + (*fbp)->fb_count;
1048 * Either end o
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkgmap.c332 goto end; /* nothing else on the line */
339 goto end; /* no owner or group - warning */
347 goto end; /* no group - warning */
384 goto end;
386 end:
869 goto end; /* nothing else on the line */
877 goto end; /* no owner or group - warning */
885 goto end; /* no group - warning */
925 goto end;
927 end
[all...]

Completed in 116 milliseconds

<<11121314151617181920>>