Searched refs:bprop (Results 1 – 1 of 1) sorted by relevance
169 find_bootprop(const char *str, const char *bprop) in find_bootprop() argument175 assert(bprop); in find_bootprop()177 bplen = strlen(bprop); in find_bootprop()196 if (len == bplen && strncmp(s, bprop, bplen) == 0) in find_bootprop()