HomeSort by: relevance | last modified time | path
    Searched defs:ls_start (Results 1 - 1 of 1) sorted by relevancy

  /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...]

Completed in 13 milliseconds