Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c399 static int smb_obj_expand(uintptr_t, uint_t, const smb_exp_t *, ulong_t);
667 if (smb_obj_expand(addr, opts, smb_server_exp, indent)) in smb_dcmd_server()
828 if (smb_obj_expand(addr, opts, smb_session_exp, indent)) in smb_dcmd_session()
1159 if (smb_obj_expand(addr, opts, smb_tree_exp, indent)) in smb_dcmd_tree()
2426 smb_obj_expand(uintptr_t addr, uint_t opts, const smb_exp_t *x, ulong_t indent) in smb_obj_expand() function