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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c1685 ssize_t pnamelen, vallen; local
1728 if ((pnamelen = scf_property_get_name(prop, NULL, 0) + 1)
1736 if ((pnamebuf = malloc(pnamelen)) == NULL) {
1743 pnamelen);

Completed in 65 milliseconds