Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDlinker.h211 int linker_kldload_busy(int flags);
/freebsd-13-stable/sys/kern/
HDkern_linker.c1074 linker_kldload_busy(int flags) in linker_kldload_busy() function
1154 error = linker_kldload_busy(LINKER_UB_PCATCH); in kern_kldload()
1209 error = linker_kldload_busy(LINKER_UB_PCATCH); in kern_kldunload()