Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c58 #define SMB_MDB_MAX_OPTS 10 macro
122 static smb_mdb_opts_t smb_opts[SMB_MDB_MAX_OPTS] =
545 mdb_arg_t new_argv[SMB_MDB_MAX_OPTS]; in smblist_dcmd()
556 new_argc = smb_dcmd_setopt(opts, SMB_MDB_MAX_OPTS, new_argv); in smblist_dcmd()
3740 for (i = 0; i < SMB_MDB_MAX_OPTS; i++) { in smb_dcmd_setopt()
3760 mdb_arg_t argv[SMB_MDB_MAX_OPTS]; in smb_obj_expand()
3762 argc = smb_dcmd_setopt(opts | SMB_OPT_WALK, SMB_MDB_MAX_OPTS, argv); in smb_obj_expand()
3806 mdb_arg_t argv[SMB_MDB_MAX_OPTS]; in smb_obj_list()
3808 argc = smb_dcmd_setopt(opts, SMB_MDB_MAX_OPTS, argv); in smb_obj_list()