/titanic_44/usr/src/lib/efcode/packages/ |
H A D | populate.c | 69 error = fc_run_priv(env->private, "sunos,get-fcode-size", 1, 1, in do_builtin_dropin() 79 error = fc_run_priv(env->private, "sunos,get-fcode", 3, 1, in do_builtin_dropin() 166 error = fc_run_priv(env->private, "sunos,get-fcode-size", 1, 1, in builtin_driver_method_hook() 258 error = fc_run_priv(env->private, "sunos,get-fcode-size", 1, 1, in exec_builtin_driver() 270 error = fc_run_priv(env->private, "sunos,get-fcode", 3, 1, in exec_builtin_driver()
|
H A D | memalloc.c | 54 error = fc_run_priv(env->private, "claim-memory", 3, 1, in claim() 72 error = fc_run_priv(env->private, "release-memory", 2, 0, in release() 88 error = fc_run_priv(env->private, "vtop", 1, 2, in fc_vtop()
|
H A D | mapfile-extern | 43 fc_run_priv { FLAGS = EXTERN };
|
/titanic_44/usr/src/lib/efcode/fcdriver/ |
H A D | upload.c | 76 error = fc_run_priv(pd->common, FC_NEW_DEVICE, 4, 0, in create_node() 99 error = fc_run_priv(pd->common, FC_FINISH_DEVICE, 1, 0, in finish_node() 122 error = fc_run_priv(pd->common, FC_CREATE_PROPERTY, 4, 0, in upload_properties()
|
H A D | dma.c | 79 error = fc_run_priv(pd->common, "dma-map-in", 3, 1, in do_dma_map_in() 100 error = fc_run_priv(pd->common, "dma-map-out", 3, 0, fc_size2cell(len), in do_dma_map_out()
|
H A D | property.c | 51 error = fc_run_priv(cdp, service, 2, 1, fc_phandle2cell(node), in getproplen() 69 error = fc_run_priv(cdp, service, 3, 1, fc_phandle2cell(node), in getprop()
|
H A D | phandle.c | 167 error = fc_run_priv(cdp, service, 0, 1, &hcell); in allocate_phandle() 180 error = fc_run_priv(cdp, FC_AP_PHANDLE, 0, 1, &hcell); in fc_get_ap()
|
H A D | misc.c | 52 error = fc_run_priv(env->private, service, nin, 1, virtaddr, &data); in fc_reg_read() 78 error = fc_run_priv(env->private, service, nin, 0, virtaddr, data); in fc_reg_write() 523 error = fc_run_priv(env->private, "local-ether-addr", 0, 2, &mac_add[0], in local_ether_addr()
|
H A D | ioctl.c | 47 fc_run_priv(common_data_t *cdp, char *service, int nin, int nout, ...) in fc_run_priv() function
|
H A D | build_tree.c | 48 error = fc_run_priv(cdp, svc, 1, 1, fc_phandle2cell(node), &hcell); in fc_nodeop()
|
H A D | get_req.c | 443 error = fc_run_priv(env->private, FC_PROBE_SPACE, 0, 1, &cfg); in probe_space()
|
/titanic_44/usr/src/lib/efcode/gp2/ |
H A D | gp2.c | 57 error = fc_run_priv(pdp->common, service, 3, 1, fc_size2cell(len), in mem_map_in() 106 error = fc_run_priv(pdp->common, service, 2, 0, fc_size2cell(len), in mem_map_out() 217 error = fc_run_priv(pdp->common, service, 6, 2, in do_claim_addr() 296 rc = fc_run_priv(pdp->common, "rx@", 1, 1, virtaddr + 0xe0, in do_device_id()
|
/titanic_44/usr/src/lib/efcode/pci/ |
H A D | pci.c | 56 error = fc_run_priv(cdp->common, service, 4, 1, in mem_map_in() 121 error = fc_run_priv(cdp->common, service, 2, 0, in mem_map_out() 139 error = fc_run_priv(h->common, service, 1, 1, fc_uint32_t2cell(cfgadd), in pci_config_fetch() 161 error = fc_run_priv(h->common, service, 2, 0, fc_uint32_t2cell(cfgadd), in pci_config_store()
|
/titanic_44/usr/src/lib/efcode/jupiter/ |
H A D | jupiter.c | 69 error = fc_run_priv(pdp->common, service, 3, 1, fc_size2cell(len), in mem_map_in() 118 error = fc_run_priv(pdp->common, service, 2, 0, in mem_map_out() 347 error = fc_run_priv(pdp->common, service, 2, 1, in do_get_hwd_va() 387 error = fc_run_priv(pdp->common, service, 2, 1, in do_master_interrupt()
|
/titanic_44/usr/src/lib/efcode/include/fcdriver/ |
H A D | proto.h | 50 int fc_run_priv(common_data_t *, char *, int, int, ...);
|
/titanic_44/usr/src/uts/sun4/io/efcode/ |
H A D | fcode.c | 79 static int fc_run_priv(dev_t, intptr_t, int, cred_t *, int *); 457 return (fc_run_priv(dev, arg, mode, credp, rvalp)); in fc_ioctl() 613 fc_run_priv(dev_t dev, intptr_t arg, int mode, cred_t *credp, int *rvalp) in fc_run_priv() function
|