Home
last modified time | relevance | path

Searched refs:func (Results 51 – 75 of 1071) sorted by relevance

12345678910>>...43

/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Ddenorm.d36 @func[execname] = count();
45 normalize(@func, this->seconds);
46 printa(@func);
49 denormalize(@func);
50 printa(@func);
H A Dclear.d36 @func[execname] = count();
41 normalize(@func, (timestamp - last) / 1000000000);
42 printa(@func);
43 clear(@func);
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dglobals.c198 conv_iter_cb_t func, void *uvalue, const char *local_sgs_msg) in _conv_iter_msgarr() argument
202 if ((* func)(MSG_ORIG_STRTAB(*msg, local_sgs_msg), in _conv_iter_msgarr()
236 _conv_iter_vd(const Val_desc *vdp, conv_iter_cb_t func, void *uvalue, in _conv_iter_vd() argument
240 if ((* func)(MSG_ORIG_STRTAB(vdp->v_msg, local_sgs_msg), in _conv_iter_vd()
251 conv_iter_cb_t func, void *uvalue, const char *local_sgs_msg) in _conv_iter_vd2() argument
257 if ((* func)(MSG_ORIG_STRTAB(vdp->v_msg, local_sgs_msg), in _conv_iter_vd2()
271 conv_iter_cb_t func, void *uvalue, const char *local_sgs_msg) in _conv_iter_ds() argument
281 ds->ds_topval - ds->ds_baseval + 1, func, uvalue, in _conv_iter_ds()
289 func, uvalue, local_sgs_msg) == CONV_ITER_DONE) in _conv_iter_ds()
297 func, uvalue, local_sgs_msg) == CONV_ITER_DONE) in _conv_iter_ds()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmdebug.c195 Void_t* func;
374 Void_t *func; local
376 VMFLF(vm,file,line,func);
396 { vm->file = file; vm->line = line; vm->func = func;
421 Void_t *func; local
425 VMFLF(vm,file,line,func);
444 { vm->file = file; vm->line = line; vm->func = func;
478 Void_t *func; local
480 VMFLF(vm,file,line,func);
667 Void_t *func; local
[all …]
H A Dvmhdr.h195 #define KPVALLOC(vm,sz,func) (func((vm),(sz),1) ) argument
196 #define KPVRESIZE(vm,dt,sz,mv,func) (func((vm),(dt),(sz),(mv),1) ) argument
197 #define KPVFREE(vm,dt,func) (func((vm),(dt),1) ) argument
198 #define KPVADDR(vm,addr,func) (func((vm),(addr),1) ) argument
199 #define KPVSIZE(vm,addr,func) (func((vm),(addr),1) ) argument
200 #define KPVCOMPACT(vm,func) (func((vm),1) ) argument
201 #define KPVALIGN(vm,sz,al,func) (func((vm),(sz),(al),1) ) argument
373 #define REMOVE(vd,b,i,t,func) \ argument
375 func((vd),SIZE(b),(b)) )
383 (fn) = (vm)->func, (vm)->func = NIL(Void_t*) )
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c144 (*func)++; in count_reloc()
192 (*func)++; in count_reloc()
224 (*func)++; in count_reloc()
358 (*func)++; in count_reloc()
371 (*func)++; in count_reloc()
398 (*func)++; in count_reloc()
408 (*func)++; in count_reloc()
542 clear_reloc(*func);
543 *func = (Rel *)((uintptr_t)*func + ent);
556 inc_reloc(*func, rel, reloc, oaddr, iaddr);
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dtrace_params.pl87 foreach my $func (keys %param_map){
88 my $tmp = $param_map{$func};
91 my ($f, $p) = split(/%/, $func);
98 my $func = shift();
101 if (!$file or !$func or !defined($param)) {
111 compress_all($func, $param);
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dvim_smdb30 func=""
32 func="$3"
34 func="$2"
36 func="$1"
39 echo "$func" >> $DIR/history
H A Dfill_db_caller_info.pl33 foreach my $func (keys %too_common_funcs) {
34 if ($func =~ / /) {
37 print FILE "$func\n";
62 foreach my $func (keys %too_common_funcs) {
63 …$db->do("insert into common_caller_info values ('unknown', 'too common', '$func', 0, 0, 0, -1, '',…
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.clear.d49 @func[i%5] = sum(i * 100);
57 printa(@func);
59 clear(@func);
62 printa(@func);
70 printa(@func);
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_mtag7.c5 int (*func)(struct foo *); member
24 .func = frob1,
29 .func = frob2,
36 aaa.func(&aaa); in main()
37 bbb.func(&bbb); in main()
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ie/
H A Dstyle1-func.s20 .globl func
21 .type func, @function
22 func: label
38 .size func, .-func
H A Dstyle1-func-with-r12.s20 .globl func
21 .type func, @function
22 func: label
39 .size func, .-func
H A Dstyle1-func-with-r13.s19 .globl func
20 .type func, @function
21 func: label
38 .size func, .-func
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dinfo.c76 rdsv3_info_register_func(int optname, rdsv3_info_func func) in rdsv3_info_register_func() argument
84 rdsv3_info_funcs[offset] = func; in rdsv3_info_register_func()
90 rdsv3_info_deregister_func(int optname, rdsv3_info_func func) in rdsv3_info_deregister_func() argument
116 rdsv3_info_func func; in rdsv3_info_ioctl() local
120 func = rdsv3_info_funcs[optname - RDS_INFO_FIRST]; in rdsv3_info_ioctl()
121 if (func == NULL) { in rdsv3_info_ioctl()
169 func(sock, ulen, &iter, &lens); in rdsv3_info_ioctl()
/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c313 softcall(void (*func)(void *), void *arg) in softcall()
324 if (sc->sc_func == func && sc->sc_arg == arg) { in softcall()
333 sc->sc_func = func; in softcall()
397 kdi_softcall(void (*func)(void)) in kdi_softcall()
399 kdi_softcall_func = func; in kdi_softcall()
421 void (*func)(); in softint() local
475 func = sc->sc_func; in softint()
495 func(arg); in softint()
516 if ((func = kdi_softcall_func) != NULL) { in softint()
518 func(); in softint()
H A Ddkioc_free_util.c154 dfl_iter_fn_t func, void *arg, int kmflag) in dfl_iter() argument
247 func, arg, kmflag)) != 0) { in dfl_iter()
251 if ((r = split_extent(dfl, dfi, i, func, arg, in dfl_iter()
270 func, arg, kmflag)) != 0) { in dfl_iter()
291 if ((r = split_extent(dfl, dfi, i, func, arg, in dfl_iter()
309 func, arg, kmflag)) != 0) { in dfl_iter()
328 return (func(dfl, arg, kmflag)); in dfl_iter()
415 dfl_iter_fn_t func, void *arg, int kmflag) in process_range() argument
462 return (func(new_dfl, arg, kmflag)); in process_range()
478 dfl_iter_fn_t func, void *arg, int kmflag) in split_extent() argument
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c49 evTimerFunc func; member
162 evTimerFunc func, in evSetTimer() argument
173 ctx, func, uap, in evSetTimer()
200 id->func = func; in evSetTimer()
280 evTimerFunc func, in evResetTimer() argument
312 timer->func = func; in evResetTimer()
339 evTimerFunc func, in evSetIdleTimer() argument
349 tt->func = func; in evSetIdleTimer()
378 evTimerFunc func, in evResetIdleTimer() argument
386 tt->func = func; in evResetIdleTimer()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_wine_WtoA.c36 char *func = get_function(); in match_function_def() local
39 if (!func) { in match_function_def()
43 len = strlen(func); in match_function_def()
44 if (func[len - 1] == 'W' && len > 2 && func[len - 2] != 'A' ) in match_function_def()
/illumos-gate/usr/src/uts/sun4/os/
H A Dmach_sysconfig.c48 void (*func)(void); in nodename_set() local
50 func = (void (*)(void))modgetsymvalue("plat_nodename_set", 0); in nodename_set()
51 if (func) in nodename_set()
52 (*func)(); in nodename_set()
/illumos-gate/usr/src/cmd/powertop/common/
H A Dsuggestions.c66 pt_sugg_add(char *text, int weight, char key, char *sb_msg, sugg_func_t *func) in pt_sugg_add() argument
91 new->func = func; in pt_sugg_add()
118 new->func = func; in pt_sugg_add()
158 pt_sugg_remove(sugg_func_t *func) in pt_sugg_remove() argument
164 if (n->func == func) { in pt_sugg_remove()
/illumos-gate/usr/src/cmd/amdzen/
H A Dudf.c32 udf_readone(int fd, uint8_t inst, uint8_t func, uint16_t reg, boolean_t do64) in udf_readone() argument
39 zui.zui_func = func; in udf_readone()
48 inst, func, reg, zui.zui_data); in udf_readone()
59 uint8_t func, inst; in main() local
98 func = (uint8_t)lval; in main()
116 udf_readone(fd, inst, func, reg, do64); in main()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldebug.c51 ci->func = restorestack(L, ci->extra); in swapextra()
63 func = NULL; in lua_sethook()
67 L->hook = func; in lua_sethook()
119 *pos = ci->func + nparams + n; in findvararg()
138 base = ci->func + 1; in findlocal()
282 StkId func; in lua_getinfo() local
287 func = L->top - 1; in lua_getinfo()
294 func = ci->func; in lua_getinfo()
295 lua_assert(ttisfunction(ci->func)); in lua_getinfo()
297 cl = ttisclosure(func) ? clvalue(func) : NULL; in lua_getinfo()
[all …]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dxc_impl.h110 #define XC_SETUP(cpuid, func, arg1, arg2) \ argument
112 xc_mbox[cpuid].xc_func = func; \
121 #define SEND_MBOX_ONLY(xc_cpuset, func, arg1, arg2, lcx, state) \ argument
130 XC_SETUP(pix, func, arg1, arg2); \
143 #define SEND_MBOX_MONDO(xc_cpuset, func, arg1, arg2, state) \ argument
150 XC_SETUP(pix, func, arg1, arg2); \
243 #define XC_TRACE(type, cpus, func, arg1, arg2) \ argument
244 xc_trace((type), (cpus), (func), (arg1), (arg2))
246 #define XC_TRACE(type, cpus, func, arg1, arg2) argument
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dpsm.c83 void *func = NULL; in psm_sym() local
86 if ((func = dlsym(svc->so_handle, name)) == NULL) { in psm_sym()
90 return (func); in psm_sym()
95 if (func == NULL) in psm_sym()
99 return (func); in psm_sym()

12345678910>>...43