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

/freebsd-current/sys/dev/tdfx/
H A Dtdfx_linux.h47 SYSUNINIT(n##unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,\
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineOrder.h75 static void unregister() { HasBeenRegistered = false; } function in class:llvm::PluginInlineOrderAnalysis
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h262 ~CrashRecoveryContextCleanupRegistrar() { unregister(); }
264 void unregister() {
/freebsd-current/usr.sbin/ypserv/
H A Dyp_main.c181 unregister(void) function
208 unregister();
230 unregister();
240 unregister();
523 unregister();
/freebsd-current/tests/
H A Dconftest.py97 config.pluginmanager.unregister(reporter)
/freebsd-current/include/
H A Dnsswitch.h220 nss_module_unregister_fn unregister; /* called to unload module */ member in struct:_ns_mod
/freebsd-current/lib/libc/net/
H A Dnsdispatch.c534 mod.mtab = fn(mod.name, &mod.mtabsize, &mod.unregister);
559 if (mod->unregister != NULL)
560 mod->unregister(mod->mtab, mod->mtabsize);
/freebsd-current/sys/security/mac/
H A Dmac_framework.c98 SDT_PROBE_DEFINE1(mac, , policy, unregister,
635 SDT_PROBE1(mac, , policy, unregister, mpc);
674 /* Don't unregister the module if it was never registered. */
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc76 // don't to unregister. Just un-mprotect and free() the zone.
/freebsd-current/usr.sbin/nfsd/
H A Dnfsd.c135 * -d - unregister with rpcbind
154 int on = 1, unregister, reregister, sock; local
171 unregister = reregister = tcpflag = maxsock = 0;
210 unregister = 1;
296 if (unregister) {
/freebsd-current/sys/dev/hptmv/
H A Dentry.c1337 unregister:
1356 goto unregister;
1368 goto unregister;
1382 goto unregister;
1396 goto unregister;
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c513 goto unregister;
537 unregister:
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp572 CICleanup.unregister();
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c765 goto unregister;
785 unregister:

Completed in 314 milliseconds