Searched refs:func_t (Results 1 - 3 of 3) 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
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c471 p->fh_logpname = (func_t)log_pname_func;
472 p->fh_log_dir = (func_t)log_dir_func;
473 p->fh_log_node = (func_t)log_node_func;

Completed in 723 milliseconds