Home
last modified time | relevance | path

Searched refs:define (Results 1 – 25 of 765) sorted by path

12345678910>>...31

/illumos-gate/usr/src/boot/forth/
H A Dbeastie.4th43 \ NOTE: If `/boot/logo-${loader_logo}.4th' does not exist or does not define
H A Dbrand.4th39 \ NOTE: If `/boot/brand-${loader_brand}.4th' does not exist or does not define
H A Dshortcuts.4th30 \ want to define a custom word that uses words defined in three different
31 \ libraries, this is a good place to define such a word).
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dalign3 #define _def_align_ast 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
6 #define ALIGN_CHUNK 8192
7 #define ALIGN_INTEGRAL uintptr_t
8 #define ALIGN_INTEGER(x) ((char*)(x)-(char*)0)
9 #define ALIGN_POINTER(x) ((char*)(x))
10 #define ALIGN_ROUND(x,y) ALIGN_POINTER(ALIGN_INTEGER((x)+(y)-1)&~((y)-1))
12 #define ALIGN_BOUND ALIGN_BOUND2
13 #define ALIGN_ALIGN(x) ALIGN_ALIGN2(x)
14 #define ALIGN_TRUNC(x) ALIGN_TRUNC2(x)
[all …]
H A Dapi3 #define _AST_API_H 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
5 #define _AST_VERSION AST_VERSION /* pre-20100601 compatibility */
7 #define AST_VERSION 20111111
8 #define ASTAPI(rel) ( _BLD_ast || !_API_ast || _API_ast >= rel )
11 #define _API_ast _API_DEFAULT
16 #define cmdopen cmdopen_20120411
19 #define cmdopen cmdopen_20110505
24 #define pathaccess pathaccess_20100601
29 #define pathcanon pathcanon_20100601
[all …]
H A Daso3 #define _def_aso_ast 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
6 #define _aso_cas8(p,o,n) __sync_val_compare_and_swap(p,o,n)
7 #define _aso_inc8(p) __sync_fetch_and_add(p,1)
8 #define _aso_dec8(p) __sync_fetch_and_sub(p,1)
9 #define _aso_cas16(p,o,n) __sync_val_compare_and_swap(p,o,n)
10 #define _aso_inc16(p) __sync_fetch_and_add(p,1)
11 #define _aso_dec16(p) __sync_fetch_and_sub(p,1)
12 #define _aso_cas32(p,o,n) __sync_val_compare_and_swap(p,o,n)
13 #define _aso_inc32(p) __sync_fetch_and_add(p,1)
[all …]
H A Dasometh3 #define _def_asometh_ast 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
5 #define _aso_fcntl 1 /* fcntl(F_SETLCK[W]) work */
6 #define _aso_semaphore 1 /* semget semop semctl work */
H A Dbotch3 #define _def_botch_ast 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
H A Dccode3 #define _def_ccode_ast 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
6 #define CC_ASCII 1 /* ISO-8859-1 */
7 #define CC_EBCDIC_E 2 /* Xopen dd(1) EBCDIC */
8 #define CC_EBCDIC_I 3 /* Xopen dd(1) IBM */
9 #define CC_EBCDIC_O 4 /* IBM-1047 mvs OpenEdition */
10 #define CC_EBCDIC_S 5 /* Siemens posix-bc */
11 #define CC_EBCDIC_H 6 /* IBM-37 AS/400 */
12 #define CC_EBCDIC_M 7 /* IBM mvs cobol */
13 #define CC_EBCDIC_U 8 /* microfocus cobol */
[all …]
H A Dcommon3 #define _AST_COMMON_H 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
5 #define _hdr_pthread 1 /* #include <pthread.h> ok */
6 #define _hdr_stdarg 1 /* #include <stdarg.h> ok */
7 #define _hdr_stddef 1 /* #include <stddef.h> ok */
8 #define _hdr_stdint 1 /* #include <stdint.h> ok */
9 #define _hdr_inttypes 1 /* #include <inttypes.h> ok */
10 #define _hdr_unistd 1 /* #include <unistd.h> ok */
11 #define _hdr_time 1 /* #include <time.h> ok */
12 #define _sys_time 1 /* #include <sys/time.h> ok */
[all …]
H A Ddirent9 # define __LINKAGE__ "C"
11 # define __LINKAGE__
13 # define __STDARG__
14 # define __PROTO__(x) x
15 # define __OTORP__(x)
16 # define __PARAM__(n,o) n
19 # define const
21 # define signed
22 # define void int
23 # define volatile
[all …]
H A Deaccess3 #define _def_eaccess_ast 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
H A Derrno3 #define _def_errno_ast 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
5 #define _dat_sys_nerr 1 /* sys_nerr in default libs */
6 #define _dat_sys_errlist 1 /* sys_errlist in default libs */
H A Dfcntl8 # define __LINKAGE__ "C"
10 # define __LINKAGE__
12 # define __STDARG__
13 # define __PROTO__(x) x
14 # define __OTORP__(x)
15 # define __PARAM__(n,o) n
18 # define const
20 # define signed
21 # define void int
22 # define volatile
[all …]
H A Dfloat9 # define __LINKAGE__ "C"
11 # define __LINKAGE__
13 # define __STDARG__
14 # define __PROTO__(x) x
15 # define __OTORP__(x)
16 # define __PARAM__(n,o) n
19 # define const
21 # define signed
22 # define void int
23 # define volatile
[all …]
H A Dfs9 # define __LINKAGE__ "C"
11 # define __LINKAGE__
13 # define __STDARG__
14 # define __PROTO__(x) x
15 # define __OTORP__(x)
16 # define __PARAM__(n,o) n
19 # define const
21 # define signed
22 # define void int
23 # define volatile
[all …]
H A Dhack3 #define _def_hack_ast 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
H A Diconv9 # define __LINKAGE__ "C"
11 # define __LINKAGE__
13 # define __STDARG__
14 # define __PROTO__(x) x
15 # define __OTORP__(x)
16 # define __PARAM__(n,o) n
19 # define const
21 # define signed
22 # define void int
23 # define volatile
[all …]
H A Dlib3 #define _def_lib_ast 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
5 #define _hdr_dirent 1 /* #include <dirent.h> ok */
6 #define _hdr_fmtmsg 1 /* #include <fmtmsg.h> ok */
7 #define _hdr_fnmatch 1 /* #include <fnmatch.h> ok */
8 #define _hdr_libgen 1 /* #include <libgen.h> ok */
9 #define _hdr_limits 1 /* #include <limits.h> ok */
10 #define _hdr_locale 1 /* #include <locale.h> ok */
11 #define _hdr_nl_types 1 /* #include <nl_types.h> ok */
12 #define _hdr_spawn 1 /* #include <spawn.h> ok */
[all …]
H A Dlibpath3 #define _def_libpath_ast 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
5 #define CONF_LIBPATH "lib/64:LD_LIBRARY_PATH_64:sol.*64*,lib/32:LD_LIBRARY_PATH_32,lib:LD_LIBRARY_P…
H A Dlimits3 #define _def_limits_ast 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
8 #define CHAR_BIT 8
11 #define CHAR_MAX 127
14 #define CHAR_MIN -128
17 #define CLOCKS_PER_SEC 1000000
20 #define INT_MIN -2147483648
23 #define LLONG_MAX 9223372036854775807
26 #define LLONG_MIN -9223372036854775808
29 #define LONG_MAX 2147483647
[all …]
H A Dlocale3 #define _def_locale_ast 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
5 #define _locale_utf8_str "UTF-8"
H A Dmap8 # define __LINKAGE__ "C"
10 # define __LINKAGE__
12 # define __STDARG__
13 # define __PROTO__(x) x
14 # define __OTORP__(x)
15 # define __PARAM__(n,o) n
18 # define const
20 # define signed
21 # define void int
22 # define volatile
[all …]
H A Dmmap3 #define _def_mmap_ast 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
5 #define _sys_mman 1 /* #include <sys/mman.h> ok */
6 #define _lib_mmap 1 /* standard mmap interface that works */
7 #define _lib_mmap64 1 /* mmap64 interface and implementation work */
8 #define _mmap_anon 1 /* use mmap MAP_ANON to get raw memory */
9 #define _mmap_devzero 1 /* use mmap on /dev/zero to get raw memory */
14 #define _NO_MMAP 1
H A Dmode3 #define _def_mode_ast 1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
5 #define S_ITYPE(m) ((m)&S_IFMT)
7 #define S_IPERM (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)
9 #define _S_IDPERM 1
10 #define _S_IDTYPE 1
12 #define BUFFERSIZE 8192

12345678910>>...31