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
358 tok->tok_len = sizeof (*tn1); in smb2_fsctl_odx_read()
359 tn1 = &tok->tok_u.u_tok_native1; in smb2_fsctl_odx_read()
360 tn1->tn1_fid.persistent = ofile->f_persistid; in smb2_fsctl_odx_read()
361 tn1->tn1_fid.temporal = ofile->f_fid; in smb2_fsctl_odx_read()
362 tn1->tn1_off = in_file_off; in smb2_fsctl_odx_read()
363 tn1->tn1_eof = src_size; in smb2_fsctl_odx_read()
364 tn1->tn1_tid = sr->smb_tid; in smb2_fsctl_odx_read()
654 struct tok_native1 *tn1; in smb2_fsctl_odx_write_native1() local
676 tn1 = &tok->tok_u.u_tok_native1; in smb2_fsctl_odx_write_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()