search for: nition

Displaying 2 results from an estimated 2 matches for "nition".

Did you mean: nation
2003 Apr 18
1
4.8 buildworld compilation problem: kdump
.../usr/src/i386/usr/include > ioctl.c^M In file included from :20:^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:860: warning: `EATAUSRCMD' redefined^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:265: warning: this is the location of the previous definition^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:861: warning: `DPT_SIGNATURE' redefined^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/asr/osd_unix.h:269: warning: this is the location of the previous definition^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dp...
2023 Jan 30
1
[PATCH 3/4] virtio_ring: introduce a per virtqueue waitqueue
...slow device has already transferred some data by the time it is > interrupted by a signal handler, > then the call will return a success status (normally, the > number of bytes transferred). Note that a (local) disk is not a slow > device according to this defi? > nition; I/O operations on disk devices are not interrupted by signals. > """ And note that if you interrupt then you don't know whether ioctl changed device state or not generally. > > > > > > > > > Actually, a driver timeout is used by other drivers when...