usr/src/uts/common/crypto/io/crypto.c
1015
STRUCT_FSET(get_list, ml_count, count);
usr/src/uts/common/crypto/io/crypto.c
1016
STRUCT_FSET(get_list, ml_return_value, CRYPTO_SUCCESS);
usr/src/uts/common/crypto/io/crypto.c
1020
STRUCT_FSET(get_list, ml_return_value, CRYPTO_BUFFER_TOO_SMALL);
usr/src/uts/common/crypto/io/crypto.c
1073
STRUCT_FSET(mi, mi_min_key_size, k_minfos[i].mi_min_key_size);
usr/src/uts/common/crypto/io/crypto.c
1074
STRUCT_FSET(mi, mi_max_key_size, k_minfos[i].mi_max_key_size);
usr/src/uts/common/crypto/io/crypto.c
1075
STRUCT_FSET(mi, mi_keysize_unit, k_minfos[i].mi_keysize_unit);
usr/src/uts/common/crypto/io/crypto.c
1076
STRUCT_FSET(mi, mi_usage, k_minfos[i].mi_usage);
usr/src/uts/common/crypto/io/crypto.c
1139
STRUCT_FSET(get_all_mech, mi_count, num_mech_infos);
usr/src/uts/common/crypto/io/crypto.c
1147
STRUCT_FSET(get_all_mech, mi_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
1269
STRUCT_FSET(get_list, pl_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
1284
STRUCT_FSET(get_list, pl_count, count);
usr/src/uts/common/crypto/io/crypto.c
1285
STRUCT_FSET(get_list, pl_return_value, CRYPTO_SUCCESS);
usr/src/uts/common/crypto/io/crypto.c
1298
STRUCT_FSET(get_list, pl_count, count);
usr/src/uts/common/crypto/io/crypto.c
1299
STRUCT_FSET(get_list, pl_return_value, CRYPTO_BUFFER_TOO_SMALL);
usr/src/uts/common/crypto/io/crypto.c
1308
STRUCT_FSET(get_list, pl_count, count);
usr/src/uts/common/crypto/io/crypto.c
1309
STRUCT_FSET(get_list, pl_return_value, CRYPTO_SUCCESS);
usr/src/uts/common/crypto/io/crypto.c
1361
STRUCT_FSET(pd, pd_flags, ei->ei_flags);
usr/src/uts/common/crypto/io/crypto.c
1362
STRUCT_FSET(pd, pd_max_session_count, ei->ei_max_session_count);
usr/src/uts/common/crypto/io/crypto.c
1363
STRUCT_FSET(pd, pd_session_count, (int)CRYPTO_UNAVAILABLE_INFO);
usr/src/uts/common/crypto/io/crypto.c
1364
STRUCT_FSET(pd, pd_max_rw_session_count, ei->ei_max_session_count);
usr/src/uts/common/crypto/io/crypto.c
1365
STRUCT_FSET(pd, pd_rw_session_count, (int)CRYPTO_UNAVAILABLE_INFO);
usr/src/uts/common/crypto/io/crypto.c
1366
STRUCT_FSET(pd, pd_max_pin_len, ei->ei_max_pin_len);
usr/src/uts/common/crypto/io/crypto.c
1367
STRUCT_FSET(pd, pd_min_pin_len, ei->ei_min_pin_len);
usr/src/uts/common/crypto/io/crypto.c
1368
STRUCT_FSET(pd, pd_total_public_memory, ei->ei_total_public_memory);
usr/src/uts/common/crypto/io/crypto.c
1369
STRUCT_FSET(pd, pd_free_public_memory, ei->ei_free_public_memory);
usr/src/uts/common/crypto/io/crypto.c
1370
STRUCT_FSET(pd, pd_total_private_memory, ei->ei_total_private_memory);
usr/src/uts/common/crypto/io/crypto.c
1371
STRUCT_FSET(pd, pd_free_private_memory, ei->ei_free_private_memory);
usr/src/uts/common/crypto/io/crypto.c
1372
STRUCT_FSET(version, cv_major, ei->ei_hardware_version.cv_major);
usr/src/uts/common/crypto/io/crypto.c
1373
STRUCT_FSET(version, cv_minor, ei->ei_hardware_version.cv_minor);
usr/src/uts/common/crypto/io/crypto.c
1376
STRUCT_FSET(version, cv_major, ei->ei_firmware_version.cv_major);
usr/src/uts/common/crypto/io/crypto.c
1377
STRUCT_FSET(version, cv_minor, ei->ei_firmware_version.cv_minor);
usr/src/uts/common/crypto/io/crypto.c
1515
STRUCT_FSET(get_info, gi_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
1559
STRUCT_FSET(get_mechanisms, pm_return_value, err);
usr/src/uts/common/crypto/io/crypto.c
1572
STRUCT_FSET(get_mechanisms, pm_count, count);
usr/src/uts/common/crypto/io/crypto.c
1573
STRUCT_FSET(get_mechanisms, pm_return_value, CRYPTO_SUCCESS);
usr/src/uts/common/crypto/io/crypto.c
1585
STRUCT_FSET(get_mechanisms, pm_count, count);
usr/src/uts/common/crypto/io/crypto.c
1586
STRUCT_FSET(get_mechanisms, pm_return_value,
usr/src/uts/common/crypto/io/crypto.c
1596
STRUCT_FSET(get_mechanisms, pm_count, count);
usr/src/uts/common/crypto/io/crypto.c
1597
STRUCT_FSET(get_mechanisms, pm_return_value, CRYPTO_SUCCESS);
usr/src/uts/common/crypto/io/crypto.c
2806
STRUCT_FSET(encrypt_init, ei_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
2938
STRUCT_FSET(encrypt, ce_encrlen,
usr/src/uts/common/crypto/io/crypto.c
2950
STRUCT_FSET(encrypt, ce_encrlen,
usr/src/uts/common/crypto/io/crypto.c
2968
STRUCT_FSET(encrypt, ce_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
3107
STRUCT_FSET(encrypt_update, eu_encrlen,
usr/src/uts/common/crypto/io/crypto.c
3126
STRUCT_FSET(encrypt_update, eu_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
3246
STRUCT_FSET(encrypt_final, ef_encrlen,
usr/src/uts/common/crypto/io/crypto.c
3258
STRUCT_FSET(encrypt_final, ef_encrlen,
usr/src/uts/common/crypto/io/crypto.c
3273
STRUCT_FSET(encrypt_final, ef_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
3353
STRUCT_FSET(digest_init, di_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
3438
STRUCT_FSET(digest_update, du_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
3498
STRUCT_FSET(digest_key, dk_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
3659
STRUCT_FSET(crypto_digest, cd_digestlen,
usr/src/uts/common/crypto/io/crypto.c
3671
STRUCT_FSET(crypto_digest, cd_digestlen,
usr/src/uts/common/crypto/io/crypto.c
3689
STRUCT_FSET(crypto_digest, cd_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
3810
STRUCT_FSET(set_pin, sp_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
3884
STRUCT_FSET(login, co_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
4105
STRUCT_FSET(sign_init, si_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
4211
STRUCT_FSET(verify, cv_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
4328
STRUCT_FSET(sign_update, su_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
4419
STRUCT_FSET(verify_final, vf_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
4510
STRUCT_FSET(seed_random, sr_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
4605
STRUCT_FSET(generate_random, gr_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
4643
STRUCT_FSET(oa, oa_type, k_attrs[i].oa_type);
usr/src/uts/common/crypto/io/crypto.c
4644
STRUCT_FSET(oa, oa_value_len, (ssize_t)value_len);
usr/src/uts/common/crypto/io/crypto.c
4724
STRUCT_FSET(object_create, oc_handle, object_handle);
usr/src/uts/common/crypto/io/crypto.c
4735
STRUCT_FSET(object_create, oc_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
4820
STRUCT_FSET(object_copy, oc_new_handle, new_handle);
usr/src/uts/common/crypto/io/crypto.c
4831
STRUCT_FSET(object_copy, oc_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
4911
STRUCT_FSET(object_destroy, od_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
5014
STRUCT_FSET(get_attribute_value, og_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
5072
STRUCT_FSET(object_get_size, gs_size, (ulong_t)size);
usr/src/uts/common/crypto/io/crypto.c
5082
STRUCT_FSET(object_get_size, gs_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
5164
STRUCT_FSET(set_attribute_value, sa_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
5262
STRUCT_FSET(find_init, fi_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
5346
STRUCT_FSET(find_update, fu_count, count);
usr/src/uts/common/crypto/io/crypto.c
5360
STRUCT_FSET(find_update, fu_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
5437
STRUCT_FSET(object_find_final, ff_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
5527
STRUCT_FSET(generate_key, gk_handle, key_handle);
usr/src/uts/common/crypto/io/crypto.c
5539
STRUCT_FSET(generate_key, gk_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
5692
STRUCT_FSET(generate_key, ngk_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
5808
STRUCT_FSET(generate_key_pair, kp_public_handle, pub_handle);
usr/src/uts/common/crypto/io/crypto.c
5809
STRUCT_FSET(generate_key_pair, kp_private_handle, pri_handle);
usr/src/uts/common/crypto/io/crypto.c
5826
STRUCT_FSET(generate_key_pair, kp_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
6042
STRUCT_FSET(generate_key_pair, nkp_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
6172
STRUCT_FSET(wrap_key, wk_wrapped_key_len,
usr/src/uts/common/crypto/io/crypto.c
6184
STRUCT_FSET(wrap_key, wk_wrapped_key_len,
usr/src/uts/common/crypto/io/crypto.c
6211
STRUCT_FSET(wrap_key, wk_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
6335
STRUCT_FSET(unwrap_key, uk_object_handle, handle);
usr/src/uts/common/crypto/io/crypto.c
6357
STRUCT_FSET(unwrap_key, uk_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
6478
STRUCT_FSET(derive_key, dk_object_handle, handle);
usr/src/uts/common/crypto/io/crypto.c
6507
STRUCT_FSET(derive_key, dk_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
6684
STRUCT_FSET(derive_key, ndk_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
979
STRUCT_FSET(get_number, pn_return_value, rv);
usr/src/uts/common/crypto/io/cryptoadm.c
312
STRUCT_FSET(soft_list, sl_return_value, CRYPTO_FAILED);
usr/src/uts/common/crypto/io/cryptoadm.c
322
STRUCT_FSET(soft_list, sl_soft_count, count);
usr/src/uts/common/crypto/io/cryptoadm.c
323
STRUCT_FSET(soft_list, sl_soft_len, len);
usr/src/uts/common/crypto/io/cryptoadm.c
324
STRUCT_FSET(soft_list, sl_return_value,
usr/src/uts/common/crypto/io/cryptoadm.c
334
STRUCT_FSET(soft_list, sl_soft_count, count);
usr/src/uts/common/crypto/io/cryptoadm.c
335
STRUCT_FSET(soft_list, sl_soft_len, len);
usr/src/uts/common/crypto/io/cryptoadm.c
336
STRUCT_FSET(soft_list, sl_return_value, CRYPTO_SUCCESS);
usr/src/uts/common/fs/ctfs/ctfs_ctl.c
316
STRUCT_FSET(st, ctst_nbytes, len);
usr/src/uts/common/fs/fifofs/fifovnops.c
1269
STRUCT_FSET(strpeek, databuf.len, len);
usr/src/uts/common/fs/fifofs/fifovnops.c
1292
STRUCT_FSET(strpeek, databuf.len, len - uio.uio_resid);
usr/src/uts/common/fs/fifofs/fifovnops.c
1294
STRUCT_FSET(strpeek, flags, 0);
usr/src/uts/common/fs/fifofs/fifovnops.c
1295
STRUCT_FSET(strpeek, ctlbuf.len, -1);
usr/src/uts/common/fs/sockfs/sockparams.c
859
STRUCT_FSET(st, num_of_entries, count);
usr/src/uts/common/fs/sockfs/sockparams.c
899
STRUCT_FSET(st, num_of_entries, i);
usr/src/uts/common/fs/sockfs/socksyscalls.c
1090
STRUCT_FSET(u_lmsg, msg_flags, 0);
usr/src/uts/common/inet/ip/icmp.c
4968
STRUCT_FSET(sb, len, addrlen);
usr/src/uts/common/inet/ip/ip_if.c
7458
STRUCT_FSET(ifc, ifc_len,
usr/src/uts/common/inet/ip/ip_if.c
7521
STRUCT_FSET(lifs, lifs_len, lifs_bufsize);
usr/src/uts/common/inet/ip/ip_if.c
7578
STRUCT_FSET(lifs, lifs_len, (int)((uchar_t *)lifr - mp1->b_rptr));
usr/src/uts/common/inet/ip/ip_if.c
7767
STRUCT_FSET(lifc, lifc_len,
usr/src/uts/common/inet/ip/keysock.c
952
STRUCT_FSET(sb, len, addrlen);
usr/src/uts/common/inet/ip/rts.c
1132
STRUCT_FSET(sb, len, (int)sizeof (sin_t));
usr/src/uts/common/inet/ipd/ipd.c
832
STRUCT_FSET(h, ipil_nzones, rzones);
usr/src/uts/common/inet/ipd/ipd.c
876
STRUCT_FSET(h, ipil_nzones, 0);
usr/src/uts/common/inet/ipd/ipd.c
878
STRUCT_FSET(h, ipil_nzones, cur);
usr/src/uts/common/inet/sockmods/socksctp.c
1608
STRUCT_FSET(opt, sopt_len, optlen);
usr/src/uts/common/inet/tcp/tcp_output.c
815
STRUCT_FSET(sb, len, addrlen);
usr/src/uts/common/inet/udp/udp.c
4471
STRUCT_FSET(sb, len, addrlen);
usr/src/uts/common/io/cons.c
463
STRUCT_FSET(cnd, cnd_rconsdev, rconsdev32);
usr/src/uts/common/io/cons.c
465
STRUCT_FSET(cnd, cnd_rconsdev, rconsdev);
usr/src/uts/common/io/cpuid_drv.c
170
STRUCT_FSET(h, cgh_hwcap[0], auxv_hwcap);
usr/src/uts/common/io/cpuid_drv.c
171
STRUCT_FSET(h, cgh_hwcap[1], auxv_hwcap_2);
usr/src/uts/common/io/cpuid_drv.c
172
STRUCT_FSET(h, cgh_hwcap[2], auxv_hwcap_3);
usr/src/uts/common/io/cpuid_drv.c
175
STRUCT_FSET(h, cgh_hwcap[0], auxv_hwcap32);
usr/src/uts/common/io/cpuid_drv.c
176
STRUCT_FSET(h, cgh_hwcap[1], auxv_hwcap32_2);
usr/src/uts/common/io/cpuid_drv.c
177
STRUCT_FSET(h, cgh_hwcap[2], auxv_hwcap32_3);
usr/src/uts/common/io/cpuid_drv.c
180
STRUCT_FSET(h, cgh_hwcap[0], 0);
usr/src/uts/common/io/cpuid_drv.c
181
STRUCT_FSET(h, cgh_hwcap[1], 0);
usr/src/uts/common/io/cpuid_drv.c
182
STRUCT_FSET(h, cgh_hwcap[2], 0);
usr/src/uts/common/io/ib/clients/rds/rds_ioctl.c
231
STRUCT_FSET(ifc, ifc_len, MBLKL(mp1));
usr/src/uts/common/io/ib/clients/rds/rds_ioctl.c
260
STRUCT_FSET(sb, len, (int)sizeof (sin_t));
usr/src/uts/common/io/ppm/ppm.c
525
STRUCT_FSET(dpwr, level, level);
usr/src/uts/common/io/ppm/ppm.c
728
STRUCT_FSET(norm, norm, level);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
12805
STRUCT_FSET(gdi, DiskCount, count);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
12841
STRUCT_FSET(gdi, DiskCount, i);
usr/src/uts/common/io/timod.c
2286
STRUCT_FSET(sb, len, 0);
usr/src/uts/common/io/timod.c
2295
STRUCT_FSET(sb, len, tp->tim_peerlen);
usr/src/uts/common/io/timod.c
2300
STRUCT_FSET(sb, len, 0);
usr/src/uts/common/io/timod.c
2309
STRUCT_FSET(sb, len, tp->tim_mylen);
usr/src/uts/common/io/timod.c
2322
STRUCT_FSET(sb, len, tp->tim_peerlen);
usr/src/uts/common/io/timod.c
2324
STRUCT_FSET(sb, len, tp->tim_mylen);
usr/src/uts/common/io/timod.c
2357
STRUCT_FSET(sb, len, 0);
usr/src/uts/common/io/timod.c
2358
STRUCT_FSET(sb, maxlen, 0); /* ack next time around */
usr/src/uts/common/io/timod.c
2393
STRUCT_FSET(sb, len, 0); /* copy the strbuf next time around */
usr/src/uts/common/os/contract.c
1005
STRUCT_FSET(lstatus, ctst_zoneid, zone->zone_id);
usr/src/uts/common/os/contract.c
1010
STRUCT_FSET(lstatus, ctst_holder, (ct->ct_state < CTS_ORPHAN) ?
usr/src/uts/common/os/contract.c
1012
STRUCT_FSET(lstatus, ctst_state, (ct->ct_state < CTS_ORPHAN) ?
usr/src/uts/common/os/contract.c
1015
STRUCT_FSET(lstatus, ctst_nevents, ct->ct_evcnt);
usr/src/uts/common/os/contract.c
1016
STRUCT_FSET(lstatus, ctst_ntime, get_time_left(&ct->ct_ntime));
usr/src/uts/common/os/contract.c
1017
STRUCT_FSET(lstatus, ctst_qtime, get_time_left(&ct->ct_qtime));
usr/src/uts/common/os/contract.c
1018
STRUCT_FSET(lstatus, ctst_nevid,
usr/src/uts/common/os/contract.c
1020
STRUCT_FSET(lstatus, ctst_critical, ct->ct_ev_crit);
usr/src/uts/common/os/contract.c
1021
STRUCT_FSET(lstatus, ctst_informative, ct->ct_ev_info);
usr/src/uts/common/os/contract.c
1022
STRUCT_FSET(lstatus, ctst_cookie, ct->ct_cookie);
usr/src/uts/common/os/contract.c
1023
STRUCT_FSET(lstatus, ctst_type, ct->ct_type->ct_type_index);
usr/src/uts/common/os/contract.c
1024
STRUCT_FSET(lstatus, ctst_id, ct->ct_id);
usr/src/uts/common/os/contract.c
1480
STRUCT_FSET(uarg, ctpm_id, param->ctpm_id);
usr/src/uts/common/os/contract.c
1481
STRUCT_FSET(uarg, ctpm_size, kparam->ret_size);
usr/src/uts/common/os/contract.c
2627
STRUCT_FSET(ev, ctev_id, temp->cte_contract->ct_id);
usr/src/uts/common/os/contract.c
2628
STRUCT_FSET(ev, ctev_evid, temp->cte_id);
usr/src/uts/common/os/contract.c
2629
STRUCT_FSET(ev, ctev_cttype,
usr/src/uts/common/os/contract.c
2631
STRUCT_FSET(ev, ctev_flags, temp->cte_flags &
usr/src/uts/common/os/contract.c
2633
STRUCT_FSET(ev, ctev_type, temp->cte_type);
usr/src/uts/common/os/contract.c
2634
STRUCT_FSET(ev, ctev_nbytes, len);
usr/src/uts/common/os/contract.c
2635
STRUCT_FSET(ev, ctev_goffset, size);
usr/src/uts/common/os/contract.c
993
STRUCT_FSET(lstatus, ctst_zoneid, zoneid);
usr/src/uts/common/os/contract.c
994
STRUCT_FSET(lstatus, ctst_holder,
usr/src/uts/common/os/contract.c
997
STRUCT_FSET(lstatus, ctst_state, ct->ct_state);
usr/src/uts/common/os/ipc.c
550
STRUCT_FSET(lperm, uid, kperm->ipc_uid);
usr/src/uts/common/os/ipc.c
551
STRUCT_FSET(lperm, gid, kperm->ipc_gid);
usr/src/uts/common/os/ipc.c
552
STRUCT_FSET(lperm, cuid, kperm->ipc_cuid);
usr/src/uts/common/os/ipc.c
553
STRUCT_FSET(lperm, cgid, kperm->ipc_cgid);
usr/src/uts/common/os/ipc.c
554
STRUCT_FSET(lperm, mode, kperm->ipc_mode);
usr/src/uts/common/os/ipc.c
555
STRUCT_FSET(lperm, seq, 0);
usr/src/uts/common/os/ipc.c
556
STRUCT_FSET(lperm, key, kperm->ipc_key);
usr/src/uts/common/os/msg.c
1041
STRUCT_FSET(head, msgsnap_size, size);
usr/src/uts/common/os/msg.c
1042
STRUCT_FSET(head, msgsnap_nmsg, nmsg);
usr/src/uts/common/os/msg.c
1054
STRUCT_FSET(mhead, msgsnap_mlen, mp->msg_size);
usr/src/uts/common/os/msg.c
1055
STRUCT_FSET(mhead, msgsnap_mtype, mp->msg_type);
usr/src/uts/common/os/msg.c
506
STRUCT_FSET(ds, msg_cbytes, qp->msg_cbytes);
usr/src/uts/common/os/msg.c
507
STRUCT_FSET(ds, msg_qnum, qp->msg_qnum);
usr/src/uts/common/os/msg.c
508
STRUCT_FSET(ds, msg_qbytes, qp->msg_qbytes);
usr/src/uts/common/os/msg.c
509
STRUCT_FSET(ds, msg_lspid, qp->msg_lspid);
usr/src/uts/common/os/msg.c
510
STRUCT_FSET(ds, msg_lrpid, qp->msg_lrpid);
usr/src/uts/common/os/msg.c
511
STRUCT_FSET(ds, msg_stime, qp->msg_stime);
usr/src/uts/common/os/msg.c
512
STRUCT_FSET(ds, msg_rtime, qp->msg_rtime);
usr/src/uts/common/os/msg.c
513
STRUCT_FSET(ds, msg_ctime, qp->msg_ctime);
usr/src/uts/common/os/shm.c
674
STRUCT_FSET(ds, shm_segsz, sp->shm_segsz);
usr/src/uts/common/os/shm.c
676
STRUCT_FSET(ds, shm_lkcnt, sp->shm_lkcnt);
usr/src/uts/common/os/shm.c
677
STRUCT_FSET(ds, shm_lpid, sp->shm_lpid);
usr/src/uts/common/os/shm.c
678
STRUCT_FSET(ds, shm_cpid, sp->shm_cpid);
usr/src/uts/common/os/shm.c
679
STRUCT_FSET(ds, shm_nattch, nattch);
usr/src/uts/common/os/shm.c
680
STRUCT_FSET(ds, shm_cnattch, sp->shm_ismattch);
usr/src/uts/common/os/shm.c
681
STRUCT_FSET(ds, shm_atime, sp->shm_atime);
usr/src/uts/common/os/shm.c
682
STRUCT_FSET(ds, shm_dtime, sp->shm_dtime);
usr/src/uts/common/os/shm.c
683
STRUCT_FSET(ds, shm_ctime, sp->shm_ctime);
usr/src/uts/common/os/streamio.c
5084
STRUCT_FSET(strpeek, flags, RS_HIPRI);
usr/src/uts/common/os/streamio.c
5086
STRUCT_FSET(strpeek, flags, 0);
usr/src/uts/common/os/streamio.c
5113
STRUCT_FSET(strpeek, ctlbuf.len, -1);
usr/src/uts/common/os/streamio.c
5115
STRUCT_FSET(strpeek, ctlbuf.len, 0);
usr/src/uts/common/os/streamio.c
5143
STRUCT_FSET(strpeek, ctlbuf.len, -1);
usr/src/uts/common/os/streamio.c
5145
STRUCT_FSET(strpeek, ctlbuf.len,
usr/src/uts/common/os/streamio.c
5156
STRUCT_FSET(strpeek, databuf.len, -1);
usr/src/uts/common/os/streamio.c
5158
STRUCT_FSET(strpeek, databuf.len, 0);
usr/src/uts/common/os/streamio.c
5185
STRUCT_FSET(strpeek, databuf.len, -1);
usr/src/uts/common/os/streamio.c
5187
STRUCT_FSET(strpeek, databuf.len,
usr/src/uts/common/os/streamio.c
5210
STRUCT_FSET(strpeek, databuf.len, STRUCT_FGET(strpeek,
usr/src/uts/common/os/streamio.c
5216
STRUCT_FSET(strpeek, databuf.len, -1);
usr/src/uts/common/os/streamio.c
5385
STRUCT_FSET(strfdinsert, databuf.len, msgsize);
usr/src/uts/common/os/streamio.c
5390
STRUCT_FSET(strfdinsert, databuf.len, msgsize);
usr/src/uts/common/sys/model.h
184
#define STRUCT_FSETP STRUCT_FSET
usr/src/uts/common/syscall/auditsys.c
1200
STRUCT_FSET(apinfo, ap_auid, ainfo->ai_auid);
usr/src/uts/common/syscall/auditsys.c
1201
STRUCT_FSET(apinfo, ap_asid, ainfo->ai_asid);
usr/src/uts/common/syscall/auditsys.c
1210
STRUCT_FSET(apinfo, ap_termid.port, dev);
usr/src/uts/common/syscall/auditsys.c
1212
STRUCT_FSET(apinfo, ap_termid.port, ainfo->ai_termid.at_port);
usr/src/uts/common/syscall/auditsys.c
1214
STRUCT_FSET(apinfo, ap_termid.port, ainfo->ai_termid.at_port);
usr/src/uts/common/syscall/auditsys.c
1216
STRUCT_FSET(apinfo, ap_termid.machine, ainfo->ai_termid.at_addr[0]);
usr/src/uts/common/syscall/auditsys.c
1217
STRUCT_FSET(apinfo, ap_mask, ainfo->ai_mask);
usr/src/uts/common/syscall/auditsys.c
1269
STRUCT_FSET(apinfo, ap_auid, ainfo->ai_auid);
usr/src/uts/common/syscall/auditsys.c
1270
STRUCT_FSET(apinfo, ap_asid, ainfo->ai_asid);
usr/src/uts/common/syscall/auditsys.c
1279
STRUCT_FSET(apinfo, ap_termid.at_port, dev);
usr/src/uts/common/syscall/auditsys.c
1281
STRUCT_FSET(apinfo, ap_termid.at_port,
usr/src/uts/common/syscall/auditsys.c
1284
STRUCT_FSET(apinfo, ap_termid.at_port, ainfo->ai_termid.at_port);
usr/src/uts/common/syscall/auditsys.c
1286
STRUCT_FSET(apinfo, ap_termid.at_type, ainfo->ai_termid.at_type);
usr/src/uts/common/syscall/auditsys.c
1287
STRUCT_FSET(apinfo, ap_termid.at_addr[0], ainfo->ai_termid.at_addr[0]);
usr/src/uts/common/syscall/auditsys.c
1288
STRUCT_FSET(apinfo, ap_termid.at_addr[1], ainfo->ai_termid.at_addr[1]);
usr/src/uts/common/syscall/auditsys.c
1289
STRUCT_FSET(apinfo, ap_termid.at_addr[2], ainfo->ai_termid.at_addr[2]);
usr/src/uts/common/syscall/auditsys.c
1290
STRUCT_FSET(apinfo, ap_termid.at_addr[3], ainfo->ai_termid.at_addr[3]);
usr/src/uts/common/syscall/auditsys.c
1291
STRUCT_FSET(apinfo, ap_mask, ainfo->ai_mask);
usr/src/uts/common/syscall/auditsys.c
189
STRUCT_FSET(info, ai_auid, ainfo->ai_auid);
usr/src/uts/common/syscall/auditsys.c
190
STRUCT_FSET(info, ai_mask, ainfo->ai_mask);
usr/src/uts/common/syscall/auditsys.c
198
STRUCT_FSET(info, ai_termid.port, dev);
usr/src/uts/common/syscall/auditsys.c
200
STRUCT_FSET(info, ai_termid.port, ainfo->ai_termid.at_port);
usr/src/uts/common/syscall/auditsys.c
202
STRUCT_FSET(info, ai_termid.port, ainfo->ai_termid.at_port);
usr/src/uts/common/syscall/auditsys.c
204
STRUCT_FSET(info, ai_termid.machine, ainfo->ai_termid.at_addr[0]);
usr/src/uts/common/syscall/auditsys.c
205
STRUCT_FSET(info, ai_asid, ainfo->ai_asid);
usr/src/uts/common/syscall/auditsys.c
238
STRUCT_FSET(info, ai_auid, ainfo->ai_auid);
usr/src/uts/common/syscall/auditsys.c
239
STRUCT_FSET(info, ai_mask, ainfo->ai_mask);
usr/src/uts/common/syscall/auditsys.c
247
STRUCT_FSET(info, ai_termid.at_port, dev);
usr/src/uts/common/syscall/auditsys.c
249
STRUCT_FSET(info, ai_termid.at_port, ainfo->ai_termid.at_port);
usr/src/uts/common/syscall/auditsys.c
251
STRUCT_FSET(info, ai_termid.at_port, ainfo->ai_termid.at_port);
usr/src/uts/common/syscall/auditsys.c
253
STRUCT_FSET(info, ai_termid.at_type, ainfo->ai_termid.at_type);
usr/src/uts/common/syscall/auditsys.c
254
STRUCT_FSET(info, ai_termid.at_addr[0], ainfo->ai_termid.at_addr[0]);
usr/src/uts/common/syscall/auditsys.c
255
STRUCT_FSET(info, ai_termid.at_addr[1], ainfo->ai_termid.at_addr[1]);
usr/src/uts/common/syscall/auditsys.c
256
STRUCT_FSET(info, ai_termid.at_addr[2], ainfo->ai_termid.at_addr[2]);
usr/src/uts/common/syscall/auditsys.c
257
STRUCT_FSET(info, ai_termid.at_addr[3], ainfo->ai_termid.at_addr[3]);
usr/src/uts/common/syscall/auditsys.c
258
STRUCT_FSET(info, ai_asid, ainfo->ai_asid);
usr/src/uts/common/syscall/auditsys.c
570
STRUCT_FSET(info, ai_auid, kctx->auk_info.ai_auid);
usr/src/uts/common/syscall/auditsys.c
571
STRUCT_FSET(info, ai_mask, kctx->auk_info.ai_namask);
usr/src/uts/common/syscall/auditsys.c
579
STRUCT_FSET(info, ai_termid.at_port, dev);
usr/src/uts/common/syscall/auditsys.c
581
STRUCT_FSET(info, ai_termid.at_port,
usr/src/uts/common/syscall/auditsys.c
585
STRUCT_FSET(info, ai_termid.at_port,
usr/src/uts/common/syscall/auditsys.c
588
STRUCT_FSET(info, ai_termid.at_type,
usr/src/uts/common/syscall/auditsys.c
590
STRUCT_FSET(info, ai_termid.at_addr[0],
usr/src/uts/common/syscall/auditsys.c
592
STRUCT_FSET(info, ai_termid.at_addr[1],
usr/src/uts/common/syscall/auditsys.c
594
STRUCT_FSET(info, ai_termid.at_addr[2],
usr/src/uts/common/syscall/auditsys.c
596
STRUCT_FSET(info, ai_termid.at_addr[3],
usr/src/uts/common/syscall/auditsys.c
598
STRUCT_FSET(info, ai_asid, kctx->auk_info.ai_asid);
usr/src/uts/common/syscall/auditsys.c
691
STRUCT_FSET(qctrl, aq_hiwater, kctx->auk_queue.hiwater);
usr/src/uts/common/syscall/auditsys.c
692
STRUCT_FSET(qctrl, aq_lowater, kctx->auk_queue.lowater);
usr/src/uts/common/syscall/auditsys.c
693
STRUCT_FSET(qctrl, aq_bufsz, kctx->auk_queue.bufsz);
usr/src/uts/common/syscall/auditsys.c
694
STRUCT_FSET(qctrl, aq_delay, kctx->auk_queue.delay);
usr/src/uts/common/syscall/sem.c
427
STRUCT_FSET(sid, sem_nsems, sp->sem_nsems);
usr/src/uts/common/syscall/sem.c
428
STRUCT_FSET(sid, sem_otime, sp->sem_otime);
usr/src/uts/common/syscall/sem.c
429
STRUCT_FSET(sid, sem_ctime, sp->sem_ctime);
usr/src/uts/common/syscall/sem.c
430
STRUCT_FSET(sid, sem_binary, sp->sem_binary);
usr/src/uts/intel/io/dktp/controller/ata/ata_disk.c
3019
STRUCT_FSET(ds_arg, is_size, length);
usr/src/uts/intel/io/ucode_drv.c
172
STRUCT_FSET(h, ugv_errno, rc);
usr/src/uts/intel/io/ucode_drv.c
226
STRUCT_FSET(h, uw_errno, rc);
usr/src/uts/intel/io/ucode_drv.c
239
STRUCT_FSET(h, uw_errno, rc);