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

/illumos-gate/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] =
578 mdb_arg_t new_argv[SMB_MDB_MAX_OPTS];
588 new_argc = smb_dcmd_setopt(opts, SMB_MDB_MAX_OPTS, new_argv);
2466 for (i = 0; i < SMB_MDB_MAX_OPTS; i++) {
2485 mdb_arg_t argv[SMB_MDB_MAX_OPTS];
2487 argc = smb_dcmd_setopt(opts | SMB_OPT_WALK, SMB_MDB_MAX_OPTS, argv);
2523 mdb_arg_t argv[SMB_MDB_MAX_OPTS];
2525 argc = smb_dcmd_setopt(opts, SMB_MDB_MAX_OPTS, argv);

Completed in 267 milliseconds