Searched defs:open_disp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_file.c87 int open_disp, int create_opts)
118 ioc.ioc_open_disp = open_disp;
143 int error, mode, open_disp, req_acc, share_acc; local
233 open_disp = FILE_CREATE;
235 open_disp = FILE_OVERWRITE_IF;
237 open_disp = FILE_OPEN_IF;
241 open_disp = FILE_OVERWRITE;
243 open_disp = FILE_OPEN;
247 FILE_ATTRIBUTE_NORMAL, share_acc, open_disp,
85 smbfs_fh_ntcreate(struct smb_ctx *ctx, char *path, int req_acc, int efattr, int share_acc, int open_disp, int create_opts) argument

Completed in 21 milliseconds