Home
last modified time | relevance | path

Searched refs:type32 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c1112 int32_t type32; in msgsnd() local
1113 if (copyin(msgp, &type32, sizeof (type32))) in msgsnd()
1115 type = type32; in msgsnd()