/illumos-gate/usr/src/cmd/sgs/test/ld/x64/tls/ie/orig/ |
H A D | style1-func.c | 21 func() function
|
/illumos-gate/usr/src/cmd/sgs/test/ld/x64/tls/ie/ |
H A D | style1-func-with-r12.s | 20 .globl func 21 .type func, @function 22 func: label 39 .size func, .-func
|
H A D | style1-func-with-r13.s | 19 .globl func 20 .type func, @function 21 func: label 38 .size func, .-func
|
H A D | style1-func.s | 20 .globl func 21 .type func, @function 22 func: label 38 .size func, .-func
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | field_init.c | 39 set_field_init(FORM *f, PTF_void func) argument 41 Form(f)->fieldinit = func;
|
H A D | field_term.c | 39 set_field_term(FORM *f, PTF_void func) argument 41 Form(f)->fieldterm = func;
|
H A D | form_init.c | 39 set_form_init(FORM *f, PTF_void func) argument 41 Form(f)->forminit = func;
|
H A D | form_term.c | 43 set_form_term(FORM *f, PTF_void func) argument 45 Form(f)->formterm = func;
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | assert.c | 35 __assert(const char *func, const char *file, int line, const char *expression) argument 37 if (func == NULL) 43 expression, func, file, line);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.FunctionLookup.c | 40 f2(f func, int i) argument 42 func(i);
|
H A D | tst.ProbeData.c | 57 fN(f func, char *a, int i) argument 59 func(a); 63 fN2(f func, char *a, int i) argument 65 func(a);
|
/illumos-gate/usr/src/uts/sun4v/promif/ |
H A D | promif_test.c | 36 cif_func_t func; local 43 func = promif_find_cif_callback(opname); 46 rv = (func != NULL) ? 0 : 1;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | cleanup.h | 8 void (*func)(void *); member in struct:cleanup 17 cleanup_data[cleanup_count].func = y; \ 21 if ((--cleanup_count) && x && (cleanup_data[cleanup_count].func)) \ 22 cleanup_data[cleanup_count].func(cleanup_data[cleanup_count].arg); 26 if (cleanup_data[cleanup_count].func) \ 27 cleanup_data[cleanup_count].func(cleanup_data[cleanup_count].arg);
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_context.c | 56 mdb_context_create(int (*func)(void)) argument 64 c->ctx_func = func;
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_context.c | 62 mdb_context_create(int (*func)(void)) argument 75 c->ctx_func = func;
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/ |
H A D | tst.ufuncsort.c | 57 fN(f func, int i) argument 59 func(i);
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mp_call.c | 72 cpu_call(cpu_t *cp, cpu_call_func_t func, uintptr_t arg1, uintptr_t arg2) argument 89 xc_one(cp->cpu_id, (xcfunc_t *)func, (uint64_t)arg1, 96 func(arg1, arg2);
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_call.c | 64 cpu_call(cpu_t *cp, cpu_call_func_t func, uintptr_t arg1, uintptr_t arg2) argument 85 (*func)(arg1, arg2); 90 (xc_func_t)func);
|
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/ |
H A D | psm.c | 83 void *func = NULL; local 86 if ((func = dlsym(svc->so_handle, name)) == NULL) 90 if (func == NULL) 94 return (func);
|
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | ns.c | 171 char func[32]; local 177 if (snprintf(func, sizeof (func), "%s_put_printer", 178 normalize_ns_name(printer->source)) >= sizeof (func)) { 183 if ((fpt = (int (*)())dlsym(RTLD_DEFAULT, func)) != NULL)
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | comvar.sh | 257 function func function 264 func
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | makectxt.c | 52 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) argument 62 ucp->uc_mcontext.gregs[REG_PC] = (greg_t)func;
|
/illumos-gate/usr/src/cmd/powertop/common/ |
H A D | suggestions.c | 66 pt_sugg_add(char *text, int weight, char key, char *sb_msg, sugg_func_t *func) argument 91 new->func = func; 118 new->func = func; 158 pt_sugg_remove(sugg_func_t *func) argument 164 if (n->func == func) {
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_thread.c | 73 fmd_thread_create_cmn(fmd_module_t *mp, fmd_thread_f *func, void *arg, argument 81 tp->thr_func = func; 110 fmd_thread_create(fmd_module_t *mp, fmd_thread_f *func, void *arg) argument 112 return (fmd_thread_create_cmn(mp, func, arg, 0)); 116 fmd_doorthread_create(fmd_module_t *mp, fmd_thread_f *func, void *arg) argument 118 return (fmd_thread_create_cmn(mp, func, arg, 1));
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | linkage.c | 113 generate_linkage_function(char *lib, char *func) argument 116 "void *__abi_%s_%s(void *real, int vflag) { \n", lib, func); 117 (void) fprintf(Bodyfp, " ABI_REAL(%s, %s) = real;\n", lib, func); 118 (void) fprintf(Bodyfp, " ABI_VFLAG(%s, %s) = vflag;\n", lib, func); 120 " return ((void *) %s_%s);\n}\n", lib, func);
|