Home | Sort by: relevance | last modified time | path |
/src/sys/kern/ | |
kern_module.c | 1021 void *ls_start; local in function:module_load_sysctl 1033 &ls_start, &ls_size); 1035 count = ls_size / sizeof(ls_start); 1036 ls_funcp = ls_start; 1055 void *ls_start; local in function:module_load_evcnt 1067 &ls_start, &ls_size); 1070 ls_evp = ls_start; 1088 void *ls_start; local in function:module_unload_evcnt 1100 &ls_start, &ls_size); 1103 ls_evp = (void *)((char *)ls_start + ls_size) [all...] |