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

  /src/sbin/modload/
main.c 186 bool boolvalue; local
194 boolvalue = true;
198 boolvalue = false;
202 if (!prop_dictionary_set_bool(props, name, boolvalue))
main.c 186 bool boolvalue; local
194 boolvalue = true;
198 boolvalue = false;
202 if (!prop_dictionary_set_bool(props, name, boolvalue))

Completed in 30 milliseconds