Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c46 #define SMB_MDB_MAX_OPTS 9 macro
93 static smb_mdb_opts_t smb_opts[SMB_MDB_MAX_OPTS] =
555 mdb_arg_t new_argv[SMB_MDB_MAX_OPTS]; in smb_dcmd_list()
565 new_argc = smb_dcmd_setopt(opts, SMB_MDB_MAX_OPTS, new_argv); in smb_dcmd_list()
2411 for (i = 0; i < SMB_MDB_MAX_OPTS; i++) { in smb_dcmd_setopt()
2430 mdb_arg_t argv[SMB_MDB_MAX_OPTS]; in smb_obj_expand()
2432 argc = smb_dcmd_setopt(opts | SMB_OPT_WALK, SMB_MDB_MAX_OPTS, argv); in smb_obj_expand()
2468 mdb_arg_t argv[SMB_MDB_MAX_OPTS]; in smb_obj_list()
2470 argc = smb_dcmd_setopt(opts, SMB_MDB_MAX_OPTS, argv); in smb_obj_list()