Home
last modified time | relevance | path

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

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