Searched defs:func (Results 76 - 100 of 139) sorted by relevance

123456

/osnet-11/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element.c510 int (*func)(const ses2_elem_status_impl_t *, nvlist_t *); member in struct:status_parser
566 if (sp->type == type && sp->func != NULL)
567 return (sp->func(esip, nvl));
912 int (*func)(const ses2_aes_descr_eip_impl_t *, nvlist_t *, size_t); member in struct:aes_parser
938 for (app = &aes_parsers[0]; app->func != NULL; app++)
941 if (app->func == NULL)
948 return (app->func(dep, props, len));
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dlhot.c390 * If OVERALL_STATUS is sent as the "func",
399 l_encl_status_page_funcs(int func, char *code, int todo, char *ses_path, argument
454 switch (func) {
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c75 static uint32_t read_long(int fd, int bus, int dev, int func,
77 static uint8_t read_byte(int fd, int bus, int dev, int func, int offset,
79 static uint16_t read_word(int fd, int bus, int dev, int func, int offset,
189 * Get bus#, dev# and func# for this card from 'reg' property.
572 read_long(int fd, int bus, int dev, int func, int offset, int *ret) argument
583 prg.func_no = func;
588 log_printf("%d.%d.%d offset 0x%x\n", bus, dev, func, offset);
595 read_word(int fd, int bus, int dev, int func, int offset, int *ret) argument
606 prg.func_no = func;
611 log_printf("%d.%d.%d offset 0x%x\n", bus, dev, func, offse
618 read_byte(int fd, int bus, int dev, int func, int offset, int *ret) argument
642 get_lane_width(char *device_path, int bus, int dev, int func, int *actual, int *maximum, uint32_t *speed_max, uint32_t *speed_at, int *type) argument
[all...]
/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...]
H A Deventlib_p.h77 evConnFunc func; member in struct:evConn
113 evFileFunc func; member in struct:evFile
125 evStreamFunc func; member in struct:evStream
144 evTimerFunc func; member in struct:evTimer
153 evWaitFunc func; member in struct:evWait
/osnet-11/usr/src/lib/libdladm/common/
H A Dsecobj.c240 boolean_t (*func)(dladm_handle_t, void *, const char *), uint_t flags)
248 return (i_dladm_walk_secobj_db(handle, arg, func));
282 if (!func(handle, arg, objp->so_name))
600 boolean_t (*func)(dladm_handle_t, void *, const char *))
622 cont = func(handle, arg, fsnp->sn_name);
239 dladm_walk_secobj(dladm_handle_t handle, void *arg, boolean_t (*func)(dladm_handle_t, void *, const char *), uint_t flags) argument
599 i_dladm_walk_secobj_db(dladm_handle_t handle, void *arg, boolean_t (*func)(dladm_handle_t, void *, const char *)) argument
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_ident.c835 dt_idhash_iter(dt_idhash_t *dhp, dt_idhash_f *func, void *data) argument
856 if ((rv = func(dhp, ids[i], data)) != 0)
H A Ddt_module.c348 * order of equal-valued symbols is determined by the comparison func.
390 * order of equal-valued symbols is determined by the comparison func.
1284 dtrace_object_iter(dtrace_hdl_t *dtp, dtrace_obj_f *func, void *data) argument
1291 if ((rv = (*func)(dtp, dt_module_info(dmp, &dto), data)) != 0)
H A Ddt_proc.c94 dt_proc_bpcreate(dt_proc_t *dpr, uintptr_t addr, dt_bkpt_f *func, void *data) argument
102 dbp->dbp_func = func;
H A Ddt_provider.c818 const dtrace_probedesc_t *pdp, dtrace_probe_f *func, void *arg)
829 pit.pit_func = func;
863 else if ((rv = func(dtp, &pd, arg)) != 0)
817 dtrace_probe_iter(dtrace_hdl_t *dtp, const dtrace_probedesc_t *pdp, dtrace_probe_f *func, void *arg) argument
/osnet-11/usr/src/lib/fm/libfmd_adm/common/
H A Dfmd_adm.c298 fmd_adm_module_iter(fmd_adm_t *ap, fmd_adm_module_f *func, void *arg) argument
341 if (func(&ami, arg) != 0)
500 fmd_adm_rsrc_iter(fmd_adm_t *ap, int all, fmd_adm_rsrc_f *func, void *arg) argument
586 rv = func(&ari, arg);
733 fmd_adm_case_f *func, void *arg)
779 return (func(acp, arg));
787 fmd_adm_case_iter(fmd_adm_t *ap, const char *url_token, fmd_adm_case_f *func, argument
877 rv = fmd_adm_case_one(&aci, url_token, func, arg);
899 fmd_adm_serd_f *func, void *arg)
974 rv = func(
732 fmd_adm_case_one(fmd_adm_caseinfo_t *acp, const char *url_token, fmd_adm_case_f *func, void *arg) argument
898 fmd_adm_serd_iter(fmd_adm_t *ap, const char *name, fmd_adm_serd_f *func, void *arg) argument
1009 fmd_adm_xprt_iter(fmd_adm_t *ap, fmd_adm_xprt_f *func, void *arg) argument
[all...]
/osnet-11/usr/src/lib/fm/libfmd_zfs/common/
H A Dfmd_zfs.c463 fmd_zfs_iter_by_devid(libzfs_handle_t *zhdl, char *devid, fmd_zfs_func_t func, argument
470 cb.cb_func = func;
477 fmd_zfs_func_t func, void *arg)
484 cb.cb_func = func;
490 fmd_zfs_iter_all(libzfs_handle_t *zhdl, fmd_zfs_func_t func, void *arg) argument
495 cb.cb_func = func;
502 fmd_zfs_func_t func, void *arg)
508 cb.cb_func = func;
515 uint64_t vdev_guid, fmd_zfs_func_t func, void *arg)
522 cb.cb_func = func;
476 fmd_zfs_iter_by_location(libzfs_handle_t *zhdl, char *chassissn, char *location, fmd_zfs_func_t func, void *arg) argument
501 fmd_zfs_iter_by_devpath(libzfs_handle_t *zhdl, char *devpath, fmd_zfs_func_t func, void *arg) argument
514 fmd_zfs_iter_by_guid(libzfs_handle_t *zhdl, uint64_t pool_guid, uint64_t vdev_guid, fmd_zfs_func_t func, void *arg) argument
[all...]
/osnet-11/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c168 fmev_shdlctl_thrsetup(fmev_shdl_t hdl, door_xcreate_thrsetup_func_t *func, argument
179 sysevent_subattr_thrsetup(ihdl->sh_attr, func, cookie);
186 fmev_shdlctl_thrcreate(fmev_shdl_t hdl, door_xcreate_server_func_t *func, argument
197 sysevent_subattr_thrcreate(ihdl->sh_attr, func, cookie);
246 fmev_shdl_subscribe(fmev_shdl_t hdl, const char *pat, fmev_cbfunc_t func, argument
258 if (pat == NULL || func == NULL)
295 sip->si_cb = func;
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_subr.c487 int (*func)(fmd_agent_hdl_t *, int, int, int); member in struct:strand_walk_data
519 rc = swdp->func(swdp->hdl, chipid, coreid, strandid);
533 if (swdp->func == fmd_agent_cpu_retire)
535 else if (swdp->func == fmd_agent_cpu_unretire)
537 else if (swdp->func == fmd_agent_cpu_isretired)
552 int (*func)(fmd_agent_hdl_t *, int, int, int))
558 swdp->func = func;
/osnet-11/usr/src/cmd/powertop/common/
H A Dpowertop.h221 sugg_func_t *func; member in struct:suggestion
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h79 Void_t* func; /* calling function */ member in struct:_vmalloc_s
218 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)
220 #define _VMFUNC_(vm) (_VM_(vm)->func = 0)
/osnet-11/usr/src/lib/libast/common/include/
H A Dvmalloc.h79 Void_t* func; /* calling function */ member in struct:_vmalloc_s
218 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)
220 #define _VMFUNC_(vm) (_VM_(vm)->func = 0)
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c230 Void_t* func; local
234 VMFLF(Vmregion,file,line,func);
242 Vmregion->func = func;
478 Void_t* func; local
483 VMFLF(Vmregion,file,line,func);
496 Vmregion->func = func;
H A Dvmprofile.c475 reg Void_t* func; local
478 VMFLF(vm,file,line,func);
496 { vm->file = file; vm->line = line; vm->func = func;
518 reg Void_t* func; local
521 VMFLF(vm,file,line,func);
555 { vm->file = file; vm->line = line; vm->func = func;
582 reg Void_t* func; local
598 VMFLF(vm,file,line,func);
703 reg Void_t* func; local
[all...]
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h79 Void_t* func; /* calling function */ member in struct:_vmalloc_s
218 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)
220 #define _VMFUNC_(vm) (_VM_(vm)->func = 0)
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h79 Void_t* func; /* calling function */ member in struct:_vmalloc_s
218 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)
220 #define _VMFUNC_(vm) (_VM_(vm)->func = 0)
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h79 Void_t* func; /* calling function */ member in struct:_vmalloc_s
218 #define _VMFUNC_(vm) (_VM_(vm)->func = (Void_t*)__FUNCTION__)
220 #define _VMFUNC_(vm) (_VM_(vm)->func = 0)
/osnet-11/usr/src/lib/libvrrpadm/common/
H A Dlibvrrpadm.c122 vrrp_cmd_request(void *cmd, size_t csize, vrrp_cmd_func_t func, void *arg) argument
190 if (func != NULL)
191 err = func(sock, arg);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c939 t_action func; local
974 if ((func = ins_rep[i]) != (t_action) 0) {
976 for (j = i; j <= lr && ins_rep[j] == func; ++j)
978 (*func)(i, j);
/osnet-11/usr/src/lib/libpp/common/
H A Dppproto.c572 char* func = 0; local
1693 if ((flags & MANGLE) && func)
1695 func[0] = 'F';
1696 func[1] = 'U';
1697 func[2] = 'N';
1698 func[3] = 'C';
1699 func = 0;
1818 func = op + 1;
1823 func = 0;

Completed in 81 milliseconds

123456