Searched refs:smb_dcmd_setopt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c421 static int smb_dcmd_setopt(uint_t, int, mdb_arg_t *);
588 new_argc = smb_dcmd_setopt(opts, SMB_MDB_MAX_OPTS, new_argv);
2452 * smb_dcmd_setopt
2461 smb_dcmd_setopt(uint_t opts, int max_argc, mdb_arg_t *argv) function
2487 argc = smb_dcmd_setopt(opts | SMB_OPT_WALK, SMB_MDB_MAX_OPTS, argv);
2525 argc = smb_dcmd_setopt(opts, SMB_MDB_MAX_OPTS, argv);

Completed in 76 milliseconds