Home
last modified time | relevance | path

Searched refs:nego (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_negotiate.c208 smb2_arg_negotiate_t *nego = sr->arg.other; in smb31_decode_neg_ctxs() local
209 smb2_neg_ctxs_t *neg_ctxs = &nego->neg_in_ctxs; in smb31_decode_neg_ctxs()
411 nego->neg_out_ctxs = nego->neg_in_ctxs; in smb31_decode_neg_ctxs()
421 smb2_arg_negotiate_t *nego = sr->arg.other; in smb31_encode_neg_ctxs() local
422 smb2_neg_ctxs_t *neg_ctxs = &nego->neg_out_ctxs; in smb31_encode_neg_ctxs()
589 smb2_arg_negotiate_t *nego; in smb2_newrq_negotiate() local
599 nego = smb_srm_zalloc(sr, sizeof (smb2_arg_negotiate_t)); in smb2_newrq_negotiate()
600 sr->arg.other = nego; // for dtrace in smb2_newrq_negotiate()
643 nego->neg_dialect_cnt = SMB2_NEGOTIATE_MAX_DIALECTS; in smb2_newrq_negotiate()
645 nego->neg_dialect_cnt = dialect_cnt; in smb2_newrq_negotiate()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c671 int nego = 0; in contract_ack() local
684 nego = 1; in contract_ack()
704 if (error || !nego) in contract_ack()
750 int nego = 0; in contract_qack() local
760 nego = 1; in contract_qack()
773 if (!nego) in contract_qack()