Home
last modified time | relevance | path

Searched refs:SMBIOC_DUP_DEV (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dprint.c78 if (ioctl(new_fd, SMBIOC_DUP_DEV, &from_fd) == -1) { in smb_open_printer()
H A Dfile.c99 if (ioctl(new_fd, SMBIOC_DUP_DEV, &from_fd) == -1) { in smb_fh_ntcreate()
/titanic_50/usr/src/uts/common/netsmb/
H A Dsmb_dev.h391 SMBIOC_DUP_DEV, /* duplicate dev handle */ enumerator
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_dev.c364 case SMBIOC_DUP_DEV: in nsmb_ioctl()