Home
last modified time | relevance | path

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

/titanic_44/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_44/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c6746 ipqos_conf_act_ref_t *aref; in add_aref() local
6752 aref = malloc(sizeof (ipqos_conf_act_ref_t)); in add_aref()
6753 if (aref == NULL) { in add_aref()
6757 (void) bzero(aref, sizeof (ipqos_conf_act_ref_t)); in add_aref()
6762 (void) strlcpy(aref->field, field, IPQOS_CONF_PNAME_LEN); in add_aref()
6765 (void) strlcpy(aref->name, action_name, IPQOS_CONF_NAME_LEN); in add_aref()
6769 aref->next = *arefs; in add_aref()
6770 *arefs = aref; in add_aref()
6783 ipqos_conf_act_ref_t *aref = arefs; in free_arefs() local
6786 while (aref) { in free_arefs()
[all …]