Searched refs:gotten_prop (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c2307 char *gotten_prop; local
2310 if (fetch_alloc_prop(handle, cur, attr, &gotten_prop) != Z_OK)
2313 prop_result = strcmp(gotten_prop, user_prop);
2314 free(gotten_prop);

Completed in 42 milliseconds