Home
last modified time | relevance | path

Searched refs:func (Results 176 – 200 of 1071) sorted by relevance

12345678910>>...43

/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser_rseq.c123 int (*func)(rseq_t *, int, uintptr_t, int, int, uintptr_t)) in rseq_debug()
129 rval = func(rseq, num, arg, flags, sarg1, sarg2); in rseq_debug()
133 rval = func(rseq, num, arg, flags, sarg1, rnd); in rseq_debug()
137 rval = func(rseq, num, arg, flags, sarg1, i); in rseq_debug()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch.c61 #define CK(_x) {.name = #_x, .func = &_x, .enabled = 0},
64 reg_func func; member
322 reg_func func; in main() local
350 func = reg_funcs[i].func; in main()
356 func(i); in main()
H A Dgraph.c138 internal == !(insn->func->sym->ctype.modifiers & MOD_EXTERN)) { in graph_calls()
142 if (insn->func->type == PSEUDO_SYM) { in graph_calls()
143 for (sym = insn->func->sym->ident->symbols; in graph_calls()
157 bb, show_pseudo(insn->func), in graph_calls()
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c84 uint64_t func = 0; in _Unw_Decode_FDE() local
143 func = _Unw_get_val(&data, reloc, ADDR, 1, 1, code_enc); in _Unw_Decode_FDE()
145 if ((ctx->pc < func) || (ctx->pc > (func+range))) in _Unw_Decode_FDE()
147 ctx->func = func; in _Unw_Decode_FDE()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1526 dtrace_aggregate_f *func, void *arg, in dt_aggregate_walk_sorted() argument
1599 dtrace_aggregate_f *func, void *arg) in dtrace_aggregate_walk_sorted() argument
1606 dtrace_aggregate_f *func, void *arg) in dtrace_aggregate_walk_keysorted() argument
1614 dtrace_aggregate_f *func, void *arg) in dtrace_aggregate_walk_valsorted() argument
1622 dtrace_aggregate_f *func, void *arg) in dtrace_aggregate_walk_keyvarsorted() argument
1630 dtrace_aggregate_f *func, void *arg) in dtrace_aggregate_walk_valvarsorted() argument
1638 dtrace_aggregate_f *func, void *arg) in dtrace_aggregate_walk_keyrevsorted() argument
1646 dtrace_aggregate_f *func, void *arg) in dtrace_aggregate_walk_valrevsorted() argument
2114 dtrace_aggregate_walk_f *func) in dtrace_aggregate_print() argument
2124 if (func == NULL) in dtrace_aggregate_print()
[all …]
/illumos-gate/usr/src/cmd/eeprom/sparc/
H A Dopenprom.c70 typedef void (*func)(); typedef
95 func in;
96 func out;
99 e(MODE_PROPERTY, i_secure, (func)NULL),
101 e(LOGO_PROPERTY, i_oemlogo, (func)NULL),
102 { (char *)NULL, (func)NULL, (func)NULL}
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c101 if ((rc = func(name, mp->ctm_type, mp->ctm_offset, in ctf_member_iter()
112 if ((rc = func(name, lmp->ctlm_type, in ctf_member_iter()
150 if ((rc = func(name, ep->cte_value, arg)) != 0) in ctf_enum_iter()
171 (rc = func(CTF_INDEX_TO_TYPE(id, child), in ctf_type_iter()
986 if ((rc = func(name, otype, offset, depth, arg)) != 0) in ctf_type_rvisit()
1002 func, arg, ctf_strptr(fp, mp->ctm_name), in ctf_type_rvisit()
1013 func, arg, ctf_strptr(fp, lmp->ctlm_name), in ctf_type_rvisit()
1030 return (ctf_type_rvisit(fp, type, func, arg, "", 0, 0)); in ctf_type_visit()
1138 if ((ret = func(name, id, i, arg)) != 0) in ctf_object_iter()
1204 if ((ret = func(name, i, &fi, arg)) != 0) in ctf_function_iter()
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/
H A DWaddress-function.c1 extern void func(void);
5 if (func) in global_function()
H A Dbadtype3.c2 foo (int (*func) (undef, void *), void *data) in foo()
6 if ((*func) (cur, data)) in foo()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c40 call_once(once_flag *flag, void (*func)(void)) in call_once()
42 if (pthread_once(flag, func) != 0) in call_once()
194 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() argument
199 (void *(*)(void *))(uintptr_t)func, arg); in thrd_create()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dmath_h.cfg36 func | cos | double | double | math.h | ALL
37 func | cosf | float | float | math.h | -ALL +C99+
38 func | scalb | double | double; double | math.h | -POSIX+ +SUS+ -SUSv4+
H A Dnetdb_h.cfg37 func | endhostent |\
43 func | gethostent |\
49 func | sethostent |\
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_kdi.c61 extern void init_mondo_nocheck(xcfunc_t *func, uint64_t arg1, uint64_t arg2);
87 kdi_xc_one(int cpuid, void (*func)(uintptr_t, uintptr_t), uintptr_t arg1, in kdi_xc_one()
93 init_mondo_nocheck((xcfunc_t *)func, arg1, arg2); in kdi_xc_one()
/illumos-gate/usr/src/lib/libnsl/saf/
H A Ddoconfig.c379 void (*func)(); /* return from signal */ in dorun() local
443 func = signal(SIGCLD, SIG_DFL); in dorun()
445 (void) signal(SIGCLD, func); in dorun()
456 (void) signal(SIGCLD, func); in dorun()
460 (void) signal(SIGCLD, func); in dorun()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h77 evConnFunc func; member
113 evFileFunc func; member
125 evStreamFunc func; member
144 evTimerFunc func; member
153 evWaitFunc func; member
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dpreprocessor1.c1 #define func(x) x macro
2 #define bar func(
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c555 int func; in pcicfg_configure() local
597 for (func = 0; func < max_function; ) { in pcicfg_configure()
629 if (func) in pcicfg_configure()
690 if (func == 0) { in pcicfg_configure()
720 func = next_function; in pcicfg_configure()
722 func++; in pcicfg_configure()
754 for (func = 0; func < PCI_MAX_FUNCTIONS; func++) { in pcicfg_configure()
764 device, func); in pcicfg_configure()
1485 int func; in pcicfg_unconfigure() local
1502 for (func = 0; func < max_function; func++) { in pcicfg_unconfigure()
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ie/orig/
H A Dstyle1-main.c18 extern void func();
27 func(); in main()
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ie/
H A DMakefile.test54 STYLE1OBJS = style1-main.o style1-func.o
61 STYLE1R13OBJS = style1-main.o style1-func-with-r13.o
67 STYLE1R12OBJS = style1-main.o style1-func-with-r12.o
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Ddelete_too_common_fn_ptr.sh9 while read cnt func ; do
13 echo "delete from function_ptr where function = '$func';" | sqlite3 $db_file
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Derr.D_PRAGMA_UNUSED.UnusedPragma.d35 void func(int, int);
38 #pragma D attributes Stable/Stable/Common func;
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c754 tqe->tqent_func = (func); \
764 TQ_DO_ENQUEUE(tq, tqe, func, arg, 0)
767 TQ_DO_ENQUEUE(tq, tqe, func, arg, 1)
1099 ASSERT(func != NULL); in taskq_bucket_dispatch()
1121 tqe->tqent_func = func; in taskq_bucket_dispatch()
1154 ASSERT(func != NULL); in taskq_dispatch()
1179 TQ_ENQUEUE(tq, tqe, func, arg); in taskq_dispatch()
1293 TQ_ENQUEUE(tq, tqe, func, arg); in taskq_dispatch()
1307 ASSERT(func != NULL); in taskq_dispatch_ent()
1321 TQ_ENQUEUE_FRONT(tq, tqe, func, arg); in taskq_dispatch_ent()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.FunctionLookup.c38 f2(f func, int i) in f2() argument
40 func(i); in f2()
/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Dnormalize.d39 @func[execname] = count();
48 normalize(@func, (timestamp - start) / 1000000000);
/illumos-gate/usr/src/contrib/bhyve/dev/pci/
H A Dpcireg.h58 #define PCI_RID(bus, slot, func) \ argument
61 (((func) & PCI_FUNCMAX) << PCI_RID_FUNC_SHIFT))
63 #define PCI_ARI_RID(bus, func) \ argument
65 (((func) & PCIE_ARI_FUNCMAX) << PCI_RID_FUNC_SHIFT))
71 #define PCIE_ARI_SLOT(func) (((func) >> PCI_RID_SLOT_SHIFT) & PCI_SLOTMAX) argument
72 #define PCIE_ARI_FUNC(func) (((func) >> PCI_RID_FUNC_SHIFT) & PCI_FUNCMAX) argument

12345678910>>...43