Searched defs:MSG_INIT (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libcs/
H A Dmsg.h81 #define MSG_INIT(c,a,v) (MSG_CALL(c)|((a)<<MSG_ARG_CALL)|(v)) macro
83 #define MSG_nop MSG_INIT( 0, 00000000, 0)
84 #define MSG_break MSG_INIT( 1, 00000011, 0)
85 #define MSG_chmod MSG_INIT( 2, 00000121, MSG_VAR_FILE)
86 #define MSG_chown MSG_INIT( 3, 00001121, MSG_VAR_FILE)
87 #define MSG_close MSG_INIT( 4, 00000131, 0)
88 #define MSG_control MSG_INIT( 5, 00001521, 0)
89 #define MSG_dup MSG_INIT( 6, 00000033, 0)
90 #define MSG_exec MSG_INIT( 7, 00007721, MSG_VAR_FILE)
91 #define MSG_exit MSG_INIT(
[all...]

Completed in 16 milliseconds