Searched refs:aux (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/sendmail/
H A DMakefile81 CLEAN_PATHS += $(FILE_DIR)/aux/mailq
149 COMPONENT_POST_BUILD_ACTION = cd $(FILE_DIR)/aux ; \
152 COMPONENT_POST_INSTALL_ACTION += cd $(FILE_DIR)/aux ; $(GMAKE) install ;
/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c2833 struct tpacket_auxdata aux; variable in typeref:struct:tpacket_auxdata
2845 memcpy(&aux, CMSG_DATA(cmsg),
2846 sizeof (aux));
2847 action_type = aux.tp_of_action;
2848 port_no = aux.tp_of_port;
2849 tuninfop = &aux.tp_tun_info;
H A Dnetdev-solaris.c330 * RTM_GETTCLASS message, and passes them to 'cb' along with 'aux'.
337 void *aux);
1918 netdev_dump_queue_stats_cb *cb OVS_UNUSED, void *aux OVS_UNUSED)

Completed in 36 milliseconds