Home
last modified time | relevance | path

Searched refs:aout_psz (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.sbin/config/
Dexec_aout.c43 unsigned long aout_psz = 0, aout_rsz = 0; variable
139 aout_psz = (int)(aout_ex.a_text + N_TXTOFF(aout_ex) + in aout_loadkernel()
142 aout_p = emalloc(aout_psz); in aout_loadkernel()
144 if (read(fd, aout_p, aout_psz) != aout_psz) in aout_loadkernel()
169 if (write(fd, aout_p, aout_psz) != aout_psz) in aout_savekernel()