Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c1683 ssize_t pnamelen, vallen; in ra_list_props_cb() local
1726 if ((pnamelen = scf_property_get_name(prop, NULL, 0) + 1) in ra_list_props_cb()
1734 if ((pnamebuf = malloc(pnamelen)) == NULL) { in ra_list_props_cb()
1741 pnamelen); in ra_list_props_cb()