Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c63 #define SMB_OPT_TREE 0x00000010 macro
127 { "-t", SMB_OPT_TREE },
830 { SMB_OPT_TREE | SMB_OPT_OFILE | SMB_OPT_ODIR, "list",
1664 opts |= SMB_OPT_TREE; in smbtree_dcmd()
1670 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_TREE)) || in smbtree_dcmd()
1745 SMB_OPT_USER | SMB_OPT_TREE | SMB_OPT_OFILE); in smbodir_dcmd()
1865 SMB_OPT_USER | SMB_OPT_TREE | SMB_OPT_ODIR); in smbofile_dcmd()
3716 't', MDB_OPT_SETBITS, SMB_OPT_TREE, opts, in smb_dcmd_getopt()