Searched refs:pMI (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dtext_mmap.c102 text_mmap( char const* pzFile, int prot, int flags, tmap_info_t* pMI )
104 memset( pMI, 0, sizeof(*pMI) );
106 pMI->txt_zero_fd = -1;
108 pMI->txt_fd = -1;
116 pMI->txt_errno = errno;
121 pMI->txt_errno = errno = EINVAL;
125 pMI->txt_size = sb.st_size;
151 pMI->txt_fd = open( pzFile, o_flag );
154 if (pMI
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dtext_mmap.c102 text_mmap(char const* pzFile, int prot, int flags, tmap_info_t* pMI) argument
104 memset(pMI, 0, sizeof(*pMI));
106 pMI->txt_zero_fd = -1;
108 pMI->txt_fd = -1;
116 pMI->txt_errno = errno;
121 pMI->txt_errno = errno = EINVAL;
125 pMI->txt_size = sb.st_size;
151 pMI->txt_fd = open(pzFile, o_flag);
154 if (pMI
315 text_munmap(tmap_info_t* pMI) argument
[all...]

Completed in 53 milliseconds