Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c4088 struct exec the_exec; in check_file() local
4099 if ((temp = read(fd, (char *)&the_exec, sizeof (the_exec))) == -1) { in check_file()
4102 if (temp != sizeof (the_exec)) { in check_file()
4106 if (the_exec.a_text != PROMSIZE) { in check_file()