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
411 nego->neg_out_ctxs = nego->neg_in_ctxs; in smb31_decode_neg_ctxs()
589 smb2_arg_negotiate_t *nego; in smb2_newrq_negotiate() local
600 sr->arg.other = nego; // for dtrace in smb2_newrq_negotiate()
645 nego->neg_dialect_cnt = dialect_cnt; in smb2_newrq_negotiate()
646 if (nego->neg_dialect_cnt > 0) { in smb2_newrq_negotiate()
648 nego->neg_dialect_cnt, in smb2_newrq_negotiate()
649 nego->neg_dialects); in smb2_newrq_negotiate()
655 nego->neg_dialect_cnt); in smb2_newrq_negotiate()
658 nego->neg_in_ctxs.offset = neg_ctx_off; 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()