| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| strmdep.h | 55 #define saveaddr(funcp)
|
| /onnv/onnv-gate/usr/src/uts/sun4/io/efcode/ |
| fc_ddi.c | 49 int (*funcp)(dev_info_t *, dev_info_t *, ddi_dma_attr_t *, 52 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_allochdl; 53 return ((*funcp)(dip, dip, attr, waitfp, arg, handlep)); 64 int (*funcp)(dev_info_t *, dev_info_t *, ddi_dma_handle_t, 109 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_bindhdl; 110 return ((*funcp)(dip, dip, handle, &dmareq, cookiep, ccountp)); 116 int (*funcp)(dev_info_t *, dev_info_t *, ddi_dma_handle_t); 122 funcp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_unbindhdl; 123 return ((*funcp)(dip, dip, handle)); 129 int (*funcp)(dev_info_t *, dev_info_t *, ddi_dma_handle_t) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/warlock/ |
| ssd.wlcmd | 45 add sd.c:ssd_start_cmds/funcp target ssd_initpkt_for_buf ssd_initpkt_for_uscsi
|
| sd.wlcmd | 51 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
|
| sd_with_isp.wlcmd | 47 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
|
| sd_with_esp.wlcmd | 56 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
|
| sd_with_fas.wlcmd | 58 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
|
| sd_with_glm.wlcmd | 58 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
|
| sd_with_mpt.wlcmd | 60 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
|
| sd_with_uata.wlcmd | 65 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
|
| ahci.wlcmd | 43 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
|
| mv.wlcmd | 34 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
|
| scsa1394.wlcmd | 146 add sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| localtime.c | 152 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) 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) 1349 void (* const funcp)(); [all...] |
| /onnv/onnv-gate/usr/src/cmd/pgrep/ |
| pgrep.c | 279 void (*funcp)(psinfo_t *)) 324 (*funcp)(&ps); 333 (*funcp)(&ops); 596 void (*funcp)(psinfo_t *); 698 funcp = kill_proc; 700 funcp = print_proc_long; 702 funcp = print_proc; 704 nmatches = scan_proc_dir(g_procdir, dirp, &g_psexp, funcp);
|
| /onnv/onnv-gate/usr/src/uts/common/io/scsi/targets/ |
| sd_xbuf.h | 119 DDII void ddi_xbuf_flushq(ddi_xbuf_attr_t xap, int (*funcp)(struct buf *));
|
| sd_xbuf.c | 607 ddi_xbuf_flushq(ddi_xbuf_attr_t xap, int (*funcp)(struct buf *)) 627 if ((funcp != NULL) && (!(*funcp)(bp))) {
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| procset.c | 69 * by the procset structure pointed to by psp. funcp points to a 84 dotoprocs(procset_t *psp, int (*funcp)(), char *arg) 91 ASSERT(funcp != NULL); 150 error = (*funcp)(prp, arg); 186 error = (*funcp)(prp, arg); 202 error = (*funcp)(lastprp, arg); 869 * pointed to by psp. If funcp is non-NULL then it points to a function 881 dotolwp(procset_t *psp, int (*funcp)(), char *arg) 924 error = (*funcp)(arg, tp);
|
| sunddi.c | 740 int (*funcp)() = ddi_dma_map; 765 funcp = bop->bus_dma_map; 766 return ((*funcp)(dip, dip, dmareqp, handlep)); 774 int (*funcp)() = ddi_dma_map; 805 funcp = bop->bus_dma_map; 807 return ((*funcp)(dip, dip, &dmareq, handlep)); 815 int (*funcp)() = ddi_dma_map; 870 funcp = bop->bus_dma_map; 872 return ((*funcp)(dip, dip, &dmareq, handlep)); 993 int (*funcp)(dev_info_t *, dev_info_t *, struct ddi_dma_req * [all...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
| piclkstat.c | 64 typedef int (*funcp)(kstat_ctl_t *, char *, int); typedef 74 static funcp port_state[] = { 80 static funcp port_cond[] = {
|
| /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/io/ |
| fhc.c | 957 softsp->poll_list[i].funcp = NULL; 1021 uint_t (*funcp)(caddr_t, caddr_t) = intr_info->funcp; 1029 void *, funcp, caddr_t, iarg1, caddr_t, iarg2); 1031 intr_return = (*funcp)(iarg1, iarg2); 1034 void *, funcp, caddr_t, iarg1, int, intr_return); 1069 funcp0 = softsp->poll_list[0].funcp; 1070 funcp1 = softsp->poll_list[1].funcp; 1175 if (softsp->poll_list[zs_inst].funcp == NULL) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb_ctf.c | 347 mdb_ctf_func_args(const mdb_ctf_funcinfo_t *funcp, uint_t len, 357 if (funcp == NULL || argv == NULL) 360 fp = mdb_ctf_type_file(funcp->mtf_return); 362 if (ctf_func_args(fp, funcp->mtf_symidx, len, cargv) == CTF_ERR) 365 for (i = MIN(len, funcp->mtf_argc) - 1; i >= 0; i--) {
|
| /onnv/onnv-gate/usr/src/cmd/nscd/ |
| nscd_switch.c | 750 nss_backend_op_t funcp = NULL; local 852 funcp = NSS_LOOKUP_DBOP(be, search_fnum); 855 if (be == NULL || (params.dnsi < 0 && (funcp == NULL || 864 "smf state = %d, funcp = %p\n", 865 NSCD_NSW_SRC_NAME(srci), be, smf_state, funcp); 911 res = (*funcp)(be, search_args); 921 res = (*funcp)(be, search_args); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| dsl_scrub.c | 71 enum scrub_func *funcp = arg2; local 78 ASSERT(*funcp > SCRUB_FUNC_NONE); 79 ASSERT(*funcp < SCRUB_FUNC_NUMFUNCS); 85 if (*funcp == SCRUB_FUNC_CLEAN) { 129 dp->dp_scrub_func = *funcp; 166 *funcp, dp->dp_scrub_min_txg, dp->dp_scrub_max_txg); [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/io/ |
| sysiosbus.c | [all...] |