Home
last modified time | relevance | path

Searched refs:func (Results 151 – 175 of 1071) sorted by relevance

12345678910>>...43

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmakectxt.c55 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) in makecontext() argument
65 reg[REG_PC] = (greg_t)func; in makecontext()
108 __makecontext_v2(ucontext_t *ucp, void (*func)(), int argc, ...) in __makecontext_v2() argument
118 reg[REG_PC] = (greg_t)func; in __makecontext_v2()
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmakectxt.c55 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) in makecontext() argument
65 reg[REG_PC] = (greg_t)func; in makecontext()
108 __makecontext_v2(ucontext_t *ucp, void (*func)(), int argc, ...) in __makecontext_v2() argument
118 reg[REG_PC] = (greg_t)func; in __makecontext_v2()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmprofile.c476 reg Void_t *func; local
479 VMFLF(vm,file,line,func);
488 { vm->file = file; vm->line = line; vm->func = func;
511 reg Void_t *func; local
514 VMFLF(vm,file,line,func);
533 { vm->file = file; vm->line = line; vm->func = func;
560 reg Void_t *func; local
575 VMFLF(vm,file,line,func);
595 { vm->file = file; vm->line = line; vm->func = func;
669 reg Void_t *func; local
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_connects.c58 evConnFunc func, void *uap, evConnID *id) in evListen() argument
92 new->func = func; in evListen()
107 evConnFunc func, void *uap, evConnID *id) in evConnect() argument
136 new->func = func; in evConnect()
306 (*conn->func)(opaqueCtx, conn->uap, new, &la.sa, lalen, &ra.sa, ralen); in listener()
334 conn_func = conn->func; in connector()
H A Dev_waits.c48 evWaitFunc func, void *uap, evWaitID *id) in evWaitFor() argument
55 new->func = func; in evWaitFor()
160 evDefer(evContext opaqueCtx, evWaitFunc func, void *uap) { in evDefer() argument
165 new->func = func; in evDefer()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_ioport.h68 ioport_handler_t func, void *arg);
80 #define IOP_GEN_COOKIE(func, arg, port) \ argument
81 ((uintptr_t)((((uintptr_t)(func) + (uintptr_t)(arg)) << 16) \
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dpthread_h.cfg41 func | pthread_create |\
47 func | pthread_self |\
53 func | pthread_attr_getscope |\
59 func | pthread_attr_setscope |\
H A Dstring_h.cfg32 func | memchr |\
36 func | memrchr |\
40 func | strerror_l | char * | int; locale_t | string.h |\
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_synctask.c51 zcp_synctask_func_t *func; member
114 .func = zcp_synctask_destroy,
167 .func = zcp_synctask_promote,
204 .func = zcp_synctask_rollback,
235 .func = zcp_synctask_snapshot,
292 .func = zcp_synctask_inherit_prop,
369 .func = zcp_synctask_set_prop,
407 .func = zcp_synctask_change_key,
511 err = info->func(state, sync, err_details); in zcp_synctask_wrapper()
/illumos-gate/usr/src/common/crypto/sha2/amd64/
H A Dsha512-x86_64.pl65 my ($code, $func, $TABLE, $SZ, @Sigma0, @Sigma1, @sigma0, @sigma1, $rounds,
84 $func="SHA512TransformBlocks";
96 $func="SHA256TransformBlocks";
218 $func(SHA2_CTX *ctx, const void *in, size_t num)
226 ENTRY_NP($func)
321 SET_SIZE($func)
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ie/
H A DMakefile21 style1-func-with-r12.s \
22 style1-func-with-r13.s \
23 style1-func.s \
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.h371 scfga_ret_t dev_insert(const char *func, scfga_cmd_t cmd, apid_t *apidp,
373 scfga_ret_t dev_replace(const char *func, scfga_cmd_t cmd, apid_t *apidp,
375 scfga_ret_t dev_remove(const char *func, scfga_cmd_t cmd, apid_t *apidp,
377 scfga_ret_t reset_common(const char *func, scfga_cmd_t cmd, apid_t *apidp,
379 scfga_ret_t dev_led(const char *func, scfga_cmd_t cmd, apid_t *apidp,
381 scfga_ret_t plat_dev_led(const char *func, scfga_cmd_t cmd, apid_t *apidp,
429 scfga_ret_t invoke_cmd(const char *func, apid_t *apidt, prompt_t *prp,
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c117 int isdash = strcmp("-", func) == 0; in dt_pid_per_sym()
123 func, pp->dpp_name); in dt_pid_per_sym()
134 (void) strncpy(ftp->ftps_func, func, sizeof (ftp->ftps_func)); in dt_pid_per_sym()
144 "for '%s': %s", func, in dt_pid_per_sym()
155 "for '%s': %s", func, in dt_pid_per_sym()
173 (u_longlong_t)off, func)); in dt_pid_per_sym()
182 "'%s+0x%llx': %s", func, (u_longlong_t)off, in dt_pid_per_sym()
199 "failed to create offset probes in '%s': %s", func, in dt_pid_per_sym()
222 dt_dprintf("st_size of %s is zero\n", func); in dt_pid_sym_filt()
236 if (strcmp(func, "_init") == 0 || strcmp(func, "_fini") == 0) in dt_pid_sym_filt()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_rseq.h145 #define RSEQT(func, cb) { (rseq_func_t)(uintptr_t)(func), #func, \ argument
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_hooks.c95 void add_hook(void *func, enum hook_type type) in add_hook() argument
100 container->fn = func; in add_hook()
105 void add_merge_hook(int client_id, merge_func_t *func) in add_merge_hook() argument
109 container->fn = func; in add_merge_hook()
113 void add_unmatched_state_hook(int client_id, unmatched_func_t *func) in add_unmatched_state_hook() argument
117 container->fn = func; in add_unmatched_state_hook()
H A Dcheck_dma_on_stack.c55 const char *func; in register_funcs_from_file() local
67 func = show_ident(token->ident); in register_funcs_from_file()
72 add_function_hook(func, &match_dma_func, INT_PTR(arg)); in register_funcs_from_file()
H A Dcheck_freeing_devm.c46 const char *func; in register_funcs_from_file() local
58 func = show_ident(token->ident); in register_funcs_from_file()
63 add_function_hook(func, &match_free_func, INT_PTR(arg)); in register_funcs_from_file()
/illumos-gate/usr/src/uts/sun4/os/
H A Dprom_subr.c74 void (*func)(cell_t *argument_array); member
102 add_vx_handler(char *name, int flag, void (*func)(cell_t *)) in add_vx_handler()
111 vp->func = func; in add_vx_handler()
153 vp->func = 0; in remove_vx_handler()
180 vp->func(argument_array); in vx_handler()
/illumos-gate/usr/src/uts/common/os/
H A Dcallb.c111 callb_add_common(boolean_t (*func)(void *arg, int code), in callb_add_common()
127 cp->c_func = func; in callb_add_common()
157 callb_add(boolean_t (*func)(void *arg, int code), in callb_add()
160 return (callb_add_common(func, arg, class, name, curthread)); in callb_add()
170 callb_add_thread(boolean_t (*func)(void *arg, int code), in callb_add_thread()
173 return (callb_add_common(func, arg, class, name, t)); in callb_add_thread()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dcifs_attr_001_pos.ksh180 typeset func=$1
186 if [[ -z $func || -z $object ]]; then
187 log_fail "Func($func), Object($object), User($user), \
200 $expect $func $object $opt $user
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c64 static void (*pxe_call)(int func, void *ptr);
65 static void pxenv_call(int func, void *ptr);
66 static void bangpxe_call(int func, void *ptr);
312 pxenv_call(int func, void *ptr) in pxenv_call() argument
316 printf("pxenv_call %x\n", func); in pxenv_call()
328 v86.ebx = func; in pxenv_call()
334 bangpxe_call(int func, void *ptr) in bangpxe_call() argument
338 printf("bangpxe_call %x\n", func); in bangpxe_call()
350 v86.ebx = func; in bangpxe_call()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldo.h32 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
33 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
35 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_kdi.c65 extern void init_mondo_nocheck(xcfunc_t *func, uint64_t arg1, uint64_t arg2);
88 kdi_xc_one(int cpuid, void (*func)(uintptr_t, uintptr_t), uintptr_t arg1, in kdi_xc_one()
98 init_mondo_nocheck((xcfunc_t *)func, arg1, arg2); in kdi_xc_one()
H A Dus3_kdi.c64 extern void init_mondo_nocheck(xcfunc_t *func, uint64_t arg1, uint64_t arg2);
88 kdi_xc_one(int cpuid, void (*func)(uintptr_t, uintptr_t), uintptr_t arg1, in kdi_xc_one()
99 init_mondo_nocheck((xcfunc_t *)func, arg1, arg2); in kdi_xc_one()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsyminfo.c139 conv_iter_syminfo_flags(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_syminfo_flags() argument
143 func, uvalue)); in conv_iter_syminfo_flags()
197 conv_iter_syminfo_boundto(Conv_fmt_flags_t fmt_flags, conv_iter_cb_t func, in conv_iter_syminfo_boundto() argument
201 conv_syminfo_boundto_strings(fmt_flags), func, uvalue)); in conv_iter_syminfo_boundto()

12345678910>>...43