Searched refs:start (Results 376 - 400 of 1002) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c166 time_t start = time(NULL); local
168 debug_log("POLL start: (0x%p, %d, %d)\n", fds, nfds, timeout);
172 *elapsed = time(NULL) - start;
185 time_t start = time(NULL); local
191 debug_log("DP_POLL start: (0x%p, %d, %d)\n", fds, nfds, timeout);
195 *elapsed = time(NULL) - start;
/illumos-gate/usr/src/uts/common/os/
H A Dmemlist_new.c123 uint64_t start, end; local
125 start = new->ml_address;
126 end = start + new->ml_size;
140 if (cur->ml_address + cur->ml_size > start)
349 * If start address not in list.
367 * If start & size match, delete from list.
380 * Increment start address by bytes.
414 * and size up to start of span.
/illumos-gate/usr/src/test/zfs-tests/tests/functional/checksum/sha2/
H A Dsha2_test.c222 struct timeval start, end; \
224 (void) gettimeofday(&start, NULL); \
231 (start.tv_sec * 1000000llu + start.tv_usec); \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Darp.c177 char *start; local
186 start = line_copy;
188 if ((args[i] = strtok(start, " \t\n")) == NULL)
191 start = NULL;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c353 uint64_t start = MAX(ve->ve_offset, io_start); local
359 bcopy((char *)zio->io_data + start - io_start,
360 ve->ve_data + start - ve->ve_offset, end - start);
/illumos-gate/usr/src/boot/sys/amd64/include/pc/
H A Dbios.h115 uint32_t bios_sigsearch(uint32_t start, u_char *sig, int siglen, int paralen,
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Darm_init.S47 start: label
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/
H A DMakefile61 LDFLAGS +=-e start -Ttext ${ORG} -N -S --oformat binary
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dtoken.c121 unsigned int size, hsize, token_size, app_size, oid_size, start; local
187 start = RNDUP(hsize);
189 xdrmem = &sv[start];
365 /* Get the start of XDR encoded token */
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm774 # Consolidate consecutive ids as start-end
1418 # Expand start-end into the list of values
1421 # Ranges with start being more than end are inverted
1443 my ($start, $end) = ($1, $2); # $start-$end
1444 # Reverse the interval if start > end
1445 ($start, $end) = ($end, $start) if $start > $end;
1446 return ($start
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c571 int i, start; local
628 start = flags & F_ALLSUM ? 0 : sumcount - 1;
630 (void) printf("%s%s%s\n", line, sumline[start],
634 for (i = start + 1; i < sumcount; i++)
1094 caddr_t start; local
1098 start = mmap(NULL, nbytes + psz * 2, PROT_READ|PROT_WRITE,
1100 if (start == MAP_FAILED) {
1104 assert(IS_P2ALIGNED(start, psz));
1105 if (mprotect(start, 1, PROT_NONE) == -1)
1108 start
[all...]
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_alg_rr.c57 rr_server_t *start; local
70 start = rr_alg->rr_next;
75 if (rr_alg->rr_next == start) {
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasScsiInquiry.c83 hrtime_t start, end; local
87 start = gethrtime();
232 duration = end - start;
H A DSun_sasScsiReadCapacity.c79 hrtime_t start, end; local
83 start = gethrtime();
219 duration = end - start;
/illumos-gate/usr/src/uts/common/zmod/
H A Dinffast.c47 start >= strm->avail_out
69 void inflate_fast(strm, start)
71 unsigned start; /* inflate()'s starting value for strm->avail_out */
104 beg = out - (start - strm->avail_out);
216 if (write < len) { /* some from start of window */
/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/uts/intel/os/
H A Dddi_arch.c323 hrtime_t start, end; local
336 start = end = gethrtime();
337 while ((end - start) < waittime) {
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c509 door_desc_t *start = NULL; local
853 start = didpp = kmem_alloc(dsize, KM_SLEEP);
869 if (copyout_nowatch(start, ct->d_args.desc_ptr, dsize)) {
926 if (start != NULL) {
928 door_fd_close(start, ncopied);
929 kmem_free(start, dsize);
1096 uintptr_t start, end, offset, amount; local
1099 start = P2ALIGN(end - 1, pgsize);
1100 if (P2ALIGN(ubase, pgsize) == start)
1101 start
1214 door_desc_t *start = NULL; local
2364 door_desc_t *didpp, *start; local
2493 uintptr_t start; local
2530 door_desc_t *start; local
2600 door_desc_t *start; local
2832 door_desc_t *start; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c518 unsigned long long start, len, offset, ext_offset, gpt_offset; local
539 &start, &len, &offset, &entry,
588 start sector in *START, the length in *LEN, the offset of the
598 unsigned long long *start, unsigned long long *len,
627 if (! rawread (drive, *start + BSD_LABEL_SECTOR,
649 *start = BSD_PART_START (buf, i);
685 if (! rawread (drive, *start + SOL_LABEL_LOC, 0, SECTOR_SIZE, buf))
696 pcs_start = *start; /* save the start of pc slice */
705 *start
596 next_partition(unsigned long drive, unsigned long dest, unsigned long *partition, int *type, unsigned long long *start, unsigned long long *len, unsigned long long *offset, int *entry, unsigned long long *ext_offset, unsigned long long *gpt_offset, int *gpt_count, int *gpt_size, char *buf) argument
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dinffast.c45 start >= strm->avail_out
67 void ZLIB_INTERNAL inflate_fast(strm, start)
69 unsigned start; /* inflate()'s starting value for strm->avail_out */
102 beg = out - (start - strm->avail_out);
236 if (wnext < len) { /* some from start of window */
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Dbootinfo.c90 bi_copyenv(vm_offset_t start) argument
96 addr = last = start;
119 last = start;
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dglue.c324 ub_dev_read(int handle, void *buf, lbasize_t len, lbastart_t start, argument
335 if (!syscall(API_DEV_READ, &err, di, buf, &len, &start, &act_len))
469 printf(" start\t= 0x%08lx\n", si->mr[i].start);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c1695 char *start, *at, *comma; local
1713 start = addr;
1715 while (*start != '\0')
1717 if (*start == ':' && braclev <= 0)
1719 else if (*start == '[')
1721 else if (*start == ']' && braclev > 0)
1723 start++;
1725 if (braclev > 0 || *start != ':')
1729 if (at == NULL || at < start)
1739 while (start !
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c193 paddr_t start; local
220 start = P2ROUNDUP(ml->ml_address, align);
222 if (start < next_phys)
223 start = P2ROUNDUP(next_phys, align);
227 if (end <= start)
229 if (end - start < size)
237 if (pa == 0 || start < pa)
238 pa = start;
1924 paddr_t start, end; local
1931 start
1975 scan_rsdp(paddr_t start, paddr_t end) argument
[all...]
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c619 char *start = 0; local
625 if (start == 0)
626 start = cp;
630 return (start ? (end[1] = 0, start) : cp);

Completed in 99 milliseconds

<<11121314151617181920>>