Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_fsctl_odx.c184 struct tok_native1 *tn1; in smb2_fsctl_odx_read() local
362 tn1->tn1_off = in_file_off; in smb2_fsctl_odx_read()
363 tn1->tn1_eof = src_size; in smb2_fsctl_odx_read()
654 struct tok_native1 *tn1; in smb2_fsctl_odx_write_native1() local
918 &tn1->tn1_off, in smb_odx_get_token_native1()
919 &tn1->tn1_eof, in smb_odx_get_token_native1()
920 &tn1->tn1_tid); in smb_odx_get_token_native1()
984 tn1->tn1_fid.temporal, in smb_odx_put_token_native1()
985 tn1->tn1_off, in smb_odx_put_token_native1()
986 tn1->tn1_eof, in smb_odx_put_token_native1()
[all …]
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c398 uint_t npref, tn1 = 0, tn2 = 0; in get_email_prefs() local
465 if (nd_split_list(nhdl, arr1[0], ",", &tmparr1, &tn1) != 0 || in get_email_prefs()
473 if ((ep->ep_num_recips = nd_merge_strarray(nhdl, tmparr1, tn1, in get_email_prefs()
559 if (tn1) in get_email_prefs()
560 nd_free_strarray(tmparr1, tn1); in get_email_prefs()