Searched defs:func (Results 151 - 175 of 447) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmtrace.c115 const Void_t* func = 0; local
129 VMFLF(vm,file,line,func);
175 if(func)
178 bufp = trstrcpy(bufp, "func", '=');
180 bufp = trstrcpy(bufp, (const char*)func, 0);
182 bufp = trstrcpy(bufp, tritoa((Vmulong_t)func,0), 0);
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcpr_impl.h113 cpr_ptr func; /* 0x10: jumpback virt text addr */ member in struct:cpr_sun4u_machdep
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachsystm.h91 void (*func)(void *); /* Callback function */ member in struct:intr_dist
/illumos-gate/usr/src/uts/sun4/io/
H A Dcbe.c169 cyc_func_t func = (cyc_func_t)arg1; local
172 (*func)(arg);
177 cbe_xcall(cyb_arg_t arg, cpu_t *dest, cyc_func_t func, void *farg) argument
180 xc_one(dest->cpu_id, cbe_xcall_handler, (uint64_t)func, (uint64_t)farg);
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_util.c268 * <name><inst> at <pname><pinst> device <dev> function <func>
277 * <func> this device's function number
316 uint_t func; local
351 func = PCI_REG_FUNC_G(pci_rp[0].pci_phys_hi);
352 if (func != 0)
354 PCI_REG_DEV_G(pci_rp[0].pci_phys_hi), func);
/illumos-gate/usr/src/uts/sun4/os/
H A Dprom_subr.c74 void (*func)(cell_t *argument_array); member in struct:vx_cmd
102 add_vx_handler(char *name, int flag, void (*func)(cell_t *))
111 vp->func = func;
153 vp->func = 0;
180 vp->func(argument_array);
H A Dx_call.c83 void init_mondo(xcfunc_t *func, uint64_t arg1, uint64_t arg2);
184 * func - a TL=0 handler address
201 * func - a TL>0 handler address or an interrupt number
203 * optional when "func" is an address;
204 * 0 when "func" is an interrupt number
206 * If the request of "func" is a kernel address, then
207 * the target cpu will execute the request of "func" with
213 * If the request of "func" is not a kernel address, then it has
239 xt_one(int cix, xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
244 xt_one_unchecked(cix, func, arg
252 xt_one_unchecked(int cix, xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
299 xt_some(cpuset_t cpuset, xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
365 xt_all(xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
421 xc_one(int cix, xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
548 xc_some(cpuset_t cpuset, xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
642 xc_all(xcfunc_t *func, uint64_t arg1, uint64_t arg2) argument
909 xcfunc_t *func; local
949 xcfunc_t *func; local
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c265 * <name><inst> at <pname><pinst> device <dev> function <func>
274 * <func> this device's function number
313 uint_t func; local
348 func = PCI_REG_FUNC_G(pci_rp[0].pci_phys_hi);
349 if (func != 0)
351 PCI_REG_DEV_G(pci_rp[0].pci_phys_hi), func);
/illumos-gate/usr/src/uts/i86pc/os/
H A Ddtrace_subr.c63 dtrace_invop_add(int (*func)(uintptr_t, uintptr_t *, uintptr_t)) argument
68 hdlr->dtih_func = func;
74 dtrace_invop_remove(int (*func)(uintptr_t, uintptr_t *, uintptr_t)) argument
82 if (hdlr->dtih_func == func)
108 dtrace_toxic_ranges(void (*func)(uintptr_t base, uintptr_t limit))
114 (*func)(0, _userlimit);
117 (*func)(hole_start, hole_end);
118 (*func)(toxic_addr, toxic_addr + toxic_size);
130 (*func)((uintptr_t)vaddr, (uintptr_t)vaddr + len);
133 (*func)(
137 dtrace_xcall_func(dtrace_xcall_t func, void *arg) argument
146 dtrace_xcall(processorid_t cpu, dtrace_xcall_t func, void *arg) argument
[all...]
H A Dx_call.c319 xc_func_t func; local
338 func = xc_priority_data.xc_func;
344 func(a1, a2, a3);
367 func = data->xc_func;
373 if (func != NULL)
374 (void) (*func)(a1, a2, a3);
455 xc_func_t func,
471 func != NULL)
472 (void) (*func)(arg1, arg2, arg3);
482 data->xc_func = func;
454 xc_common( xc_func_t func, xc_arg_t arg1, xc_arg_t arg2, xc_arg_t arg3, ulong_t *set, uint_t command) argument
548 xc_priority_common( xc_func_t func, xc_arg_t arg1, xc_arg_t arg2, xc_arg_t arg3, ulong_t *set) argument
626 xc_priority( xc_arg_t arg1, xc_arg_t arg2, xc_arg_t arg3, ulong_t *set, xc_func_t func) argument
647 kdi_xc_others(int this_cpu, void (*func)(void)) argument
670 xc_call_nowait( xc_arg_t arg1, xc_arg_t arg2, xc_arg_t arg3, ulong_t *set, xc_func_t func) argument
685 xc_call( xc_arg_t arg1, xc_arg_t arg2, xc_arg_t arg3, ulong_t *set, xc_func_t func) argument
700 xc_sync( xc_arg_t arg1, xc_arg_t arg2, xc_arg_t arg3, ulong_t *set, xc_func_t func) argument
[all...]
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c147 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags) argument
152 func(arg);
171 t->tqent_func = func;
180 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags, argument
183 ASSERT(func != NULL);
205 t->tqent_func = func;
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_provider_ad.c70 static directory_error_t directory_provider_ad_utils_error(char *func, int rc);
577 directory_provider_ad_utils_error(char *func, int rc) argument
585 "Error %2 from adutils function %1", func, rcstr, NULL));
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c246 uint_t dev, func; local
254 func = s->smbl_df & 0x7;
257 PCIEX_BUS, s->smbl_bus, PCIEX_DEVICE, dev, PCIEX_FUNCTION, func);
/illumos-gate/usr/src/cmd/scsi/smp/common/
H A Dsmp.c52 static smp_function_t func; variable
428 func = strtoul(argv[2], NULL, 0);
433 switch (func) {
440 argv[0], func);
448 argv[0], func);
456 argv[0], func);
465 argv[0], func);
472 argv[0], func);
480 "<phy_identifier>\n", argv[0], func);
489 argv[0], func);
[all...]
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c331 iter_handlers(int (*func)(int, const char *, zinject_record_t *, void *), argument
338 if ((ret = func((int)zc.zc_guid, zc.zc_name,
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_iter.c164 pool_list_iter(zpool_list_t *zlp, int unavail, zpool_iter_f func, argument
174 ret |= func(node->zn_handle, data);
240 zprop_list_t **proplist, zpool_iter_f func, void *data)
248 if (pool_list_iter(list, unavail, func, data) != 0)
239 for_each_pool(int argc, char **argv, boolean_t unavail, zprop_list_t **proplist, zpool_iter_f func, void *data) argument
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbpobj.c204 bpobj_iterate_impl(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx, argument
240 err = func(arg, bp, tx);
309 err = bpobj_iterate_impl(&sublist, func, arg, tx, free);
355 * Iterate and remove the entries. If func returns nonzero, iteration
359 bpobj_iterate(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx) argument
361 return (bpobj_iterate_impl(bpo, func, arg, tx, B_TRUE));
365 * Iterate the entries. If func returns nonzero, iteration will stop.
368 bpobj_iterate_nofree(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx) argument
370 return (bpobj_iterate_impl(bpo, func, arg, tx, B_FALSE));
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_publish.c357 do_publish(const char *file, const char *func, int64_t line, argument
410 func && nvlist_add_string(pub, "__fmev_func", func) != 0 ||
447 const char *file, const char *func, int64_t line,
456 return (do_publish(file, func, line,
463 const char *file, const char *func, int64_t line,
477 rc = do_publish(file, func, line,
446 _i_fmev_publish_nvl( const char *file, const char *func, int64_t line, const char *ruleset, const char *class, const char *subclass, fmev_pri_t pri, nvlist_t *attr) argument
462 _i_fmev_publish( const char *file, const char *func, int64_t line, const char *ruleset, const char *class, const char *subclass, fmev_pri_t pri, uint_t ntuples, ...) argument
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_config.c401 zpool_iter(libzfs_handle_t *hdl, zpool_iter_f func, void *data) argument
431 if ((ret = func(zhp, data)) != 0) {
446 zfs_iter_root(libzfs_handle_t *hdl, zfs_iter_f func, void *data) argument
464 if ((ret = func(zhp, data)) != 0)
/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c519 spoof_run_test(spoof_test_f *func, int s, struct lif_nd_req *nce, argument
524 if (func(s, nce, multicast) == 0) {
/illumos-gate/usr/src/uts/common/io/
H A Ddevfm.c69 int (*func)(int, nvlist_t *, nvlist_t **); /* handler */ member in struct:fm_subroutine
299 err = subr->func(cmd, invl, &onvl);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_nic.c726 efx_sram_pattern_fn_t func; local
734 func = __efx_sram_pattern_fns[pattern];
740 func(2 * index + 0, B_FALSE, &reg.eo_qword[0]);
741 func(2 * index + 1, B_FALSE, &reg.eo_qword[1]);
751 func(2 * index + 0, B_FALSE, &reg.eo_qword[0]);
752 func(2 * index + 1, B_FALSE, &reg.eo_qword[1]);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Datexit.c128 atexit(void (*func)(void)) argument
130 return (__cxa_atexit((_exithdlr_func_t)func, NULL, NULL));
245 void (*func)(void);
255 if (((func = atfp->prepare) != NULL &&
256 in_range((void *)func, range, count)) ||
257 ((func = atfp->parent) != NULL &&
258 in_range((void *)func, range, count)) ||
259 ((func = atfp->child) != NULL &&
260 in_range((void *)func, range, count))) {
304 void (*func)(voi
391 at_quick_exit(void (*func)(void)) argument
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c40 call_once(once_flag *flag, void (*func)(void)) argument
42 if (pthread_once(flag, func) != 0)
194 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) argument
198 ret = pthread_create(thr, NULL, (void *(*)(void *))func, arg);
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c44 void (*func)(test_t t, void *); member in struct:test
201 t->func(t, t->arg);
206 test_run(int nthr, void (*func)(test_t, void *), void *arg, argument
216 t->func = func;

Completed in 75 milliseconds

1234567891011>>