Searched refs:end1 (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_diskmgt.c | 332 uint64_t end1 = start1 + slice1->size - 1; local 336 int overlap = (start2 <= end1 && start1 <= end2); 343 (unsigned long long)start1, (unsigned long long)end1);
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/ |
H A D | piclwatchdog.c | 71 static hrtime_t start1, end1; variable 407 end1 = gethrtime(); 410 time1[count].time = (end1 - start1);
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 4765 Off end1, end = shdr->sh_offset + shdr->sh_size; local 4783 end1 = shdr1->sh_offset + shdr1->sh_size; 4785 if (((bgn1 <= bgn) && (end1 > bgn)) || 4786 ((bgn1 < end) && (end1 >= end))) { 4793 EC_OFF(end1)); 4805 end1 = ehdr->e_shoff + (ehdr->e_shentsize * ehdr->e_shnum); 4807 if (((bgn1 <= bgn) && (end1 > bgn)) || 4808 ((bgn1 < end) && (end1 >= end))) { 4811 EC_OFF(end1),
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | fcode.c | 126 end1(fcode_env_t *env) function 968 P1275(0x0ff, 0, "end1", end1);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 2868 char *end1, *end2; local 2873 res1 = strtol(str, &end1, 0); 2875 if (end1 == str) { 2883 if (*end1 == '-') { 2884 end1++; 2885 res2 = strtol(end1, &end2, 0); 2890 end2 = end1;
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | regcomp.c | 85 static void p_bre(struct parse *p, wint_t end1, wint_t end2); 492 * Giving end1 as OUT essentially eliminates the end1/end2 check. 500 wint_t end1, /* first terminating character */ 512 while (MORE() && !SEETWO(end1, end2)) { 499 p_bre(struct parse *p, wint_t end1, wint_t end2) argument
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | select.c | 592 int end1 = sqliteVdbeMakeLabel(v); local 597 addr = sqliteVdbeAddOp(v, OP_SortNext, 0, end1); 623 sqliteVdbeAddOp(v, OP_Goto, 0, end1); 643 sqliteVdbeResolveLabel(v, end1);
|
Completed in 102 milliseconds