Searched refs:attention (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dglobals.h114 int (*attention)(void *, AFPUserBytes); member in struct:_AFPObj
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/char/
H A Dfs3270.c33 int attention; /* Got attention. */ member in struct:fs3270
36 wait_queue_head_t wait; /* Init & attention wait queue. */
218 /* Handle ATTN. Set indication and wake waiters for attention. */
220 fp->attention = 1;
259 rc = wait_event_interruptible(fp->wait, fp->attention);
260 fp->attention = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/
H A Dcm206.h154 x(bh), x(open), x(ioctl_multisession), x(attention)
H A Dcm206.c371 stats(attention);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpktcdvd.h162 atomic_t attention; /* Set to non-zero when queue processing is needed */ member in struct:packet_iosched
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpci_hotplug_core.c233 u8 attention; local
237 attention = (u8)(lattention & 0xff);
238 dbg (" - attention = %d\n", attention);
245 retval = slot->ops->set_attention_status(slot, attention);
255 .attr = {.name = "attention", .mode = S_IFREG | S_IRUGO | S_IWUSR},
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_asp.c221 obj->attention = (int (*)(void *, AFPUserBytes)) asp_attention;
H A Dafp_dsi.c352 if dsi->in_write is set attention, tickle (and close?) msg
357 /* send pending attention */
390 obj->attention = (int (*)(void *, AFPUserBytes)) dsi_attention;
677 case DSIFUNC_ATTN: /* attention replies */
H A Dvolume.c2505 0 no attention msg sent
2506 1 attention msg sent
2509 Note: if attention return -1 no packet has been
2531 if (!obj->attention(obj->handle, AFPATTN_NOTIFY | AFPATTN_VOLCHANGED))
2562 obj->attention(obj->handle, AFPATTN_NOTIFY | AFPATTN_VOLCHANGED);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Dpktcdvd.c501 atomic_set(&pd->iosched.attention, 1);
795 "Unit attention", "Data protect", "Blank check" };
876 atomic_set(&pd->iosched.attention, 1);
899 if (atomic_read(&pd->iosched.attention) == 0)
901 atomic_set(&pd->iosched.attention, 0);
1567 if (atomic_read(&pd->iosched.attention) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex516 transform orthogonality. Pay attention however to returning the
H A D04-codec.tex588 attention however to returning the correct data range; the amount of

Completed in 362 milliseconds