Solved Where is the definition and implementation of kldload?

I am trying to find the implementation of kldload function, which is used in /usr/src/sbin/kldload/kldload.c, L177
Code:
fileid = kldload(argv[0]);

I searched the kernel code but couldn't really find its implementation!

I appreciate your help.
 
Back
Top