Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/
H A Dsuspend_info.c44 enum vm_suspend_how *howp; member
68 *vtc->howp = vexit.u.suspended.how; in vcpu0_thread()
121 .howp = &how, in test_plain_suspend()
155 .howp = &vcpu0_how, in test_emitted_triplefault()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c1709 createhow3 *howp; in xdr_CREATE3args() local
1715 howp = &objp->how; in xdr_CREATE3args()
1717 if (!xdr_enum(xdrs, (enum_t *)&howp->mode)) in xdr_CREATE3args()
1719 switch (howp->mode) { in xdr_CREATE3args()
1722 return (xdr_sattr3(xdrs, &howp->createhow3_u.obj_attributes)); in xdr_CREATE3args()
1730 return (xdr_u_longlong_t(xdrs, &howp->createhow3_u.verf)); in xdr_CREATE3args()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c1402 sof_filter_shutdown(struct sonode *so, int *howp, cred_t *cr) in sof_filter_shutdown() argument
1404 __SOF_FILTER_OP(so, shutdown, cr, howp) in sof_filter_shutdown()