Home
last modified time | relevance | path

Searched refs:LONG_MIN (Results 1 – 25 of 38) sorted by relevance

12

/titanic_50/usr/src/uts/common/sys/
H A Drwstlock.h64 ((l)->rwst_count == (LONG_MIN | (intptr_t)curthread))
66 ((struct _kthread *)((l)->rwst_count & ~LONG_MIN)) : NULL)
76 #define RWST_WRITE_ENTER(l) (l)->rwst_count = LONG_MIN | (intptr_t)curthread
H A Dtypes.h573 #define LONG_MIN (-9223372036854775807L-1L) macro
580 #define LONG_MIN (-2147483647L-1L) macro
594 #define OFF_MIN LONG_MIN
/titanic_50/usr/src/head/iso/
H A Dlimits_iso.h79 #define LONG_MIN (-9223372036854775807L-1L) macro
86 #define LONG_MIN (-2147483647L-1L)
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_limits.h31 #ifndef LONG_MIN
32 #define LONG_MIN -2147483648 macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_limits.h52 #ifndef LONG_MIN
53 #define LONG_MIN -2147483648 macro
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_limits.h31 #ifndef LONG_MIN
32 #define LONG_MIN -2147483648 macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_limits.h52 #ifndef LONG_MIN
53 #define LONG_MIN -2147483648 macro
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_limits.h31 #ifndef LONG_MIN
32 #define LONG_MIN -2147483648 macro
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_limits.h31 #ifndef LONG_MIN
32 #define LONG_MIN -2147483648 macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_limits.h52 #ifndef LONG_MIN
53 #define LONG_MIN -2147483648 macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_limits.h52 #ifndef LONG_MIN
53 #define LONG_MIN -2147483648 macro
/titanic_50/usr/src/common/util/
H A Dstrtol.c113 limit = LONG_MIN; in ddi_strtol()
146 return (neg ? LONG_MIN : LONG_MAX); in ddi_strtol()
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dlimits31 #ifndef LONG_MIN
32 #define LONG_MIN -2147483648
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dlimits31 #ifndef LONG_MIN
32 #define LONG_MIN -2147483648
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dlimits31 #ifndef LONG_MIN
32 #define LONG_MIN -2147483648
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dlimits31 #ifndef LONG_MIN
32 #define LONG_MIN -2147483648
/titanic_50/usr/src/lib/libast/common/features/
H A Dlimits.c233 #ifndef LONG_MIN in main()
252 #ifndef LONG_MIN in main()
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dlimits.h48 #define LONG_MIN -0x80000000 macro
/titanic_50/usr/src/ucbhead/sys/
H A Dtypes.h410 #define LONG_MIN (-2147483647L-1L) /* min value of a "long int" */ macro
414 #define LONG_MIN (-9223372036854775807L-1L) macro
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dgetopts.c117 …switch(opt_info.index>=0 && opt_info.index<=argc?(opt_info.num= LONG_MIN,flag=optget(argv,options)… in b_getopts()
172 if(opt_info.num == LONG_MIN) in b_getopts()
/titanic_50/usr/src/lib/libc/port/i18n/
H A Dwcstol.c51 #define _WLONG_MIN LONG_MIN
/titanic_50/usr/src/cmd/getconf/
H A Dgetconf.c428 #ifndef LONG_MIN
429 #define LONG_MIN -1 macro
503 LONG_MIN, "LONG_MIN", SELFCONF, NOFLAGS,
/titanic_50/usr/src/cmd/valtools/
H A Dckrange.c226 lvalue = LONG_MIN; in main()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dmisc.c217 (errno == ERANGE && (port == LONG_MIN || port == LONG_MAX)) || in a2port()
268 (errno == ERANGE && (secs == LONG_MIN || secs == LONG_MAX)) || in convtime()
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_get.c256 if ((ret_long == LONG_MIN || ret_long == LONG_MAX) && errno != 0) in profile_get_integer()

12