Home
last modified time | relevance | path

Searched refs:PollFd (Results 1 – 25 of 9032) sorted by relevance

12345678910>>...362

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Sockets/DataSink/
H A DDataSink.c57 struct pollfd PollFd[ MAX_CONNECTIONS ]; variable
141 PollFd[ Index ].fd = ListenSocket; in SocketAccept()
143 PollFd[ Index ].revents = 0; in SocketAccept()
295 FdCount = poll ( &PollFd[0], in SocketPoll()
320 if ( 0 != PollFd[ Index ].revents ) { in SocketPoll()
378 PollFd[ Index ].fd, in SocketPoll()
793 PollFd[ Index ].fd )); in SocketPoll()
800 PollFd[ EntryPrevious ].events = PollFd[ Entry ].events; in SocketPoll()
801 PollFd[ EntryPrevious ].fd = PollFd[ Entry ].fd; in SocketPoll()
802 PollFd[ EntryPrevious ].revents = PollFd[ Entry ].revents; in SocketPoll()
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/Event/
H A DPoll.hsc49 pollChanges :: {-# UNPACK #-} !(MVar (A.Array PollFd))
50 , pollFd :: {-# UNPACK #-} !(A.Array PollFd)
60 A.snoc ary $ PollFd fd (fromEvent nevt) (fromEvent oevt)
66 reworkFd :: Poll -> PollFd -> IO ()
67 reworkFd p (PollFd fd npevt opevt) = do
70 then A.snoc ary $ PollFd fd npevt 0
112 c_pollLoop :: Ptr PollFd -> CNfds -> Int -> IO CInt
149 data PollFd = PollFd { type
186 instance Storable PollFd where
194 let !pollFd' = PollFd fd events revents
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/nix-0.23.0/src/
H A Dpoll.rs21 pub struct PollFd { struct
25 impl PollFd { implementation
28 pub const fn new(fd: RawFd, events: PollFlags) -> PollFd { in new() argument
29 PollFd { in new()
55 impl AsRawFd for PollFd { implementation
135 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
154 pub fn ppoll(fds: &mut [PollFd], timeout: Option<TimeSpec>, sigmask: SigSet) -> Result<libc::c_int>… in ppoll() argument
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/nix-0.23.1/src/
H A Dpoll.rs21 pub struct PollFd { struct
25 impl PollFd { implementation
28 pub const fn new(fd: RawFd, events: PollFlags) -> PollFd { in new() argument
29 PollFd { in new()
55 impl AsRawFd for PollFd { implementation
135 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
154 pub fn ppoll(fds: &mut [PollFd], timeout: Option<TimeSpec>, sigmask: SigSet) -> Result<libc::c_int>… in ppoll() argument
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/nix-0.23.0/src/
H A Dpoll.rs21 pub struct PollFd { struct
25 impl PollFd { implementation
28 pub const fn new(fd: RawFd, events: PollFlags) -> PollFd { in new() argument
29 PollFd { in new()
55 impl AsRawFd for PollFd { implementation
135 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
154 pub fn ppoll(fds: &mut [PollFd], timeout: Option<TimeSpec>, sigmask: SigSet) -> Result<libc::c_int>… in ppoll() argument
/dports/devel/git-delta/delta-0.9.2/cargo-crates/nix-0.23.0/src/
H A Dpoll.rs21 pub struct PollFd { struct
25 impl PollFd { argument
28 pub const fn new(fd: RawFd, events: PollFlags) -> PollFd { in new() argument
29 PollFd { in new()
55 impl AsRawFd for PollFd { implementation
135 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
154 pub fn ppoll(fds: &mut [PollFd], timeout: Option<TimeSpec>, sigmask: SigSet) -> Result<libc::c_int>… in ppoll() argument
/dports/net/krill/krill-0.9.4/cargo-crates/nix-0.23.0/src/
H A Dpoll.rs21 pub struct PollFd { struct
25 impl PollFd { argument
28 pub const fn new(fd: RawFd, events: PollFlags) -> PollFd { in new() argument
29 PollFd { in new()
55 impl AsRawFd for PollFd { implementation
135 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
154 pub fn ppoll(fds: &mut [PollFd], timeout: Option<TimeSpec>, sigmask: SigSet) -> Result<libc::c_int>… in ppoll() argument
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/nix-0.23.0/src/
H A Dpoll.rs21 pub struct PollFd { struct
25 impl PollFd { impl
28 pub const fn new(fd: RawFd, events: PollFlags) -> PollFd { in new() argument
29 PollFd { in new()
55 impl AsRawFd for PollFd { implementation
135 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
154 pub fn ppoll(fds: &mut [PollFd], timeout: Option<TimeSpec>, sigmask: SigSet) -> Result<libc::c_int>… in ppoll() argument
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/nix-0.23.0/src/
H A Dpoll.rs21 pub struct PollFd { struct
25 impl PollFd { implementation
28 pub const fn new(fd: RawFd, events: PollFlags) -> PollFd { in new() argument
29 PollFd { in new()
55 impl AsRawFd for PollFd { implementation
135 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
154 pub fn ppoll(fds: &mut [PollFd], timeout: Option<TimeSpec>, sigmask: SigSet) -> Result<libc::c_int>… in ppoll() argument
/dports/www/zola/zola-0.15.2/cargo-crates/nix-0.23.0/src/
H A Dpoll.rs21 pub struct PollFd {
25 impl PollFd {
28 pub const fn new(fd: RawFd, events: PollFlags) -> PollFd {
29 PollFd {
55 impl AsRawFd for PollFd {
135 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> {
154 pub fn ppoll(fds: &mut [PollFd], timeout: Option<TimeSpec>, sigmask: SigSet) -> Result<libc::c_int>…
/dports/deskutils/just/just-0.10.5/cargo-crates/nix-0.23.0/src/
H A Dpoll.rs21 pub struct PollFd { struct
25 impl PollFd { impl
28 pub const fn new(fd: RawFd, events: PollFlags) -> PollFd { in new() argument
29 PollFd { in new()
55 impl AsRawFd for PollFd { implementation
135 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
154 pub fn ppoll(fds: &mut [PollFd], timeout: Option<TimeSpec>, sigmask: SigSet) -> Result<libc::c_int>… in ppoll() argument
/dports/sysutils/fd/fd-8.3.0/cargo-crates/nix-0.23.0/src/
H A Dpoll.rs21 pub struct PollFd {
25 impl PollFd {
28 pub const fn new(fd: RawFd, events: PollFlags) -> PollFd {
29 PollFd {
55 impl AsRawFd for PollFd {
135 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> {
154 pub fn ppoll(fds: &mut [PollFd], timeout: Option<TimeSpec>, sigmask: SigSet) -> Result<libc::c_int>…
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nix-0.9.0/src/
H A Dpoll.rs11 pub struct PollFd { struct
15 impl PollFd { argument
16 pub fn new(fd: libc::c_int, events: EventFlags) -> PollFd { in new() argument
17 PollFd { in new()
46 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
57 pub fn ppoll(fds: &mut [PollFd], timeout: TimeSpec, sigmask: SigSet) -> Result<libc::c_int> { in ppoll() argument
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.9.0/src/
H A Dpoll.rs11 pub struct PollFd { struct
15 impl PollFd { argument
16 pub fn new(fd: libc::c_int, events: EventFlags) -> PollFd { in new() argument
17 PollFd { in new()
46 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
57 pub fn ppoll(fds: &mut [PollFd], timeout: TimeSpec, sigmask: SigSet) -> Result<libc::c_int> { in ppoll() argument
/dports/devel/sccache/sccache-0.2.15/cargo-crates/nix-0.14.1/src/
H A Dpoll.rs23 pub struct PollFd { struct
27 impl PollFd { impl
30 pub fn new(fd: RawFd, events: PollFlags) -> PollFd { in new() argument
31 PollFd { in new()
46 impl fmt::Debug for PollFd { implementation
133 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
151 pub fn ppoll(fds: &mut [PollFd], timeout: TimeSpec, sigmask: SigSet) -> Result<libc::c_int> { in ppoll() argument
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/nix-0.14.1/src/
H A Dpoll.rs23 pub struct PollFd { struct
27 impl PollFd { argument
30 pub fn new(fd: RawFd, events: PollFlags) -> PollFd { in new() argument
31 PollFd { in new()
46 impl fmt::Debug for PollFd { implementation
133 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
151 pub fn ppoll(fds: &mut [PollFd], timeout: TimeSpec, sigmask: SigSet) -> Result<libc::c_int> { in ppoll() argument
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/nix-0.14.1/src/
H A Dpoll.rs23 pub struct PollFd { struct
27 impl PollFd { implementation
30 pub fn new(fd: RawFd, events: PollFlags) -> PollFd { in new() argument
31 PollFd { in new()
46 impl fmt::Debug for PollFd { implementation
133 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
151 pub fn ppoll(fds: &mut [PollFd], timeout: TimeSpec, sigmask: SigSet) -> Result<libc::c_int> { in ppoll() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/nix/src/
H A Dpoll.rs23 pub struct PollFd { struct
27 impl PollFd { argument
30 pub fn new(fd: RawFd, events: EventFlags) -> PollFd { in new() argument
31 PollFd { in new()
46 impl fmt::Debug for PollFd { implementation
133 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
151 pub fn ppoll(fds: &mut [PollFd], timeout: TimeSpec, sigmask: SigSet) -> Result<libc::c_int> { in ppoll() argument
/dports/games/dose-response/dose-response-179c326/cargo-crates/nix-0.13.0/src/
H A Dpoll.rs23 pub struct PollFd { struct
27 impl PollFd { impl
30 pub fn new(fd: RawFd, events: EventFlags) -> PollFd { in new() argument
31 PollFd { in new()
46 impl fmt::Debug for PollFd { implementation
133 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
151 pub fn ppoll(fds: &mut [PollFd], timeout: TimeSpec, sigmask: SigSet) -> Result<libc::c_int> { in ppoll() argument
/dports/games/dose-response/dose-response-179c326/cargo-crates/nix-0.11.0/src/
H A Dpoll.rs23 pub struct PollFd { struct
27 impl PollFd { impl
30 pub fn new(fd: RawFd, events: EventFlags) -> PollFd { in new() argument
31 PollFd { in new()
46 impl fmt::Debug for PollFd { implementation
133 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
151 pub fn ppoll(fds: &mut [PollFd], timeout: TimeSpec, sigmask: SigSet) -> Result<libc::c_int> { in ppoll() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/nix/src/
H A Dpoll.rs23 pub struct PollFd { struct
27 impl PollFd { impl
30 pub fn new(fd: RawFd, events: EventFlags) -> PollFd { in new() argument
31 PollFd { in new()
46 impl fmt::Debug for PollFd { implementation
133 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
151 pub fn ppoll(fds: &mut [PollFd], timeout: TimeSpec, sigmask: SigSet) -> Result<libc::c_int> { in ppoll() argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/nix/src/
H A Dpoll.rs23 pub struct PollFd { struct
27 impl PollFd { implementation
30 pub fn new(fd: RawFd, events: EventFlags) -> PollFd { in new() argument
31 PollFd { in new()
46 impl fmt::Debug for PollFd { implementation
133 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
151 pub fn ppoll(fds: &mut [PollFd], timeout: TimeSpec, sigmask: SigSet) -> Result<libc::c_int> { in ppoll() argument
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/nix-0.12.1/src/
H A Dpoll.rs23 pub struct PollFd { in from_json()
27 impl PollFd {
30 pub fn new(fd: RawFd, events: EventFlags) -> PollFd {
31 PollFd {
46 impl fmt::Debug for PollFd {
133 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> {
151 pub fn ppoll(fds: &mut [PollFd], timeout: TimeSpec, sigmask: SigSet) -> Result<libc::c_int> {
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.14.1/src/
H A Dpoll.rs23 pub struct PollFd { struct
27 impl PollFd { impl
30 pub fn new(fd: RawFd, events: PollFlags) -> PollFd { in new() argument
31 PollFd { in new()
46 impl fmt::Debug for PollFd { implementation
133 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
151 pub fn ppoll(fds: &mut [PollFd], timeout: TimeSpec, sigmask: SigSet) -> Result<libc::c_int> { in ppoll() argument
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.10.0/src/
H A Dpoll.rs21 pub struct PollFd { struct
25 impl PollFd { impl
28 pub fn new(fd: RawFd, events: EventFlags) -> PollFd { in new() argument
29 PollFd { in new()
114 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { in poll() argument
132 pub fn ppoll(fds: &mut [PollFd], timeout: TimeSpec, sigmask: SigSet) -> Result<libc::c_int> { in ppoll() argument

12345678910>>...362