Home
last modified time | relevance | path

Searched refs:pfd (Results 1 – 25 of 6581) sorted by path

12345678910>>...264

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/winapi-0.3.8/src/um/
H A Dshobjidl.rs77 pfd: *mut IFileDialog,
80 pfd: *mut IFileDialog,
84 pfd: *mut IFileDialog,
87 pfd: *mut IFileDialog,
90 pfd: *mut IFileDialog,
95 pfd: *mut IFileDialog,
98 pfd: *mut IFileDialog,
H A Dwingdi.rs5258 pfd: PIXELFORMATDESCRIPTOR,
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/getrandom-0.2.4/src/
H A Duse_file.rs91 let mut pfd = libc::pollfd { in wait_until_rng_ready() localVariable
102 let res = unsafe { libc::poll(&mut pfd, 1, -1) }; in wait_until_rng_ready()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/nix-0.23.1/test/
H A Dtest_poll.rs72 let pfd = PollFd::new(0x1234, PollFlags::empty()); in test_pollfd_fd() localVariable
73 assert_eq!(pfd.as_raw_fd(), 0x1234); in test_pollfd_fd()
78 let mut pfd = PollFd::new(-1, PollFlags::POLLIN); in test_pollfd_events() localVariable
79 assert_eq!(pfd.events(), PollFlags::POLLIN); in test_pollfd_events()
80 pfd.set_events(PollFlags::POLLOUT); in test_pollfd_events()
81 assert_eq!(pfd.events(), PollFlags::POLLOUT); in test_pollfd_events()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/winapi-0.3.9/src/um/
H A Dshobjidl.rs33 pfd: *mut IFileDialog,
36 pfd: *mut IFileDialog,
40 pfd: *mut IFileDialog,
43 pfd: *mut IFileDialog,
46 pfd: *mut IFileDialog,
51 pfd: *mut IFileDialog,
54 pfd: *mut IFileDialog,
H A Dshobjidl_core.rs354 pfd: *mut WIN32_FIND_DATAA,
422 pfd: *mut WIN32_FIND_DATAW,
H A Dwingdi.rs5258 pfd: PIXELFORMATDESCRIPTOR,
/dports/archivers/maxcso/maxcso-1.10.0/libuv/src/unix/
H A Dcore.c661 int* pfd; in uv__recvmsg() local
687 for (pfd = (int*) CMSG_DATA(cmsg), in uv__recvmsg()
689 pfd < end; in uv__recvmsg()
690 pfd += 1) in uv__recvmsg()
691 uv__cloexec(*pfd, 1); in uv__recvmsg()
H A Dfs.c485 struct pollfd pfd; in uv__fs_sendfile_emul() local
571 pfd.fd = out_fd; in uv__fs_sendfile_emul()
572 pfd.events = POLLOUT; in uv__fs_sendfile_emul()
573 pfd.revents = 0; in uv__fs_sendfile_emul()
576 n = poll(&pfd, 1, -1); in uv__fs_sendfile_emul()
579 if (n == -1 || (pfd.revents & ~POLLOUT) != 0) { in uv__fs_sendfile_emul()
H A Dposix-poll.c79 struct pollfd pfd; in uv__pollfds_swap() local
80 pfd = loop->poll_fds[l]; in uv__pollfds_swap()
82 loop->poll_fds[r] = pfd; in uv__pollfds_swap()
/dports/archivers/py-bup/bup-0.31/lib/bup/
H A Dgit.py858 pfd = self.parentfd
868 if pfd is not None:
869 os.close(pfd)
/dports/archivers/star/schily-2021-09-18/calltree/
H A Dcalltree.c352 fcntl(fileno(pfd[0]), F_SETFD, FD_CLOEXEC);
/dports/archivers/star/schily-2021-09-18/cdda2wav/
H A Dinterface.c1242 struct pollfd pfd[1]; in poll_in() local
1244 pfd[0].fd = fileno(stdin); in poll_in()
1245 pfd[0].events = POLLIN; in poll_in()
1246 pfd[0].revents = 0; in poll_in()
1247 return (poll(pfd, 1, 0)); in poll_in()
/dports/archivers/star/schily-2021-09-18/cdrecord/
H A Dcdrecord.c5189 struct pollfd pfd; in wait_input()
5200 pfd.fd = STDIN_FILENO; in wait_input()
5201 pfd.events = POLLIN; in wait_input()
5202 pfd.revents = 0; in wait_input()
5203 poll(&pfd, (unsigned long)1, INFTIM); in wait_input()
/dports/archivers/star/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dbdiff.c163 int pfd[2]; local
345 if ((pipe(pfd)) == -1)
347 setmode(pfd[0], O_BINARY);
348 setmode(pfd[1], O_BINARY);
350 (void) close(pfd[0]);
351 (void) close(pfd[1]);
356 pfd[1],
359 fcntl(pfd[0], F_SETFD, 1);
362 (void) close(pfd[0]);
364 (void) close(pfd[1]);
[all …]
H A Ddelta.c1278 int pfd[2]; local
1285 xpipe(pfd);
1289 close(pfd[0]);
1290 close(pfd[1]);
1297 pfd[1],
1300 fcntl(pfd[0], F_SETFD, 1);
1306 close(pfd[0]);
1308 dup(pfd[1]);
1309 close(pfd[1]);
1363 close(pfd[1]);
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dwglext.cpp108 PIXELFORMATDESCRIPTOR pfd = { in WGLCallback() local
129 unsigned int pixelFormat = ChoosePixelFormat(hdc, &pfd); in WGLCallback()
131 DescribePixelFormat(hdc, pixelFormat, sizeof(PIXELFORMATDESCRIPTOR), &pfd); in WGLCallback()
132 if (!SetPixelFormat(hdc, pixelFormat, &pfd)) in WGLCallback()
H A Dwinmain.cpp1855 static PIXELFORMATDESCRIPTOR pfd = { in SetDCPixelFormat() local
1875 int nPixelFormat = ChoosePixelFormat(hDC, &pfd); in SetDCPixelFormat()
1884 SetPixelFormat(hDC, nPixelFormat, &pfd); in SetDCPixelFormat()
1890 PIXELFORMATDESCRIPTOR pfd; in SetDCPixelFormat() local
1920 sizeof(PIXELFORMATDESCRIPTOR), &pfd); in SetDCPixelFormat()
1921 if (!SetPixelFormat(hDC, pixelFormatIndex, &pfd)) in SetDCPixelFormat()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dwglext.cpp108 PIXELFORMATDESCRIPTOR pfd = { in WGLCallback() local
129 unsigned int pixelFormat = ChoosePixelFormat(hdc, &pfd); in WGLCallback()
131 DescribePixelFormat(hdc, pixelFormat, sizeof(PIXELFORMATDESCRIPTOR), &pfd); in WGLCallback()
132 if (!SetPixelFormat(hdc, pixelFormat, &pfd)) in WGLCallback()
H A Dwinmain.cpp1855 static PIXELFORMATDESCRIPTOR pfd = { in SetDCPixelFormat() local
1875 int nPixelFormat = ChoosePixelFormat(hDC, &pfd); in SetDCPixelFormat()
1884 SetPixelFormat(hDC, nPixelFormat, &pfd); in SetDCPixelFormat()
1890 PIXELFORMATDESCRIPTOR pfd; in SetDCPixelFormat() local
1920 sizeof(PIXELFORMATDESCRIPTOR), &pfd); in SetDCPixelFormat()
1921 if (!SetPixelFormat(hDC, pixelFormatIndex, &pfd)) in SetDCPixelFormat()
/dports/astro/gpstk/GPSTk-8.0.0/ext/tests/GNSSEph/
H A DOrbAlmStore_T.cpp695 if (pfd.expectPass) in testFind()
714 const OrbAlm* p = oas.find(pfd.subjID, pfd.testTime, pfd.considerEff); in testFindExpectingPass()
757 const OrbAlm* p = oas.find(pfd.subjID,pfd.testTime,pfd.considerEff); in testFindExpectingFail()
775 if (pfd.expectPass) in testLastXmit()
796 const OrbAlm* p = oas.find(pfd.subjID, pfd.testTime); in testLastXmitExpectingPass()
843 const OrbAlm* p = oas.find(pfd.subjID,pfd.testTime); in testLastXmitExpectingFail()
995 pfList.push_back(pfd); in setUpLNAV()
999 pfList.push_back(pfd); in setUpLNAV()
1003 pfList.push_back(pfd); in setUpLNAV()
1275 TUCATCH(rv = oas.computeXvt(pfd.subjID, pfd.testTime)); in testComputeXvt()
[all …]
H A DOrbAlm_T.cpp168 const PassFailData& pfd = *cit2; in createAndDump() local
169 const Xvt& truth = pfd.truthXvt; in createAndDump()
170 const OrbAlmStore::OrbAlmMap& almMap = oas.getOrbAlmMap(pfd.subjID); in createAndDump()
175 Xvt test = alm->svXvt(pfd.testTime); in createAndDump()
189 if (pfd.subjID.id>9) begLen = 7; in createAndDump()
281 PassFailData pfd(sid,truthTime,truthXvt); in setUpLNAV() local
282 pfList.push_back(pfd); in setUpLNAV()
291 pfd = PassFailData(sid,truthTime,truthXvt); in setUpLNAV()
292 pfList.push_back(pfd); in setUpLNAV()
301 pfd = PassFailData(sid,truthTime,truthXvt); in setUpLNAV()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DFontMgr.cpp272 MyFontDesc * pfd = m_fontlist->Item( i )->GetData(); in GetConfigString() local
273 return pfd->m_configstring; in GetConfigString()
278 MyFontDesc *pfd = m_fontlist->Item( i )->GetData(); in GetDialogString() local
279 return pfd->m_dialogstring; in GetDialogString()
284 MyFontDesc *pfd = m_fontlist->Item( i )->GetData(); in GetNativeDesc() local
285 return pfd->m_nativeInfo; in GetNativeDesc()
290 MyFontDesc *pfd = m_fontlist->Item( i )->GetData(); in GetFullConfigDesc() local
291 wxString ret = pfd->m_dialogstring; in GetFullConfigDesc()
293 ret.Append( pfd->m_nativeInfo ); in GetFullConfigDesc()
297 if( pfd->m_color.IsOk() ) cols = pfd->m_color.GetAsString( wxC2S_CSS_SYNTAX ); in GetFullConfigDesc()
/dports/audio/alsa-lib/alsa-lib-1.2.2/aserver/
H A Daserver.c129 pfd->fd = fd; in add_waiter()
130 pfd->events = events; in add_waiter()
131 pfd->revents = 0; in add_waiter()
348 struct pollfd pfd; in shm_ack() local
351 pfd.fd = client->ctrl_fd; in shm_ack()
352 pfd.events = POLLHUP; in shm_ack()
353 if (poll(&pfd, 1, 0) == 1) in shm_ack()
363 struct pollfd pfd; in shm_ack_fd() local
366 pfd.fd = client->ctrl_fd; in shm_ack_fd()
367 pfd.events = POLLHUP; in shm_ack_fd()
[all …]
/dports/audio/alsa-lib/alsa-lib-1.2.2/include/
H A Dpcm_ioplug.h189 int (*poll_descriptors)(snd_pcm_ioplug_t *io, struct pollfd *pfd, unsigned int space);
193 …int (*poll_revents)(snd_pcm_ioplug_t *io, struct pollfd *pfd, unsigned int nfds, unsigned short *r…

12345678910>>...264