Searched defs:magbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dexec.c573 char magbuf[MAGIC_BYTES]; local
607 if (error = vn_rdwr(UIO_READ, vp, magbuf, sizeof (magbuf),
613 if ((eswp = findexec_by_hdr(magbuf)) == NULL)

Completed in 48 milliseconds