Home
last modified time | relevance | path

Searched refs:bprop (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.c169 find_bootprop(const char *str, const char *bprop) in find_bootprop() argument
175 assert(bprop); in find_bootprop()
177 bplen = strlen(bprop); in find_bootprop()
196 if (len == bplen && strncmp(s, bprop, bplen) == 0) in find_bootprop()