Searched refs:txt_zero_fd (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dtext_mmap.c106 pMI->txt_zero_fd = -1;
176 pMI->txt_zero_fd = -1;
212 pMI->txt_zero_fd = open( "/dev/zero", O_RDONLY );
214 if (pMI->txt_zero_fd == AO_INVALID_FD) {
221 pMI->txt_zero_fd, 0 );
227 close( pMI->txt_zero_fd );
228 pMI->txt_zero_fd = -1;
277 pMI->txt_zero_fd = -1;
349 if (pMI->txt_zero_fd != -1) {
350 res = close( pMI->txt_zero_fd );
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dtext_mmap.c106 pMI->txt_zero_fd = -1;
176 pMI->txt_zero_fd = -1;
212 pMI->txt_zero_fd = open("/dev/zero", O_RDONLY);
214 if (pMI->txt_zero_fd == AO_INVALID_FD) {
221 pMI->txt_zero_fd, 0 );
227 close(pMI->txt_zero_fd);
228 pMI->txt_zero_fd = -1;
277 pMI->txt_zero_fd = -1;
349 if (pMI->txt_zero_fd != -1) {
350 res = close(pMI->txt_zero_fd);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/autoopts/
H A Doptions.h488 int txt_zero_fd; /* fd for /dev/zero */ member in struct:__anon1862
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/autoopts/
H A Doptions.h502 int txt_zero_fd; /* fd for /dev/zero */ member in struct:__anon1915

Completed in 166 milliseconds