Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fem.c40 static fem_t *smb_fcn_ops = NULL; variable
116 rc = fem_create("smb_fcn_ops", smb_fcn_tmpl, &smb_fcn_ops); in smb_fem_init()
124 fem_free(smb_fcn_ops); in smb_fem_init()
125 smb_fcn_ops = NULL; in smb_fem_init()
146 if (smb_fcn_ops != NULL) { in smb_fem_fini()
147 fem_free(smb_fcn_ops); in smb_fem_fini()
148 smb_fcn_ops = NULL; in smb_fem_fini()
167 if (smb_fcn_ops == NULL) in smb_fem_fcn_install()
169 rc = fem_install(node->vp, smb_fcn_ops, (void *)node, OPARGUNIQ, in smb_fem_fcn_install()
179 if (smb_fcn_ops == NULL) in smb_fem_fcn_uninstall()
[all …]