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

/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c58 typedef int (*func_t)(); typedef
60 #define FAIL ((func_t)-1)
89 #define OK ((func_t)0)
144 static func_t read_elf32(int, int, Elf32_Ehdr *);
145 static func_t iload32(char *, Elf32_Phdr *, Elf32_Phdr *, auxv32_t **);
204 func_t
300 (func_t)elf64_go2);
325 static func_t
344 func_t entrypt; /* entry point of standalone */
359 entrypt = (func_t)(uintptr_
[all...]
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h103 typedef int (*func_t)(); typedef

Completed in 63 milliseconds