Home
last modified time | relevance | path

Searched refs:end1 (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c329 uint64_t end1 = start1 + slice1->size - 1; in slices_overlap() local
333 int overlap = (start2 <= end1 && start1 <= end2); in slices_overlap()
340 (unsigned long long)start1, (unsigned long long)end1); in slices_overlap()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c71 static hrtime_t start1, end1; variable
407 end1 = gethrtime(); in wd_pat()
410 time1[count].time = (end1 - start1); in wd_pat()
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4680 Off end1, end = shdr->sh_offset + shdr->sh_size; in shdr_cache() local
4698 end1 = shdr1->sh_offset + shdr1->sh_size; in shdr_cache()
4700 if (((bgn1 <= bgn) && (end1 > bgn)) || in shdr_cache()
4701 ((bgn1 < end) && (end1 >= end))) { in shdr_cache()
4708 EC_OFF(end1)); in shdr_cache()
4720 end1 = ehdr->e_shoff + (ehdr->e_shentsize * ehdr->e_shnum); in shdr_cache()
4722 if (((bgn1 <= bgn) && (end1 > bgn)) || in shdr_cache()
4723 ((bgn1 < end) && (end1 >= end))) { in shdr_cache()
4726 EC_OFF(end1), in shdr_cache()
/titanic_41/usr/src/lib/efcode/engine/
H A Dfcode.c126 end1(fcode_env_t *env) in end1() function
968 P1275(0x0ff, 0, "end1", end1); in _init()
/titanic_41/usr/src/lib/libc/port/locale/
H A Dregcomp.c85 static void p_bre(struct parse *p, wint_t end1, wint_t end2);
500 wint_t end1, /* first terminating character */ in p_bre() argument
512 while (MORE() && !SEETWO(end1, end2)) { in p_bre()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c2868 char *end1, *end2; in parse_type_code() local
2873 res1 = strtol(str, &end1, 0); in parse_type_code()
2875 if (end1 == str) { in parse_type_code()
2883 if (*end1 == '-') { in parse_type_code()
2884 end1++; in parse_type_code()
2885 res2 = strtol(end1, &end2, 0); in parse_type_code()
2890 end2 = end1; in parse_type_code()
/titanic_41/usr/src/lib/libsqlite/src/
H A Dselect.c592 int end1 = sqliteVdbeMakeLabel(v); in generateSortTail() local
597 addr = sqliteVdbeAddOp(v, OP_SortNext, 0, end1); in generateSortTail()
623 sqliteVdbeAddOp(v, OP_Goto, 0, end1); in generateSortTail()
643 sqliteVdbeResolveLabel(v, end1); in generateSortTail()