Searched refs:end (Results 251 - 275 of 929) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_param_types.h188 ses_end_params_t end; member in union:__anon378
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.h46 * configuration information and end to the byte past the last
51 char *end; member in struct:cfgdata
/illumos-gate/usr/src/cmd/format/
H A Ddefect.h114 struct defect_entry *end, int skew);
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c220 goto end;
225 "Error: Interface is missing \"end\"\n"
231 goto end;
257 end:
341 } /* end of 'get complete line' */
376 } else if (strcasecmp(key, "end") == 0) {
383 end:
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.d154 this unsigned long long end;
159 this->end = lt_timestamps[curpsinfo->pr_pid, curlwpsinfo->pr_lwpid];
162 this->end = (this->end != 0 && this->end != self->lt_sleep_start)
163 ? this->end : this->now;
165 self->lt_sch_delay = this->now - this->end;
166 self->lt_sleep_duration = this->end - self->lt_sleep_start;
/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) {
339 end = gethrtime();
/illumos-gate/usr/src/test/zfs-tests/tests/functional/checksum/edonr/
H A Dedonr_test.c180 struct timeval start, end; \
187 (void) gettimeofday(&end, NULL); \
188 delta = (end.tv_sec * 1000000llu + end.tv_usec) - \
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpart.h72 uint64_t end; member in struct:ptable_entry
/illumos-gate/usr/src/lib/nsswitch/ad/common/
H A Dgetpwnam.c176 char **sid_v, *ptr, **pgid_v, *end; local
217 end = ++ptr;
218 tmp = strtoul(ptr, &end, 10);
219 if (end == ptr || tmp > UINT32_MAX)
240 end = pgid_v[0];
241 tmp = strtoul(pgid_v[0], &end, 10);
242 if (end == pgid_v[0] || tmp > UINT32_MAX)
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c501 char *start, *end; local
508 start = end) {
512 if (!(end = slp_utf_strchr(start, ')')))
515 end++;
518 end = slp_utf_strchr(start, ',');
519 if (end)
520 *end++ = 0;
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c280 * strip off stuff at the end of the line
337 goto end;
345 goto end;
357 goto end;
388 * If we are at the end of input and it looks like a
417 goto end;
432 goto end;
438 goto end;
444 end:
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c383 LDAPMessage *end, *aprev, *aend, *bprev, *bend; local
407 end = aend;
420 end = bend;
429 return( end );
432 bprev->lm_chain = end;
435 aprev->lm_chain = end;
438 bprev->lm_chain = end;
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c761 char c, *p, *end; local
785 g_nent = strtoul(optarg, &end, 10);
786 if (*end != '\0' || errno != 0) {
885 (void) strtoul(optarg, &end, 10);
886 if (*optarg == '-' || *end != '\0' || errno != 0) {
899 dprog_add("tick-10hz\n/timestamp >= end/\n");
934 pid = strtoul(argv[0], &end, 10);
935 if (*end != '\0' || errno != 0 || (pid_t)pid != pid) {
/illumos-gate/usr/src/cmd/svc/configd/
H A Dobject.c680 goto end;
687 goto end;
707 goto end;
729 goto end;
737 goto end;
743 goto end;
749 end:
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c377 char *str, *s, *end, *serial_end; local
396 cpuid = strtoul(s, &end, 0);
402 if (*(s = end) == '/') {
415 index = strtoul(s, &end, 0);
416 if (*(s = end) != '/') {
426 way = strtoul(s, &end, 0);
427 if (*(s = end) != '/') {
437 bit = strtoul(s, &end, 0);
438 if (*(s = end) != '/') {
448 type = strtoul(s, &end,
[all...]
/illumos-gate/usr/src/cmd/vscan/vscanadm/
H A Dvscanadm.c999 char *end; local
1002 maxsize = strtoll(valstr, &end, 10);
1006 "%llu%s", maxsize, end);
1129 char *end; local
1131 end = 0;
1132 port = strtoul(valstr, &end, 0);
1133 if (port > UINT16_MAX || (end < (valstr + strlen(valstr))))
1155 char *end; local
1157 sep->vep_maxconn = strtoll(valstr, &end, 10);
1158 if (end < valst
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Ddelete.c67 int end, addr; /* A couple addresses of generated code */ local
225 end = sqliteVdbeMakeLabel(v);
231 addr = sqliteVdbeAddOp(v, OP_ListRead, 0, end);
264 addr = sqliteVdbeAddOp(v, OP_ListRead, 0, end);
288 sqliteVdbeResolveLabel(v, end);
/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c95 int end, rval; local
128 rval = end = 0;
150 end = 0;
160 if (end == 1) {
169 end = 1;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.misc.c41 extern char end[];
43 return ((char *)cp < end);
437 * and filter out the address not within heap's top(end) and bottom
440 extern char end[];
463 if (rptr < end) {
510 if (rptr < end) {
/illumos-gate/usr/src/cmd/sort/common/
H A Dfields.c397 field_delimit(field_t *F, line_rec_t *L, ssize_t *start, ssize_t *end) argument
403 *end = field_boundary(F, L, 1,
442 field_delimit_wide(field_t *F, line_rec_t *L, ssize_t *start, ssize_t *end) argument
448 *end = field_boundary_wide(F, L, 1,
501 * field, or at the end of the line.
504 field_delimit_tabbed(field_t *F, line_rec_t *L, ssize_t *start, ssize_t *end, argument
511 *end = field_boundary_tabbed(F, L, 1, F->f_options &
562 ssize_t *end, vchar_t delimiter)
568 *end = field_boundary_tabbed_wide(F, L, 1, F->f_options &
792 * with an optional sentinel component at the sequence end
561 field_delimit_tabbed_wide(field_t *F, line_rec_t *L, ssize_t *start, ssize_t *end, vchar_t delimiter) argument
1060 ssize_t start, end, distance; local
1142 ssize_t start, end, distance; local
[all...]
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c236 * Until the end of SUA, search for the signatures
237 * (check for end of SUA (2 consecutive NULL bytes)) or the
391 goto end;
417 goto end;
430 goto end;
433 goto end;
458 end:
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm31 # See comments in the end
774 # Consolidate consecutive ids as start-end
1237 # Verify that in the end we have the same PG generation for each PG
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,
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dserver.c510 char *end; local
551 strtoul(argv[2], &end, 10);
553 strtol(argv[10], &end, 10) ? IDMAP_USID : IDMAP_GSID;
556 strtoul(argv[3], &end, 10);
558 strtol(argv[9], &end, 10) ? IDMAP_UID : IDMAP_GID;
560 w2u = argv[4] ? strtol(argv[4], &end, 10) : 0;
561 u2w = argv[5] ? strtol(argv[5], &end, 10) : 0;
584 how->map_type = strtoul(argv[11], &end, 10);
612 strtoul(argv[18], &end, 10);
614 strtol(argv[9], &end, 1
736 char *end; local
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c737 * at the end so they don't get accessed by the caller.
973 goto end;
1019 end:
2374 goto end;
2385 goto end;
2393 goto end;
2396 end:
2446 goto end;
2451 goto end;
2459 goto end;
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.c37 print_range(int start, int end, int separator) argument
43 if (start == end) {
50 mdb_printf(format, start, end);
51 count = mdb_snprintf(&tmp, 1, format, start, end);
64 int end; local
77 end = i * BT_NBIPUL + j - 1;
78 count += print_range(start, end, sep);
84 end = i * BT_NBIPUL - 1;
85 count += print_range(start, end, sep);

Completed in 135 milliseconds

<<11121314151617181920>>