Searched refs:end (Results 626 - 650 of 929) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpr_impl.c1111 caddr_t end = CPR_GET_STACK_END(t); /* stack end */ local
1113 stack_size = (size_t)end - (size_t)start;
1132 caddr_t end = CPR_GET_STACK_END(t); /* stack end */ local
1134 stack_size = (size_t)end - (size_t)start;
H A Dmachdep.c847 * end up with the TRACE_REGS macro fetching the saved %ss and %esp
1044 hrtime_t start, end; local
1045 start = end = gethrtime();
1046 while ((end - start) < (10 * (NANOSEC / MICROSEC))) {
1048 end = gethrtime();
/illumos-gate/usr/src/cmd/make/bin/
H A Dnse_printdep.cc289 for (np = hashtab.begin(), e = hashtab.end(); np != e; np++) {
H A Drep.cc333 for (np = hashtab.begin(), e = hashtab.end(); np != e; np++) {
/illumos-gate/usr/src/test/zfs-tests/tests/functional/checksum/skein/
H A Dskein_test.c298 struct timeval start, end; \
307 (void) gettimeofday(&end, NULL); \
308 delta = (end.tv_sec * 1000000llu + end.tv_usec) - \
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h321 void dbuf_free_range(struct dnode *dn, uint64_t start, uint64_t end,
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_state.c195 (n->type != ROFFT_BODY || n->end != ENDBODY_NOT))
H A Dterm_ascii.c78 p->end = ascii_end;
H A Dtree.c80 if (n->end)
81 t = "body-end";
H A Dmdoc_html.c426 if (mdocs[n->tok].pre && (n->end == ENDBODY_NOT || n->child))
448 if (n->end != ENDBODY_NOT)
450 if (n->end == ENDBODY_NOSPACE)
2146 if (n->end == ENDBODY_NOT &&
2149 n->child->end != ENDBODY_NOT)
2151 else if (n->end != ENDBODY_NOT ? n->child != NULL :
2166 if (n->end != ENDBODY_NOT) {
/illumos-gate/usr/src/common/ficl/
H A Dficl.h835 * The size is stored as an end-pointer because that is what the
844 char *end; member in struct:__anon487
1158 #define ficlVmGetInBufLen(vm) ((vm)->tib.end - (vm)->tib.text)
1159 #define ficlVmGetInBufEnd(vm) ((vm)->tib.end)
1307 FICL_PLATFORM_EXTERN char *ficlStringSkipSpace(char *s, char *end);
1364 * base -- start of data area. Must be at the end of the struct.
1718 * Appends a parse step function to the end of the parse list (see
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinterp_forth.c120 for (cp = tail, len = 0; cp != vm->tib.end && *cp != 0 && *cp != '\n'; cp++, len++)
/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c334 const char *end = str + strlen(str) - 2; local
347 while (buf < end) {
350 while (!isxdigit(*buf) && buf < end)
366 while ((isxdigit(*buf) || *buf == 'x') && buf < end)
1441 * This is the end of our starting node, force
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c873 char *end; local
875 *result = strtoul(hw_serial, &end, base);
884 char *end; local
886 *result = strtoull(str, &end, base);
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s91 add %o1, %o2, %o1 ! get to end of source space
92 add %o0, %o2, %o0 ! get to end of destination space
158 ! for end of loop
284 sub %o0, 8, %o0 ! since we are at the end
473 ! for end of loop
549 ! for end of loop
619 ! Be careful not to read past end of SRC
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c652 _aio_get_timedelta(timespec_t *end, timespec_t *wait) argument
662 if (end->tv_sec >= curtime.tv_sec) {
663 wait->tv_sec = end->tv_sec - curtime.tv_sec;
664 if (end->tv_nsec >= curtime.tv_nsec) {
665 wait->tv_nsec = end->tv_nsec - curtime.tv_nsec;
669 if (end->tv_sec > curtime.tv_sec) {
672 (curtime.tv_nsec - end->tv_nsec);
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c657 * Returns list of object bounds between start and end. New bounds inserted
661 * if region between start/end consists of all existing bounds.
665 end, char type, vmu_bound_t **first, vmu_bound_t **last)
672 ASSERT(start <= end);
710 if (walker != NULL && walker->vmb_start <= end) {
715 /* We have a gap over [start, end]. */
716 tmp->vmb_end = end;
736 if (ISWITHIN(*last, end)) {
741 if (walker == NULL || walker->vmb_start > end) {
745 tmp->vmb_end = end;
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
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c1199 goto end;
1204 goto end;
1215 end:
1387 goto end;
1391 goto end;
1396 end:
2371 goto end;
2381 goto end;
2385 goto end;
2399 end
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_state.c1614 drm_buf_t *buf, int start, int end)
1618 DRM_DEBUG("indirect: buf=%d s=0x%x e=0x%x\n", buf->idx, start, end);
1620 if (start != end) {
1623 int dwords = (end - start + 3) / sizeof (u32);
2449 DRM_DEBUG("pid=%d index=%d start=%d end=%d discard=%d\n",
2450 DRM_CURRENTPID, elts.idx, elts.start, elts.end, elts.discard);
2477 /* count = (elts.end - elts.start) / sizeof(u16); */
2489 buf->used = elts.end;
2510 prim.finish = elts.end;
2643 indirect.idx, indirect.start, indirect.end, indirec
1613 radeon_cp_dispatch_indirect(drm_device_t *dev, drm_buf_t *buf, int start, int end) argument
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c1463 uint32_t *end, uint32_t *value, uint32_t *flags_ptr)
1478 if (end != NULL)
1479 *end = (uint32_t)DB_CKSUMEND(mp);
1488 uint32_t end, uint32_t value, uint32_t flags)
1494 DB_CKSUMEND(mp) = (intptr_t)end;
1462 mac_hcksum_get(mblk_t *mp, uint32_t *start, uint32_t *stuff, uint32_t *end, uint32_t *value, uint32_t *flags_ptr) argument
1487 mac_hcksum_set(mblk_t *mp, uint32_t start, uint32_t stuff, uint32_t end, uint32_t value, uint32_t flags) argument
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c293 * end marker for jumpback page;
1024 "chunks %d, end 0x%p, descp 0x%p\n",
1165 csd_t *descp, *end; local
1194 end = *endpp = descp + (len / (sizeof (**basepp)));
1198 i_cpr_storage_desc_init(descp, npages, end);
1203 i_cpr_storage_desc_init(csd_t *descp, pgcnt_t npages, csd_t *end) argument
1213 for (; descp < end; descp++)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c398 /* Minimum amount of lookahead, except at the end of the input file.
487 /* Minimum amount of lookahead, except at the end of the input file.
1000 * necessary to put more guard bytes at the end of the window, or
1114 unsigned more; /* Amount of free space at the end of the window. */
1201 * Flush the current block, with given end-of-file flag.
1202 * IN assertion: strstart is set to the end of the current match.
1237 * at the end of the input file. We need MAX_MATCH bytes
1332 * at the end of the input file. We need MAX_MATCH bytes
1389 /* Insert in hash table all strings up to the end of the match.
1485 /* end o
3087 Bytef *end; /* one byte after sliding window */ member in struct:inflate_blocks_state
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c192 static dtrace_dynvar_t dtrace_dynhash_sink; /* end of dynamic hash chains */
1034 uintptr_t end = pos + limit; local
1064 for (; pos < end && c != '\0' && lisalnum(c) && (x = DIGIT(c)) < base;
1875 * end of the hash chain; we can kick out of
1891 * the end of the dirty list. However, we
3580 * end of the object or string.
3612 * states return to this state at the end of their value, unless otherwise
3699 * string, or we've run off the end of the object
3798 * we reached the end of the object or array without
3960 * ERROR: unexpected end o
4845 char *start = (char *)dest, *end = start + size - 1; local
5110 char *end = (char *)mstate->dtms_scratch_ptr + size - 1; local
5191 int start, end; local
5470 char *base, *end; local
6787 dtrace_store_by_ref(dtrace_difo_t *dp, caddr_t tomax, size_t size, size_t *valoffsp, uint64_t *valp, uint64_t end, int intuple, int dtkind) argument
6862 hrtime_t now, end; local
7337 uintptr_t end = valoffs + size; local
[all...]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vcos_ultra3.S457 ba,pt %icc,.end
827 ba,pt %icc,.end
981 ba,pt %icc,.end
1141 ba,pt %icc,.end
1296 ba,pt %icc,.end
1462 ba,pt %icc,.end
1617 ba,pt %icc,.end
1778 ba,pt %icc,.end
1934 ba,pt %icc,.end
2106 ba,pt %icc,.end
[all...]
H A D__vsin_ultra3.S472 ba,pt %icc,.end
838 ba,pt %icc,.end
992 ba,pt %icc,.end
1152 ba,pt %icc,.end
1307 ba,pt %icc,.end
1473 ba,pt %icc,.end
1628 ba,pt %icc,.end
1789 ba,pt %icc,.end
1945 ba,pt %icc,.end
2117 ba,pt %icc,.end
[all...]

Completed in 130 milliseconds

<<21222324252627282930>>