Searched refs:type32 (Results 1 – 2 of 2) sorted by relevance
1112 int32_t type32; in msgsnd() local1113 if (copyin(msgp, &type32, sizeof (type32))) in msgsnd()1115 type = type32; in msgsnd()
3227 int32_t type32; in zfs_ioc_create() local3231 if (nvlist_lookup_int32(innvl, "type", &type32) != 0) in zfs_ioc_create()3233 type = type32; in zfs_ioc_create()