Searched refs:func (Results 26 - 50 of 293) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libc/port/gen/
H A Datexit.c96 atexit(void (*func)(void)) argument
111 p->hdlr = func;
205 void (*func)(void);
215 if (((func = atfp->prepare) != NULL &&
216 in_range(func, range, count)) ||
217 ((func = atfp->parent) != NULL &&
218 in_range(func, range, count)) ||
219 ((func = atfp->child) != NULL &&
220 in_range(func, range, count))) {
264 void (*func)(voi
[all...]
/osnet-11/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) argument
91 new->func = func;
118 new->func = func;
158 pt_sugg_remove(sugg_func_t *func) argument
164 if (n->func == func) {
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmakectxt.c52 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) argument
59 ucp->uc_mcontext.gregs[EIP] = (greg_t)func;
/osnet-11/usr/src/lib/libc/port/unwind/
H A Dunwind.c74 void (*fptr)(void (*func)(void *), void *arg);
94 _ex_clnup_handler(head->arg, head->func);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgfxterm.h36 void grub_gfxterm_set_repaint_callback (grub_gfxterm_repaint_callback_t func);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/uni/
H A Dcase.pl10 my ($base, $spec, $func) = @_;
58 my $d = $func->($c);
70 my $d = $func->($c);
128 my $d = $func->($c);
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.h68 extern int dmgt_avail_disk_iter(dmgt_disk_iter_f func, void *data);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigrat.t35 foreach my $func (qw/new bnorm/)
37 $x = $cr->$func(1234); ok ($x,1234);
39 $x = $cr->$func('1234/1'); ok ($x,1234);
40 $x = $cr->$func('1234/2'); ok ($x,617);
42 $x = $cr->$func('100/1.0'); ok ($x,100);
43 $x = $cr->$func('10.0/1.0'); ok ($x,10);
44 $x = $cr->$func('0.1/10'); ok ($x,'1/100');
45 $x = $cr->$func('0.1/0.1'); ok ($x,'1');
46 $x = $cr->$func('1e2/10'); ok ($x,10);
47 $x = $cr->$func('
[all...]
/osnet-11/usr/src/lib/libc/port/sys/
H A Dsignal.c65 signal(int sig, void(*func)(int)))(int)
72 nact.sa_handler = func;
82 if (func == SIG_IGN)
183 sigset(int sig, void(*func)(int)))(int)
197 if (func == SIG_HOLD) {
203 nact.sa_handler = func;
212 if (func == SIG_IGN)
/osnet-11/usr/src/lib/krb5/ss/
H A Dutils.c46 void generate_function_definition(func)
47 char const *func;
50 fputs(func, output_file);
H A Dlist_rqs.c54 RETSIGTYPE (*func)();
78 func = signal(SIGINT, SIG_IGN);
152 (void) signal(SIGINT, func);
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmakectxt.c55 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) argument
65 reg[REG_PC] = (greg_t)func;
108 __makecontext_v2(ucontext_t *ucp, void (*func)(), int argc, ...) argument
118 reg[REG_PC] = (greg_t)func;
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmakectxt.c55 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) argument
65 reg[REG_PC] = (greg_t)func;
108 __makecontext_v2(ucontext_t *ucp, void (*func)(), int argc, ...) argument
118 reg[REG_PC] = (greg_t)func;
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h1441 #define efi_call_0(func) func()
1442 #define efi_call_1(func, a) func(a)
1443 #define efi_call_2(func, a, b) func(a, b)
1444 #define efi_call_3(func, a, b, c) func(a, b, c)
1445 #define efi_call_4(func, a, b, c, d) func(
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmdebug.c100 const char* file, int line, const Void_t* func, int type)
102 static void dbwarn(vm, data, where, file, line, func, type)
108 const Void_t* func; /* function called from */
177 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(func),-1), ':');
189 const char* file, int line, const Void_t* func, int type)
191 static void dbwatch(vm, data, file, line, func, type)
196 const Void_t* func;
204 { dbwarn(vm,data,type,file,line,func,DB_WATCH);
386 reg Void_t* func; local
391 VMFLF(vm,file,line,func);
99 dbwarn(Vmalloc_t* vm, Void_t* data, int where, const char* file, int line, const Void_t* func, int type) argument
188 dbwatch(Vmalloc_t* vm, Void_t* data, const char* file, int line, const Void_t* func, int type) argument
441 Void_t* func; local
511 Void_t* func; local
708 reg Void_t* func; local
[all...]
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmakectxt.c52 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) argument
62 ucp->uc_mcontext.gregs[REG_PC] = (greg_t)func;
/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dthrp_unwind.c72 (*head->func)(head->arg);
116 (*head->func)(head->arg);
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.c108 const char *func,
127 if (func == NULL) {
144 if (strncmp(func, led, strlen(led)) &&
145 strncmp(func, locator, strlen(locator)))
158 ret = invoke_cmd(func, &apidt, &args, flags, errstring);
107 cfga_private_func( const char *func, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_cache.c436 zfs_type_t type, zfs_iter_f func, void *data)
487 if ((ret = func(nzhp, data)) != 0) {
498 zfs_iter_f func, void *data)
503 return (zfs_iter_filesystems(zhp, func, data));
506 func, data));
512 zfs_iter_f func, void *data)
517 return (zfs_iter_shares(zhp, func, data));
520 func, data));
526 zfs_iter_f func, void *data)
530 if ((ret = zfs_cache_iter_filesystems(hdl, zhp, func, dat
435 zfs_cache_iter_type(zfs_handle_cache_t *zhc, zfs_handle_t *zhp, zfs_type_t type, zfs_iter_f func, void *data) argument
497 zfs_cache_iter_filesystems(libzfs_handle_t *hdl, zfs_handle_t *zhp, zfs_iter_f func, void *data) argument
511 zfs_cache_iter_shares(libzfs_handle_t *hdl, zfs_handle_t *zhp, zfs_iter_f func, void *data) argument
525 zfs_cache_iter_children(libzfs_handle_t *hdl, zfs_handle_t *zhp, zfs_iter_f func, void *data) argument
541 zfs_cache_iter_dependents(zfs_handle_t *zhp, boolean_t allowrecursion, zfs_iter_f func, void *data) argument
581 zfs_cache_iter_root(libzfs_handle_t *hdl, zfs_iter_f func, void *data) argument
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dtsd.c393 void (*func)(void *);
402 if ((func = tsdm->tsdm_destro[key]) != NULL &&
403 func != TSD_UNALLOCATED &&
407 (*func)(val);
423 if ((func = tsdm->tsdm_destro[key]) != NULL &&
424 func != TSD_UNALLOCATED &&
428 (*func)(val);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dcmdline.c174 (builtin->func) (arg, BUILTIN_CMDLINE);
209 (builtin->func) ("on", BUILTIN_SCRIPT);
271 (builtin->func) (arg, BUILTIN_SCRIPT);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DConfig.t60 foreach my $func (@exports) {
61 ::ok( __PACKAGE__->can($func), "$func exported" );
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN/common/
H A Dsun_element.c53 int (*func)(const ses2_elem_status_impl_t *, nvlist_t *); member in struct:status_parser
87 if (sp->type == type && sp->func != NULL)
88 return (sp->func(esip, nvl));
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c67 evTimerFunc func; member in struct:__anon2426
303 evTimerFunc func,
313 "evSetTimer(ctx %p, func %p, uap %p, due %ld.%09ld, inter %ld.%09ld)\n",
314 ctx, func, uap,
341 id->func = func;
421 evTimerFunc func,
453 timer->func = func;
480 evTimerFunc func,
302 evSetTimer(evContext opaqueCtx, evTimerFunc func, void *uap, struct timespec due, struct timespec inter, evTimerID *opaqueID ) argument
419 evResetTimer(evContext opaqueCtx, evTimerID id, evTimerFunc func, void *uap, struct timespec due, struct timespec inter ) argument
479 evSetIdleTimer(evContext opaqueCtx, evTimerFunc func, void *uap, struct timespec max_idle, evTimerID *opaqueID ) argument
517 evResetIdleTimer(evContext opaqueCtx, evTimerID opaqueID, evTimerFunc func, void *uap, struct timespec max_idle ) argument
[all...]
/osnet-11/usr/src/lib/libsasl/include/
H A Dplugin_common.h209 reg_sun_t *func = NULL; \
212 (const char **)&func, &l); \
213 if (func != NULL && l == 0) \
214 (*func)(Y); \

Completed in 2306 milliseconds

1234567891011>>