Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c573 size_t numprops; in list_props_cb() local
615 if ((proplist = read_instance_props(h, instname, &numprops, &err)) == in list_props_cb()
624 for (i = 0; i < numprops; i++) { in list_props_cb()
711 size_t numprops; in list_defaults() local
717 if ((proptable = read_default_props(h, &numprops, &err)) == NULL) { in list_defaults()
724 for (i = 0; i < numprops; i++) { in list_defaults()
755 size_t numprops; in modify_inst_props_cb() local
764 prop_table = get_prop_table(&numprops); in modify_inst_props_cb()
766 if ((mod = malloc(numprops * sizeof (inetd_prop_t))) == NULL) in modify_inst_props_cb()
769 (void) memcpy(mod, prop_table, numprops * sizeof (inetd_prop_t)); in modify_inst_props_cb()
[all …]