Home
last modified time | relevance | path

Searched refs:funcp (Results 1 – 25 of 42) sorted by relevance

12

/titanic_50/usr/src/uts/sun4/io/efcode/
H A Dfc_ddi.c49 int (*funcp)(dev_info_t *, dev_info_t *, ddi_dma_attr_t *, in fc_ddi_dma_alloc_handle() local
52 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_allochdl; in fc_ddi_dma_alloc_handle()
53 return ((*funcp)(dip, dip, attr, waitfp, arg, handlep)); in fc_ddi_dma_alloc_handle()
64 int (*funcp)(dev_info_t *, dev_info_t *, ddi_dma_handle_t, in fc_ddi_dma_buf_bind_handle() local
109 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_bindhdl; in fc_ddi_dma_buf_bind_handle()
110 return ((*funcp)(dip, dip, handle, &dmareq, cookiep, ccountp)); in fc_ddi_dma_buf_bind_handle()
116 int (*funcp)(dev_info_t *, dev_info_t *, ddi_dma_handle_t); in fc_ddi_dma_unbind_handle() local
122 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_unbindhdl; in fc_ddi_dma_unbind_handle()
123 return ((*funcp)(dip, dip, handle)); in fc_ddi_dma_unbind_handle()
129 int (*funcp)(dev_info_t *, dev_info_t *, ddi_dma_handle_t); in fc_ddi_dma_free_handle() local
[all …]
/titanic_50/usr/src/cmd/pgrep/
H A Dpgrep.c278 void (*funcp)(psinfo_t *)) in scan_proc_dir()
323 (*funcp)(&ps); in scan_proc_dir()
332 (*funcp)(&ops); in scan_proc_dir()
595 void (*funcp)(psinfo_t *); in main() local
702 funcp = kill_proc; in main()
704 funcp = print_proc_long; in main()
706 funcp = print_proc; in main()
708 nmatches = scan_proc_dir(g_procdir, dirp, &g_psexp, funcp); in main()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c152 static time_t time1 P((struct tm * tmp, void (* funcp)(),
154 static time_t time2 P((struct tm *tmp, void (* funcp)(),
1232 time2(tmp, funcp, offset, okayp) in time2() argument
1234 void (* const funcp)();
1293 (*funcp)(&t, offset, &mytm);
1314 ((funcp == localsub) ? lclptr : gmtptr);
1325 (*funcp)(&newt, offset, &mytm);
1341 (*funcp)(&t, offset, tmp);
1347 time1(tmp, funcp, offset) in time1() argument
1349 void (* const funcp)();
[all …]
/titanic_50/usr/src/uts/common/os/
H A Dprocset.c84 dotoprocs(procset_t *psp, int (*funcp)(), char *arg) in dotoprocs() argument
91 ASSERT(funcp != NULL); in dotoprocs()
150 error = (*funcp)(prp, arg); in dotoprocs()
186 error = (*funcp)(prp, arg); in dotoprocs()
202 error = (*funcp)(lastprp, arg); in dotoprocs()
881 dotolwp(procset_t *psp, int (*funcp)(), char *arg) in dotolwp() argument
924 error = (*funcp)(arg, tp); in dotolwp()
H A Dsunddi.c770 int (*funcp)(dev_info_t *, dev_info_t *, ddi_dma_attr_t *, in ddi_dma_allochdl() local
776 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_allochdl; in ddi_dma_allochdl()
777 return ((*funcp)(dip, rdip, attr, waitfp, arg, handlep)); in ddi_dma_allochdl()
783 int (*funcp)(dev_info_t *, dev_info_t *, ddi_dma_handle_t); in ddi_dma_freehdl() local
788 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_freehdl; in ddi_dma_freehdl()
789 return ((*funcp)(dip, rdip, handlep)); in ddi_dma_freehdl()
797 int (*funcp)(dev_info_t *, dev_info_t *, ddi_dma_handle_t, in ddi_dma_bindhdl() local
803 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_bindhdl; in ddi_dma_bindhdl()
804 return ((*funcp)(dip, rdip, handle, dmareq, cp, ccountp)); in ddi_dma_bindhdl()
811 int (*funcp)(dev_info_t *, dev_info_t *, ddi_dma_handle_t); in ddi_dma_unbindhdl() local
[all …]
H A Dclock.c403 void (*funcp)(); in clock() local
622 if ((funcp = cmm_clock_callout) != NULL) in clock()
623 (*funcp)(); in clock()
625 if ((funcp = cpucaps_clock_callout) != NULL) in clock()
626 (*funcp)(); in clock()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclkstat.c62 typedef int (*funcp)(kstat_ctl_t *, char *, int); typedef
73 static funcp port_state[] = {
79 static funcp port_cond[] = {
/titanic_50/usr/src/uts/common/sys/
H A Dstrmdep.h55 #define saveaddr(funcp) argument
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c959 softsp->poll_list[i].funcp = NULL; in fhc_init()
1023 uint_t (*funcp)(caddr_t, caddr_t) = intr_info->funcp; in fhc_intr_wrapper() local
1031 void *, funcp, caddr_t, iarg1, caddr_t, iarg2); in fhc_intr_wrapper()
1033 intr_return = (*funcp)(iarg1, iarg2); in fhc_intr_wrapper()
1036 void *, funcp, caddr_t, iarg1, int, intr_return); in fhc_intr_wrapper()
1071 funcp0 = softsp->poll_list[0].funcp; in fhc_zs_intr_wrapper()
1072 funcp1 = softsp->poll_list[1].funcp; in fhc_zs_intr_wrapper()
1177 if (softsp->poll_list[zs_inst].funcp == NULL) { in fhc_add_intr_impl()
1182 softsp->poll_list[zs_inst].funcp = in fhc_add_intr_impl()
1214 softsp->poll_list[zs_inst].funcp, in fhc_add_intr_impl()
[all …]
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.c606 ddi_xbuf_flushq(ddi_xbuf_attr_t xap, int (*funcp)(struct buf *)) in ddi_xbuf_flushq()
626 if ((funcp != NULL) && (!(*funcp)(bp))) { in ddi_xbuf_flushq()
H A Dsd_xbuf.h119 DDII void ddi_xbuf_flushq(ddi_xbuf_attr_t xap, int (*funcp)(struct buf *));
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_switch.c748 nss_backend_op_t funcp = NULL; in nss_search() local
850 funcp = NSS_LOOKUP_DBOP(be, search_fnum); in nss_search()
853 if (be == NULL || (params.dnsi < 0 && (funcp == NULL || in nss_search()
863 NSCD_NSW_SRC_NAME(srci), be, smf_state, funcp); in nss_search()
909 res = (*funcp)(be, search_args); in nss_search()
919 res = (*funcp)(be, search_args); in nss_search()
/titanic_50/usr/src/uts/common/io/warlock/
H A Dsd.wlcmd51 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
H A Dssd.wlcmd45 add sd.c:ssd_start_cmds/funcp target ssd_initpkt_for_buf ssd_initpkt_for_uscsi
H A Dsd_with_esp.wlcmd56 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
H A Dsd_with_isp.wlcmd47 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
H A Dsd_with_fas.wlcmd58 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
H A Dsd_with_glm.wlcmd58 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
H A Dsd_with_mpt.wlcmd60 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
H A Dmv.wlcmd34 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
H A Dahci.wlcmd40 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
H A Dbcm_sata.wlcmd39 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
/titanic_50/usr/src/uts/sun4u/io/
H A Dsysiosbus.c1624 uint_t (*funcp)() = intr_handler->funcp; in sbus_intr_wrapper() local
1634 void *, funcp, caddr_t, arg1, caddr_t, arg2); in sbus_intr_wrapper()
1636 r = (*funcp)(arg1, arg2); in sbus_intr_wrapper()
1639 void *, funcp, caddr_t, arg1, int, r); in sbus_intr_wrapper()
1743 intr_handler->funcp = hdlp->ih_cb_func; in sbus_add_intr_impl()
1812 DDI_INTR_ASSIGN_HDLR_N_ARGS(hdlp, intr_handler->funcp, in sbus_add_intr_impl()
/titanic_50/usr/src/lib/libpam/
H A Dpam_framework.c983 void *funcp; in func() local
985 if ((funcp = modulep->function_ptr) == NULL) in func()
990 return (((struct auth_module *)funcp)->pam_sm_authenticate); in func()
992 return (((struct auth_module *)funcp)->pam_sm_setcred); in func()
994 return (((struct account_module *)funcp)->pam_sm_acct_mgmt); in func()
996 return (((struct session_module *)funcp)->pam_sm_open_session); in func()
998 return (((struct session_module *)funcp)->pam_sm_close_session); in func()
1000 return (((struct password_module *)funcp)->pam_sm_chauthtok); in func()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c628 mdb_fmt_func_f *funcp; in mdb_fmt_print() local
646 funcp = (mdb_fmt_func_f *)fp->f_ptr; in mdb_fmt_print()
647 addr = funcp(t, as, addr, cnt); in mdb_fmt_print()

12