Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c181 char *prop_result, size_t prop_result_size) in resolve_udiprop_path() argument
197 strncpy (prop_result, path, prop_result_size); in resolve_udiprop_path()
221 strncpy (prop_result, curtoken, prop_result_size); in resolve_udiprop_path()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1772 int prop_result; in match_prop() local
1777 prop_result = xmlStrcmp(gotten_prop, (const xmlChar *) user_prop); in match_prop()
1779 return ((prop_result == 0)); /* empty strings will match */ in match_prop()