Home
last modified time | relevance | path

Searched refs:notified (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/Documentation/
Ddnotify.txt7 to be notified when a directory, or any of the files in it, are changed.
12 The application decides which "events" it wants to be notified about.
42 access to files served by local user mode servers should be notified.
44 be notified.
49 name "a/x" should be notified to a program expecting notifications on
50 directory "a", but will not be notified to one expecting notifications on
86 /* we will now be notified if any of the files
Dparport-lowlevel.txt119 In order to be notified about parallel ports when they are detected,
121 immediately be notified of all ports that have already been detected,
DConfigure.help24387 to get notified the temp has exceeded a range. With this option off,
/linux-2.4.37.9/drivers/macintosh/
Dapm_emu.c151 static int notified; in queue_event() local
153 if (notified++ == 0) in queue_event()
/linux-2.4.37.9/arch/i386/kernel/
Dapm.c1161 static int notified; in queue_event() local
1163 if (notified++ == 0) in queue_event()
1291 static int notified; in get_event() local
1298 if ((error != APM_NO_EVENTS) && (notified++ == 0)) in get_event()
/linux-2.4.37.9/Documentation/s390/
DCommonIO110 the device driver will be notified if possible, so the device will become
/linux-2.4.37.9/Documentation/usb/
Dhotplug.txt42 Only one parameter is required: the name of a subsystem being notified of
/linux-2.4.37.9/Documentation/arm/SA1100/
DDMA213 necessary to register the appropriate IRQ to be notified when the receiver
/linux-2.4.37.9/Documentation/filesystems/
Dcoda.txt228 be able to retrieve and place messages and to be notified of the
258 receive and be notified of messages are platform specific. We will
/linux-2.4.37.9/Documentation/i2c/
Dwriting-clients48 means that your driver will be notified when new adapters are found.