/illumos-gate/usr/src/lib/libcmdutils/common/ |
H A D | gid.c | 52 boolean_t overflow = B_FALSE; local 60 overflow = B_TRUE; 71 if (overflow == B_TRUE) /* Find a hole */
|
H A D | uid.c | 53 boolean_t overflow = B_FALSE; local 61 overflow = B_TRUE; 72 if (overflow == B_TRUE) /* Find a hole */
|
/illumos-gate/usr/src/lib/libuutil/common/ |
H A D | uu_strtoint.c | 55 int overflow = 0; local 68 overflow = 1; /* becomes underflow below */ 117 overflow = 1; 121 overflow = 1; 135 overflow = 1; 138 overflow = 1; 145 if (bad_char | bad_digit | overflow) { 150 else if (overflow) { 265 /* we have to be careful, since << can overflow */
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_listutils.c | 261 * and overflow are valid pointers. 263 * If an overflow occurs (a + b > MAX_FILTER_SIZE), a will contain the 264 * first MAX_FILTER_SIZE addresses of the union, and *overflow will be 265 * set to true. Otherwise, *overflow will be set to false. 268 l_union_in_a(slist_t *a, const slist_t *b, boolean_t *overflow) argument 273 *overflow = B_FALSE; 292 *overflow = B_TRUE;
|
H A D | igmp.c | 719 boolean_t overflow; local 739 &overflow); 741 if (overflow) 2399 boolean_t overflow; local 2418 &overflow); 2420 if (overflow)
|
/illumos-gate/usr/src/lib/libast/common/string/ |
H A D | strtoi.h | 45 * errno=ERANGE on overflow (LONG_MAX) or underflow (LONG_MIN) 241 int overflow = 0; local 344 overflow = 1; 350 overflow = 1; 367 if (overflow) 403 overflow = 1; 408 overflow = 1; 417 overflow = 1; 422 overflow = 1; 515 overflow [all...] |
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | netif.h | 39 int overflow; member in struct:netif_stats
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | stk.c | 121 * default overflow exception 123 static char *overflow(int n) function 141 stkinstall(sp,overflow); 231 else sp->stkoverflow = stkcur?stkcur->stkoverflow:overflow; 261 * <oflow> becomes the new overflow function
|
/illumos-gate/usr/src/uts/sun4v/pcbe/ |
H A D | niagara_pcbe.c | 323 uint64_t pcr, overflow; local 327 overflow = (pcr & CPC_PCR_OVF_MASK) >> 332 * and that action ends up clearing overflow flags. 334 if (overflow) 337 return (overflow); 420 empty.pcbe_bits = 0x14; /* SW_count_0 - won't overflow */
|
H A D | niagara2_pcbe.c | 418 uint64_t pcr, overflow; local 427 overflow = (pcr & CPC_PCR_OV0_MASK) >> 429 overflow |= (pcr & CPC_PCR_OV1_MASK) >> 438 if (overflow & 0x1) { 452 if (overflow & 0x2) { 476 return (overflow); 678 * Disable overflow interrupts when L2_dmiss_ld event is
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SrvLocHeader.java | 120 boolean overflow = false; // Overflow flag field in class:SrvLocHeader
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/ |
H A D | quot.c | 90 static offset_t overflow; variable 238 overflow = 0LL; 335 overflow += (offset_t)size; 440 sizes[TSIZE - 1], overflow + (offset_t)t);
|
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | trees.c | 505 int overflow = 0; /* number of elements with bit length too large */ local 510 * overflow in the case of the bit length tree). 517 if (bits > max_length) bits = max_length, overflow++; 530 if (overflow == 0) return; 532 Trace((stderr,"\nbit length overflow\n")); 540 s->bl_count[bits+1] += 2; /* move one overflow item as its brother */ 542 /* The brother of the overflow item also moves one step up, 545 overflow -= 2; 546 } while (overflow > 0); 1112 "pendingBuf overflow"); [all...] |
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | trees.c | 503 int overflow = 0; /* number of elements with bit length too large */ local 508 * overflow in the case of the bit length tree). 515 if (bits > max_length) bits = max_length, overflow++; 528 if (overflow == 0) return; 530 Trace((stderr,"\nbit length overflow\n")); 538 s->bl_count[bits+1] += 2; /* move one overflow item as its brother */ 540 /* The brother of the overflow item also moves one step up, 543 overflow -= 2; 544 } while (overflow > 0); 1100 "pendingBuf overflow"); [all...] |
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 110 char overflow; /* Screen overflow flag set */ member in struct:_emacs_ 1293 char longline; /* Line overflow */ 1306 ep->overflow = NORMAL; 1422 Screen overflow checks 1439 /* Update screen overflow indicator if need be */ 1441 if (longline != ep->overflow) 1444 ep->overflow = longline;
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | tgammal.c | 267 1.7555483429044629170023839037639845628291e+03L, /* overflow */ 269 1.7555483429044629170038892160702032034177e+03L, /* overflow */ 284 #define overflow c[11] macro 1025 if (x > overflow) /* overflow threshold */
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_slp.c | 52 static boolean_t overflow = B_FALSE; variable 730 else if (overflow) 770 overflow = B_TRUE; 827 "overflow", "no overflow")); 1403 boolean_t overflow = B_FALSE; local 1415 overflow = B_TRUE; 1446 else if (overflow) 1529 "overflow", "no overflow")); [all...] |
/illumos-gate/usr/src/uts/sun4u/pcbe/ |
H A D | opl_pcbe.c | 644 * Check if counter overflow and clear it. 811 uint64_t overflow; local 865 overflow = SPARC64_VI_CHK_OVF(pcr, i*2); 866 if (overflow || (diff < 0)) { 874 overflow = SPARC64_VI_CHK_OVF(pcr, i*2 + 1); 875 if (overflow || (diff < 0)) {
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 918 * to a page can overflow the 64-bit limit, so we check for btopr() 1867 int overflow = 0; local 1911 * we overflow the 16 bits allotted to the program header count in 2040 overflow++; 2123 if (overflow || i != nphdrs) { 2126 overflow = 0;
|
/illumos-gate/usr/src/uts/common/io/usbgem/ |
H A D | usbgem.h | 43 uint32_t overflow; member in struct:usbgem_stats
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | localtime.c | 448 * operation may overflow when using signed operands, but when the 613 * localtime_r() can now return NULL if overflow is detected. 614 * offtime_u() is the function that detects overflow, and sets 659 * localtime() can now return NULL if overflow is detected. 660 * offtime_u() is the function that detects overflow, and sets 687 int overflow; local 742 overflow = t > LONG_MAX || t < LONG_MIN || 745 overflow = t > LONG_MAX || t < LONG_MIN; 813 overflow = 0; 818 if (overflow || [all...] |
/illumos-gate/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 134 int overflow(char *); 400 av[0] = "overflow"; 496 * iiadm -A (attach overflow) 497 * iiadm -D (detach overflow) 605 usage(gettext("must specify overflow volume " \ 787 (void) snprintf(key, sizeof (key), "ii.set%d.overflow", setno); 848 dsw_error(gettext("Can't get overflow list length"), NULL); 1516 gettext("\t-A o v\t\tattach overflow to volume")); 1518 gettext("\t-D v\t\tdetach overflow from volume")); 1520 gettext("\t-L\t\tlist all overflow volume 2300 overflow(char *volume) function [all...] |
/illumos-gate/usr/src/uts/common/io/rge/ |
H A D | rge.h | 363 uint32_t overflow; member in struct:rge_stats
|
/illumos-gate/usr/src/uts/common/io/rtls/ |
H A D | rtls.h | 140 uint32_t overflow; member in struct:rtls_stats 433 * discarded due to rx FIFO overflow
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 2546 * indicate an output buffer overflow. If pr_fd is > -1 then when 2887 int overflow = 0; local 2946 overflow = 1; 2950 overflow = 1; 2952 if (overflow == 0) { 2960 if ((overflow == 0) && doprf(format, args, &prf) == 0) 2961 overflow = 1; 2969 if ((overflow == 0) && (error == ERR_ELF)) { 2991 overflow = 1; 2997 * overflow conditio [all...] |