Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/device_remap/
H A Ddevice_remap.pl436 my $aref;
437 foreach $aref (values %roots) {
438 @aliases = sort { length($b) <=> length($a) } @$aref;
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c6752 ipqos_conf_act_ref_t *aref; in add_aref() local
6758 aref = malloc(sizeof (ipqos_conf_act_ref_t)); in add_aref()
6759 if (aref == NULL) { in add_aref()
6763 (void) bzero(aref, sizeof (ipqos_conf_act_ref_t)); in add_aref()
6768 (void) strlcpy(aref->field, field, IPQOS_CONF_PNAME_LEN); in add_aref()
6771 (void) strlcpy(aref->name, action_name, IPQOS_CONF_NAME_LEN); in add_aref()
6775 aref->next = *arefs; in add_aref()
6776 *arefs = aref; in add_aref()
6789 ipqos_conf_act_ref_t *aref = arefs; in free_arefs() local
6792 while (aref) { in free_arefs()
[all …]