Home
last modified time | relevance | path

Searched defs:RESERVED (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk.h243 typedef struct RESERVED { struct
248 } RESERVED; argument
/titanic_41/usr/src/cmd/oamuser/inc/
H A Dusers.h46 #define RESERVED 1 /* reserved */ macro
/titanic_41/usr/src/uts/common/io/
H A Ddevpoll.c49 #define RESERVED 1 macro
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java47 final static String RESERVED = "(),\\!<=>~"; field in ServiceLocationAttribute
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c250 #define RESERVED 0xC0 /* bit 6,7: reserved */ macro
/titanic_41/usr/src/lib/libpp/common/
H A Dppproto.c175 #define RESERVED(b,e,n) ((((long)(b))<<16)|(((long)(e))<<8)|((long)(n))) macro