Home
last modified time | relevance | path

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

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