Home
last modified time | relevance | path

Searched refs:fc_run_priv (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/lib/efcode/packages/
H A Dpopulate.c69 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 Dmemalloc.c54 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 Dmapfile-extern43 fc_run_priv { FLAGS = EXTERN };
/titanic_44/usr/src/lib/efcode/fcdriver/
H A Dupload.c76 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 Ddma.c79 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 Dproperty.c51 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 Dphandle.c167 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 Dmisc.c52 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 Dioctl.c47 fc_run_priv(common_data_t *cdp, char *service, int nin, int nout, ...) in fc_run_priv() function
H A Dbuild_tree.c48 error = fc_run_priv(cdp, svc, 1, 1, fc_phandle2cell(node), &hcell); in fc_nodeop()
H A Dget_req.c443 error = fc_run_priv(env->private, FC_PROBE_SPACE, 0, 1, &cfg); in probe_space()
/titanic_44/usr/src/lib/efcode/gp2/
H A Dgp2.c57 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 Dpci.c56 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 Djupiter.c69 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 Dproto.h50 int fc_run_priv(common_data_t *, char *, int, int, ...);
/titanic_44/usr/src/uts/sun4/io/efcode/
H A Dfcode.c79 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