Searched defs:softc (Results 1 - 25 of 103) sorted by relevance

12345

/freebsd-12-stable/sys/arm/xilinx/
H A Dzy7_l2cache.c51 zynq7_pl310_init(platform_t plat, struct pl310_softc *softc) argument
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_backend.c70 struct ctl_softc *softc = control_softc; local
106 struct ctl_softc *softc local
128 struct ctl_softc *softc = control_softc; local
[all...]
H A Dctl_frontend.c75 struct ctl_softc *softc = control_softc; local
111 struct ctl_softc *softc = control_softc; local
133 struct ctl_softc *softc = control_softc; local
150 struct ctl_softc *softc = control_softc; local
229 struct ctl_softc *softc = port->ctl_softc; local
316 struct ctl_softc *softc = port->ctl_softc; local
359 struct ctl_softc *softc = port->ctl_softc; local
[all...]
H A Dctl_tpc_local.c269 tpcl_resolve(struct ctl_softc *softc, int init_port, argument
H A Dctl_frontend_cam_sim.c128 struct cfcs_softc *softc; local
219 struct cfcs_softc *softc = &cfcs_softc; local
243 struct cfcs_softc *softc = (struct cfcs_softc *)arg; local
487 struct cfcs_softc *softc; local
[all...]
/freebsd-12-stable/sys/dev/extres/syscon/
H A Dsyscon.h49 void *softc; /* provider softc */ member in struct:syscon
/freebsd-12-stable/sys/cam/
H A Dcam_sim.c67 cam_sim_alloc(sim_action_func sim_action, sim_poll_func sim_poll, const char *sim_name, void *softc, u_int32_t unit, struct mtx *mtx, int max_dev_transactions, int max_tagged_dev_transactions, struct cam_devq *queue) argument
H A Dcam_sim.h97 void *softc; member in struct:cam_sim
/freebsd-12-stable/sys/dev/extres/phy/
H A Dphy_internal.h52 void *softc; /* Producer softc */ member in struct:phynode
/freebsd-12-stable/sys/geom/
H A Dgeom_slice.h68 void *softc; member in struct:g_slicer
/freebsd-12-stable/stand/common/
H A Dinterp_lua.c106 struct interp_lua_softc *softc = &lua_softc; local
142 struct interp_lua_softc *softc = &lua_softc; local
195 struct interp_lua_softc *softc = &lua_softc; local
/freebsd-12-stable/sys/amd64/vmm/amd/
H A Dvmcb.c116 vmcb_access(struct svm_softc *softc, int vcpu, int write, int ident, argument
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_fha_new.c68 struct fha_params *softc; local
110 struct fha_params *softc; local
[all...]
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_ipsec_pxy.c140 ipf_main_softc_t *softc = fin->fin_main_soft; local
276 ipf_main_softc_t *softc = fin->fin_main_soft; local
[all...]
H A Dip_irc_pxy.c260 ipf_main_softc_t *softc; local
H A Dip_raudio_pxy.c193 ipf_main_softc_t *softc; local
H A Dip_rcmd_pxy.c151 ipf_main_softc_t *softc; local
H A Dip_auth.c344 ipf_main_softc_t *softc = fin->fin_main_soft; local
467 ipf_main_softc_t *softc = fin->fin_main_soft; local
[all...]
/freebsd-12-stable/contrib/ipfilter/
H A Dip_dstlist.c1248 ipf_main_softc_t *softc = fin->fin_main_soft; local
[all...]
/freebsd-12-stable/sys/dev/adlink/
H A Dadlink.c104 struct softc { struct
/freebsd-12-stable/sys/dev/bnxt/
H A Dbnxt_sysctl.c53 bnxt_init_sysctl_ctx(struct bnxt_softc *softc) argument
113 bnxt_free_sysctl_ctx(struct bnxt_softc *softc) argument
159 bnxt_create_tx_sysctls(struct bnxt_softc *softc, int txr) argument
204 bnxt_create_port_stats_sysctls(struct bnxt_softc *softc) argument
654 bnxt_create_rx_sysctls(struct bnxt_softc *softc, int rxr) argument
721 struct bnxt_softc *softc = arg1; local
780 struct bnxt_softc *softc = arg1; local
803 bnxt_create_ver_sysctls(struct bnxt_softc *softc) argument
904 struct bnxt_softc *softc = arg1; local
950 struct bnxt_softc *softc = arg1; local
991 struct bnxt_softc *softc = arg1; local
1016 struct bnxt_softc *softc = arg1; local
1041 struct bnxt_softc *softc = arg1; local
1061 struct bnxt_softc *softc = arg1; local
1081 struct bnxt_softc *softc = arg1; local
1101 struct bnxt_softc *softc = arg1; local
1121 struct bnxt_softc *softc = arg1; local
1141 struct bnxt_softc *softc = arg1; local
1161 struct bnxt_softc *softc = arg1; local
1181 struct bnxt_softc *softc = arg1; local
1200 bnxt_create_config_sysctls_pre(struct bnxt_softc *softc) argument
1338 bnxt_create_hw_lro_sysctls(struct bnxt_softc *softc) argument
1376 struct bnxt_softc *softc = arg1; local
1402 bnxt_create_config_sysctls_post(struct bnxt_softc *softc) argument
[all...]
H A Dbnxt_txrx.c94 struct bnxt_softc *softc = (struct bnxt_softc *)sc; local
179 struct bnxt_softc *softc = (struct bnxt_softc *)sc; local
192 struct bnxt_softc *softc = (struct bnxt_softc *)sc; local
256 struct bnxt_softc *softc = (struct bnxt_softc *)sc; local
303 struct bnxt_softc *softc = (struct bnxt_softc *)sc; local
328 struct bnxt_softc *softc = (struct bnxt_softc *)sc; local
451 bnxt_pkt_get_l2(struct bnxt_softc *softc, if_rxd_info_t ri, struct bnxt_cp_ring *cpr, uint16_t flags_type) argument
528 bnxt_pkt_get_tpa(struct bnxt_softc *softc, if_rxd_info_t ri, struct bnxt_cp_ring *cpr, uint16_t flags_type) argument
614 struct bnxt_softc *softc = (struct bnxt_softc *)sc; local
672 struct bnxt_softc *softc = (struct bnxt_softc *)sc; local
[all...]
/freebsd-12-stable/sys/dev/nmdm/
H A Dnmdm.c132 nmdm_free(void *softc) argument
/freebsd-12-stable/sys/dev/oce/
H A Doce_user.h58 struct oce_softc *softc; member in struct:oce_dev_info
/freebsd-12-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.c490 vt_fb_fini(struct vt_device *vd, void *softc) argument

Completed in 290 milliseconds

12345