Searched refs:howp (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/inet/kssl/ |
H A D | ksslfilter.c | 312 kssl_shutdown_cb(sof_handle_t handle, void *cookie, int *howp, cred_t *cr) in kssl_shutdown_cb() argument 328 if (*howp == SHUT_RD) in kssl_shutdown_cb()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_xdr.c | 1710 createhow3 *howp; in xdr_CREATE3args() local 1716 howp = &objp->how; in xdr_CREATE3args() 1718 if (!xdr_enum(xdrs, (enum_t *)&howp->mode)) in xdr_CREATE3args() 1720 switch (howp->mode) { in xdr_CREATE3args() 1723 return (xdr_sattr3(xdrs, &howp->createhow3_u.obj_attributes)); in xdr_CREATE3args() 1731 return (xdr_u_longlong_t(xdrs, &howp->createhow3_u.verf)); in xdr_CREATE3args()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockfilter.c | 1401 sof_filter_shutdown(struct sonode *so, int *howp, cred_t *cr) in sof_filter_shutdown() argument 1403 __SOF_FILTER_OP(so, shutdown, cr, howp) in sof_filter_shutdown()
|