Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c54 typedef int (*func_t)(); typedef
56 #define FAIL ((func_t)-1)
81 #define OK ((func_t)0)
127 static func_t read_elf32(int, int, Elf32_Ehdr *);
170 func_t
229 (func_t)elf64_go2); in readfile()
253 static func_t
272 func_t entrypt; /* entry point of standalone */ in read_elf32()
287 entrypt = (func_t)(uintptr_t)elfhdrp->e_entry; in read_elf32()
976 static func_t
[all …]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c471 p->fh_logpname = (func_t)log_pname_func; in lbrlog_callbacks_init()
472 p->fh_log_dir = (func_t)log_dir_func; in lbrlog_callbacks_init()
473 p->fh_log_node = (func_t)log_node_func; in lbrlog_callbacks_init()
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h103 typedef int (*func_t)(); typedef