/illumos-gate/usr/src/test/crypto-tests/tests/common/ |
H A D | testfuncs.c | 122 test_setup(cryptotest_t *args, test_fg_t *funcs, crypto_op_t **opp) in test_setup() argument 127 switch (funcs->tf_fg) { in test_setup() 142 funcs->tf_fg); in test_setup() 146 if ((crypto_op = cryptotest_init(args, funcs->tf_fg)) == NULL) { in test_setup() 167 test_multi(cryptotest_t *args, test_fg_t *funcs, uint8_t *cmp, size_t cmplen) in test_multi() argument 176 if ((ret = test_setup(args, funcs, &crypto_op)) != CRYPTO_SUCCESS) { in test_multi() 214 if ((ret = funcs->tf_init(crypto_op)) != CRYPTO_SUCCESS) { in test_multi() 226 ret = funcs->tf_update(crypto_op, offset, len, &outlen); in test_multi() 242 ret = funcs->tf_final(crypto_op, outlen); in test_multi() 268 test_single(cryptotest_t *args, test_fg_t *funcs, uint8_t *cmp, size_t cmplen) in test_single() argument [all …]
|
H A D | cryptotest.h | 61 int run_test(cryptotest_t *args, uint8_t *cmp, size_t cmplen, test_fg_t *funcs);
|
/illumos-gate/usr/src/uts/common/inet/cc/ |
H A D | cc.c | 154 struct cc_algo *funcs, *tmpfuncs; in cc_deregister_algo() local 158 STAILQ_FOREACH_SAFE(funcs, &cc_list, entries, tmpfuncs) { in cc_deregister_algo() 159 if (funcs == remove_cc) { in cc_deregister_algo() 160 STAILQ_REMOVE(&cc_list, funcs, cc_algo, entries); in cc_deregister_algo() 175 struct cc_algo *funcs; in cc_register_algo() local 189 STAILQ_FOREACH(funcs, &cc_list, entries) { in cc_register_algo() 190 if (strncmp(funcs->name, add_cc->name, CC_ALGO_NAME_MAX) == 0) in cc_register_algo()
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | alternate-keywords.c | 7 extern int (*funcs[])(void); 10 extern typeof (funcs[0]) f0; 11 extern __typeof (funcs[1]) f1; 12 extern __typeof__(funcs[2]) f2;
|
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_metaslot.c | 68 CK_FUNCTION_LIST_PTR funcs; in list_metaslot_info() local 148 rv = Tmp_C_GetFunctionList(&funcs); in list_metaslot_info() 157 rv = funcs->C_Initialize(NULL_PTR); in list_metaslot_info() 172 rv = funcs->C_GetSlotInfo(METASLOT_ID, &slot_info); in list_metaslot_info() 203 rv = funcs->C_GetTokenInfo(METASLOT_ID, &token_info); in list_metaslot_info() 241 rv = funcs->C_GetMechanismList(METASLOT_ID, NULL_PTR, in list_metaslot_info() 258 rv = funcs->C_GetMechanismList(METASLOT_ID, pmech_list, in list_metaslot_info() 295 rv = funcs->C_GetMechanismInfo(METASLOT_ID, in list_metaslot_info() 316 (void) funcs->C_Finalize(NULL_PTR); in list_metaslot_info()
|
/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[])()) in __rtld() 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[])()) in __rtld() argument
|
H A D | _rtboot.S | 94 ! Set up pointers to __rtld parameters. eb[], strings[] and funcs[] are on 101 add %o1, (S_MAX * 4), %o2 ! &funcs[0] == &strings[S_MAX]
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | external.c | 209 get_lcinterface(Rt_map *lmp, Lc_interface *funcs) in get_lcinterface() argument 215 if ((lmp == NULL) || (funcs == NULL)) in get_lcinterface() 229 for (tag = funcs->ci_tag; tag; tag = (++funcs)->ci_tag) { in get_lcinterface() 231 char *lptr = funcs->ci_un.ci_ptr; in get_lcinterface() 326 version = funcs->ci_un.ci_val; in get_lcinterface()
|
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | Makefile | 47 userdefs.o messages.o val_lgrp.o funcs.o \ 51 groups.o messages.o funcs.o proj.o 55 messages.o val_lgrp.o funcs.o val_lprj.o \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-dtrace-tests.p5m | 60 $(i386_ONLY)dir path=opt/SUNWdtrt/tst/$(ARCH)/funcs 61 $(i386_ONLY)file path=opt/SUNWdtrt/tst/$(ARCH)/funcs/tst.badcopyin.d mode=0444 62 $(i386_ONLY)file path=opt/SUNWdtrt/tst/$(ARCH)/funcs/tst.badcopyinstr.d \ 64 $(i386_ONLY)file path=opt/SUNWdtrt/tst/$(ARCH)/funcs/tst.badcopyout.d mode=0444 65 $(i386_ONLY)file path=opt/SUNWdtrt/tst/$(ARCH)/funcs/tst.badcopyoutstr.d \ 466 file path=opt/SUNWdtrt/tst/common/decls/tst.funcs.d mode=0444 695 dir path=opt/SUNWdtrt/tst/common/funcs 696 file path=opt/SUNWdtrt/tst/common/funcs/err.D_FUNC_UNDEF.progenyofbad1.d \ 698 file path=opt/SUNWdtrt/tst/common/funcs/err.D_OP_VFPTR.badop.d mode=0444 699 file path=opt/SUNWdtrt/tst/common/funcs/err.D_PROTO_ARG.chillbadarg.d mode=0444 [all …]
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_funcs.c | 37 Dwarf_Func ** funcs, in dwarf_get_funcs() argument 52 (Dwarf_Global **) funcs, /* Type punning for sections with identical format. */ in dwarf_get_funcs()
|
H A D | generated_libdwarf.h.in | 2701 Dwarf_Func** /*funcs*/, 2705 Dwarf_Func* /*funcs*/,
|
H A D | libdwarf.h.in | 2701 Dwarf_Func** /*funcs*/, 2705 Dwarf_Func* /*funcs*/,
|
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | exception.lst | 74 common/funcs/tst.badfreopen.ksh 75 common/funcs/tst.freopen.ksh 76 common/funcs/tst.ftruncate.ksh
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 2990 int (**funcs)(mdb_ctf_id_t, uintptr_t, ulong_t, char *); in cmd_printf() local 3020 funcs = mdb_zalloc(strlen(fmt) * sizeof (void *), UM_SLEEP | UM_GC); in cmd_printf() 3065 funcs[nfmts] = printf_ptr; in cmd_printf() 3071 funcs[nfmts] = printf_int; in cmd_printf() 3077 funcs[nfmts] = printf_uint32; in cmd_printf() 3081 funcs[nfmts] = printf_ipv6; in cmd_printf() 3090 funcs[nfmts] = printf_uint; in cmd_printf() 3096 funcs[nfmts] = printf_string; in cmd_printf() 3100 funcs[nfmts] = sizeof (time_t) == sizeof (int) ? in cmd_printf() 3160 if (funcs[i] != printf_ptr && funcs[i] != printf_uint && in cmd_printf() [all …]
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | Makefile | 65 POFILES1= at.po crontab.po funcs.po batch.po 83 COMMONOBJ2= funcs.o
|