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

  /src/sbin/modload/
main.c 210 int64_t intvalue; local in function:parse_int_param
215 if (dehumanize_number(value, &intvalue) != 0)
218 if (!prop_dictionary_set_int64(props, name, intvalue))
main.c 210 int64_t intvalue; local in function:parse_int_param
215 if (dehumanize_number(value, &intvalue) != 0)
218 if (!prop_dictionary_set_int64(props, name, intvalue))

Completed in 73 milliseconds