Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_notify_change.c153 int total_bytes, n_setup, n_param, n_data; in smb_nt_transact_notify_finish() local
196 n_setup = MBC_LENGTH(&xa->rep_setup_mb); in smb_nt_transact_notify_finish()
200 n_setup = (n_setup + 1) / 2; /* Convert to setup words */ in smb_nt_transact_notify_finish()
202 param_off = param_pad + 32 + 37 + (n_setup << 1) + 2; in smb_nt_transact_notify_finish()
209 (void) smbsr_encode_result(sr, 18+n_setup, total_bytes, in smb_nt_transact_notify_finish()
211 18 + n_setup, /* wct */ in smb_nt_transact_notify_finish()
220 n_setup, /* suwcnt */ in smb_nt_transact_notify_finish()
H A Dsmb_common_transact.c531 n_setup = (n_setup + 1) / 2; /* Conver to setup words */ in smb_nt_trans_dispatch()
540 18 + n_setup, /* wct */ in smb_nt_trans_dispatch()
549 n_setup, /* suwcnt */ in smb_nt_trans_dispatch()
814 uint16_t n_setup, n_param; in smb_trans_net_share_enum() local
948 10 + n_setup, /* wct */ in smb_trans_net_share_enum()
957 n_setup, /* suwcnt */ in smb_trans_net_share_enum()
1572 n_setup = (n_setup + 1) / 2; /* Convert to setup words */ in smb_trans_dispatch()
1582 10 + n_setup, /* wct */ in smb_trans_dispatch()
1591 n_setup, /* suwcnt */ in smb_trans_dispatch()
1767 n_setup = (n_setup + 1) / 2; /* Conver to setup words */ in smb_trans2_dispatch()
[all …]
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusbdi.h555 const struct usb_config *setup_start, uint16_t n_setup,
563 void usbd_transfer_unsetup(struct usb_xfer **pxfer, uint16_t n_setup);