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

/illumos-gate/usr/src/cmd/tnf/tnfxtract/
H A Dtnfxtract.c245 tnf_uint32_t *magicp; local
298 magicp = (tnf_uint32_t *) local_buf;
300 tnf_header = (tnf_file_header_t *)(local_buf + sizeof (*magicp));
301 if (*magicp != TNF_MAGIC) {
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c923 char *magicp; local
936 magicp = kmem_alloc(magic_size, KM_SLEEP);
938 magicp[j] = magic[j];
939 execsw[i].exec_magic = magicp;

Completed in 61 milliseconds