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

/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c1112 int32_t type32; local
1113 if (copyin(msgp, &type32, sizeof (type32)))
1115 type = type32;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c3177 int32_t type32; local
3181 if (nvlist_lookup_int32(innvl, "type", &type32) != 0)
3183 type = type32;

Completed in 58 milliseconds