Searched refs:aif (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/dev/aacraid/
H A Daacraid_debug.c176 aacraid_print_aif(struct aac_softc *sc, struct aac_aif_command *aif) argument
178 switch(aif->command) {
180 device_printf(sc->aac_dev, "EventNotify(%d)\n", aif->seqNumber);
181 switch(aif->data.EN.type) {
184 (int)sizeof(aif->data.EN.data.EG),
185 aif->data.EN.data.EG.text);
198 aif->data.EN.data.ECC.container[0],
199 aif->data.EN.data.ECC.container[1]);
204 aif->data.EN.data.EDF.deviceHandle);
210 aif
[all...]
H A Daacraid.c3120 struct aac_aif_command *aif; local
3131 aif = (struct aac_aif_command*)&fib->data[0];
3132 aacraid_print_aif(sc, aif);
3135 switch (le32toh(aif->command)) {
3137 switch (le32toh(aif->data.EN.type)) {
3229 switch (le32toh(aif->data.EN.data.EEE.eventType)) {
3232 channel = le32toh(aif->data.EN.data.EEE.unitID);
3244 channel = le32toh(aif->data.EN.data.ECE.container);
3276 /* On the off chance that someone is sleeping for an aif... */
H A Daacraid_var.h526 struct aac_aif_command *aif);
/freebsd-current/sys/dev/aac/
H A Daac_debug.c263 aac_print_aif(struct aac_softc *sc, struct aac_aif_command *aif) argument
265 switch(aif->command) {
267 device_printf(sc->aac_dev, "EventNotify(%d)\n", aif->seqNumber);
268 switch(aif->data.EN.type) {
271 (int)sizeof(aif->data.EN.data.EG),
272 aif->data.EN.data.EG.text);
285 aif->data.EN.data.ECC.container[0],
286 aif->data.EN.data.ECC.container[1]);
291 aif->data.EN.data.EDF.deviceHandle);
297 aif
[all...]
H A Daac.c3219 struct aac_aif_command *aif; local
3229 aif = (struct aac_aif_command*)&fib->data[0];
3230 aac_print_aif(sc, aif);
3233 switch (aif->command) {
3235 switch (aif->data.EN.type) {
3335 switch (aif->data.EN.data.EEE.eventType) {
3338 channel = aif->data.EN.data.EEE.unitID;
3349 channel = aif->data.EN.data.ECE.container;
3380 /* On the off chance that someone is sleeping for an aif... */
H A Daacvar.h491 struct aac_aif_command *aif);
/freebsd-current/tools/tools/switch_tls/
H A Dswitch_tls.c280 struct addrinfo *ail, *local, *aif, *foreign; local
303 for (aif = foreign; aif != NULL; aif = aif->ai_next) {
304 if (ail->ai_family != aif->ai_family)
307 if (!tcpswitch(ail->ai_addr, aif->ai_addr, mode))
/freebsd-current/usr.sbin/tcpdrop/
H A Dtcpdrop.c298 struct addrinfo *ail, *local, *aif, *foreign; local
321 for (aif = foreign; aif != NULL; aif = aif->ai_next) {
322 if (ail->ai_family != aif->ai_family)
325 if (!tcpdrop(ail->ai_addr, aif->ai_addr))

Completed in 99 milliseconds