OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:filedict
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_module.c
1136
prop_dictionary_t
filedict
;
local in function:module_do_load
1144
filedict
= NULL;
1223
&
filedict
);
1399
if (
filedict
) {
1400
if (!module_merge_dicts(
filedict
, props)) {
1420
error = (*mi->mi_modcmd)(MODULE_CMD_INIT,
filedict
?
filedict
: props);
1422
if (
filedict
) {
1423
prop_object_release(
filedict
);
1424
filedict
= NULL
[
all
...]
kern_module.c
1136
prop_dictionary_t
filedict
;
local in function:module_do_load
1144
filedict
= NULL;
1223
&
filedict
);
1399
if (
filedict
) {
1400
if (!module_merge_dicts(
filedict
, props)) {
1420
error = (*mi->mi_modcmd)(MODULE_CMD_INIT,
filedict
?
filedict
: props);
1422
if (
filedict
) {
1423
prop_object_release(
filedict
);
1424
filedict
= NULL
[
all
...]
Completed in 602 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025