Searched defs:funcs (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/lms/ |
H A D | glue.h | 67 glue_funcs *funcs; member in class:glue
|
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_funcs.c | 47 Dwarf_Func ** funcs, 58 (Dwarf_Global **) funcs, /* Type punning for sections with identical format. */ 46 dwarf_get_funcs(Dwarf_Debug dbg, Dwarf_Func ** funcs, Dwarf_Signed * ret_func_count, Dwarf_Error * error) argument
|
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_metaslot.c | 68 CK_FUNCTION_LIST_PTR funcs; local 148 rv = Tmp_C_GetFunctionList(&funcs); 157 rv = funcs->C_Initialize(NULL_PTR); 172 rv = funcs->C_GetSlotInfo(METASLOT_ID, &slot_info); 203 rv = funcs->C_GetTokenInfo(METASLOT_ID, &token_info); 241 rv = funcs->C_GetMechanismList(METASLOT_ID, NULL_PTR, 258 rv = funcs->C_GetMechanismList(METASLOT_ID, pmech_list, 295 rv = funcs->C_GetMechanismInfo(METASLOT_ID, 316 (void) funcs->C_Finalize(NULL_PTR);
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 56 #define CLOSE (*(funcs[CLOSE_F])) 57 #define FSTATAT (*(funcs[FSTATAT_F])) 58 #define MMAP (*(funcs[MMAP_F])) 59 #define MUNMAP (*(funcs[MUNMAP_F])) 60 #define OPENAT (*(funcs[OPENAT_F])) 61 #define PANIC (*(funcs[PANIC_F])) 62 #define SYSCONFIG (*(funcs[SYSCONFIG_F])) 76 __rtld(Elf32_Boot *ebp, const char *strings[], int (*funcs[])()) argument
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 56 #define CLOSE (*(funcs[CLOSE_F])) 57 #define FSTATAT (*(funcs[FSTATAT_F])) 58 #define MMAP (*(funcs[MMAP_F])) 59 #define MUNMAP (*(funcs[MUNMAP_F])) 60 #define OPENAT (*(funcs[OPENAT_F])) 61 #define PANIC (*(funcs[PANIC_F])) 62 #define SYSCONFIG (*(funcs[SYSCONFIG_F])) 74 __rtld(Elf32_Boot *ebp, const char *strings[], int (*funcs[])()) argument
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | external.c | 208 get_lcinterface(Rt_map *lmp, Lc_interface *funcs) argument 214 if ((lmp == NULL) || (funcs == NULL)) 228 for (tag = funcs->ci_tag; tag; tag = (++funcs)->ci_tag) { 230 char *lptr = funcs->ci_un.ci_ptr; 325 version = funcs->ci_un.ci_val;
|
Completed in 92 milliseconds