Searched refs:mapinfo (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dtext_mmap.c81 * @param mapinfo a structure holding everything we need to know
87 load_text_file(tmap_info_t * mapinfo, char const * pzFile) argument
90 mapinfo->txt_data = AGALOC(mapinfo->txt_size+1, "file text");
91 if (mapinfo->txt_data == NULL) {
92 mapinfo->txt_errno = ENOMEM;
97 size_t sz = mapinfo->txt_size;
98 char * pz = mapinfo->txt_data;
101 ssize_t rdct = read(mapinfo->txt_fd, pz, sz);
103 mapinfo
170 validate_mmap(char const * fname, int prot, int flags, tmap_info_t * mapinfo) argument
[all...]
/netbsd-current/sys/arch/sun68k/stand/libsa/
H A Dsun3.c73 struct mapinfo { struct
80 struct mapinfo
H A Dsun2.c76 struct mapinfo { struct
84 struct mapinfo
H A Dsun3x.c75 struct mapinfo { struct
81 struct mapinfo
/netbsd-current/sys/arch/sparc/stand/common/
H A Dpromdev.c707 static struct mapinfo { struct

Completed in 204 milliseconds