HomeSort by: relevance | last modified time | path
    Searched refs:txt_zero_fd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libopts/
text_mmap.c 134 mapinfo->txt_zero_fd = open("/dev/zero", O_RDONLY);
136 if (mapinfo->txt_zero_fd == AO_INVALID_FD) {
141 MAP_PRIVATE, mapinfo->txt_zero_fd, 0);
174 mapinfo->txt_zero_fd = AO_INVALID_FD;
250 if (mi->txt_zero_fd == AO_INVALID_FD)
253 close(mi->txt_zero_fd);
254 mi->txt_zero_fd = AO_INVALID_FD;
  /src/external/bsd/ntp/dist/sntp/libopts/autoopts/
options.h 734 int txt_zero_fd; ///< fd for /dev/zero member in struct:__anon5196

Completed in 25 milliseconds