Searched defs:get_prom_prop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dadopt.c58 static boolean_t get_prom_prop(const char *, const char *, uchar_t **,
144 if (!get_prom_prop("chosen", "client-id", &dsmp->dsm_cid,
256 * get_prom_prop(): get the value of the named property on the named node in
272 get_prom_prop(const char *nodename, const char *propname, uchar_t **propvaluep, function
289 dhcpmsg(MSG_DEBUG, "get_prom_prop: property root node "
307 dhcpmsg(MSG_DEBUG, "get_prom_prop: node not found");
319 dhcpmsg(MSG_DEBUG, "get_prom_prop: property = %s",
328 dhcpmsg(MSG_DEBUG, "get_prom_prop: property not found");
344 dhcpmsg(MSG_ERR, "get_prom_prop: cannot read property data");
361 dhcpmsg(MSG_ERR, "get_prom_prop
[all...]

Completed in 47 milliseconds