Searched defs:setstate (Results 1 – 7 of 7) sorted by relevance
/titanic_51/usr/src/lib/libast/common/uwin/ |
H A D | random.c | 46 #define setstate ______setstate macro 300 extern char *setstate(const char *arg_state) in setstate() function
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | random.c | 46 #define setstate ______setstate macro 300 to the order in which things are done, it is OK to call setstate with the in setstate() function
|
/titanic_51/usr/src/lib/libbc/libc/gen/common/ |
H A D | random.c | 308 setstate(char *arg_state) in setstate() function
|
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | random.c | 300 setstate(const char *arg_state) in setstate() function
|
/titanic_51/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | commands.c | 588 enable_all_groups(sa_handle_t handle, struct list *work, int setstate, in enable_all_groups() argument 4754 disable_all_groups(sa_handle_t handle, struct list *work, int setstate) in disable_all_groups() argument
|
/titanic_51/usr/src/lib/libpp/common/ |
H A D | pplib.h | 454 #define setstate(s,v) ((v)?(pp.state|=(s)):(pp.state&=~(s))) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pplib.h | 446 #define setstate(m,v) ppset(&pp.state,m,v) macro
|