OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MESSAGE_SIZE
(Results
1 - 7
of
7
) sorted by relevancy
/src/share/examples/asm/hello/
powerpc.s
50
.set
MESSAGE_SIZE
, . - message
61
# write(STDOUT_FILENO, message,
MESSAGE_SIZE
)
66
li %r5,
MESSAGE_SIZE
# r5: third argument.
aarch64.s
63
.set
MESSAGE_SIZE
, . - message
74
/* write(STDOUT_FILENO, message,
MESSAGE_SIZE
) */
77
mov x2, #
MESSAGE_SIZE
/* x2: nbytes =
MESSAGE_SIZE
*/
arm.s
63
.set
MESSAGE_SIZE
, . - message
74
/* write(STDOUT_FILENO, message,
MESSAGE_SIZE
) */
77
mov r2, #
MESSAGE_SIZE
/* r2: nbytes =
MESSAGE_SIZE
*/
i386.s
63
.set
MESSAGE_SIZE
, . - message
74
/* write(STDOUT_FILENO, message,
MESSAGE_SIZE
) */
75
pushl $
MESSAGE_SIZE
/* sp[12]: nbytes =
MESSAGE_SIZE
*/
sh3.s
63
.set
MESSAGE_SIZE
, . - message
74
/* write(STDOUT_FILENO, message,
MESSAGE_SIZE
) */
77
mov #
MESSAGE_SIZE
, r6 /* r6: nbytes =
MESSAGE_SIZE
*/
x86_64.s
63
.set
MESSAGE_SIZE
, . - message
74
/* write(STDOUT_FILENO, message,
MESSAGE_SIZE
) */
77
movl $
MESSAGE_SIZE
, %edx /* %edx: nbytes =
MESSAGE_SIZE
*/
/src/regress/sys/kern/unfdpass/
unfdpass.c
68
#define
MESSAGE_SIZE
(CMSG_SPACE(FDCM_DATASIZE) + \
101
message = malloc(CMSG_SPACE(
MESSAGE_SIZE
));
104
memset(message, 0, CMSG_SPACE(
MESSAGE_SIZE
));
227
msg.msg_controllen =
MESSAGE_SIZE
;
Completed in 169 milliseconds
Indexes created Tue Sep 23 23:09:58 GMT 2025