Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c3227 int32_t type32; in zfs_ioc_create() local
3231 if (nvlist_lookup_int32(innvl, "type", &type32) != 0) in zfs_ioc_create()
3233 type = type32; in zfs_ioc_create()