Home
last modified time | relevance | path

Searched refs:softc (Results 101 – 125 of 201) sorted by relevance

123456789

/freebsd/sys/sys/
H A Dterminal.h211 struct terminal *terminal_alloc(const struct terminal_class *tc, void *softc);
227 #define TERMINAL_DECLARE_EARLY(name, class, softc) \ argument
230 .tm_softc = softc, \
H A Dtty.h165 struct tty *tty_alloc(struct ttydevsw *tsw, void *softc);
166 struct tty *tty_alloc_mutex(struct ttydevsw *tsw, void *softc, struct mtx *mtx);
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_irc_pxy.c251 ipf_main_softc_t *softc; in ipf_p_irc_send() local
264 softc = fin->fin_main_soft; in ipf_p_irc_send()
390 ipf_nat_softc_t *softn = softc->ipf_nat_soft; in ipf_p_irc_send()
416 (void) ipf_state_add(softc, &fi, NULL, SI_W_DPORT); in ipf_p_irc_send()
/freebsd/sys/dev/enic/
H A Denic.h162 struct enic_softc *softc; member
175 struct enic_softc *softc; member
268 struct enic_softc *softc; member
385 struct enic_softc *softc; member
/freebsd/sys/geom/union/
H A Dg_union.c268 gp->softc = sc; in g_union_ctl_create()
500 sc = gp->softc; in g_union_ctl_reset()
556 sc = gp->softc; in g_union_ctl_revert()
653 sc = gp->softc; in g_union_ctl_commit()
775 sc = pp->geom->softc; in g_union_access()
803 sc = bp->bio_to->geom->softc; in g_union_start()
1247 sc = gp->softc; in g_union_dumpconf()
1315 sc = gp->softc; in g_union_destroy()
1366 sc = gp->softc; in g_union_providergone()
1367 gp->softc = NULL; in g_union_providergone()
[all …]
/freebsd/sys/geom/label/
H A Dg_label_gpt.c106 tp = (struct g_part_table *)pp->geom->softc; in g_label_gpt_taste()
139 tp = (struct g_part_table *)pp->geom->softc; in g_label_gpt_uuid_taste()
/freebsd/sys/geom/uzip/
H A Dg_uzip.c147 struct g_uzip_softc *sc = gp->softc; in g_uzip_softc_free()
167 gp->softc = NULL; in g_uzip_softc_free()
177 sc = gp->softc; in g_uzip_cached()
233 sc = gp->softc; in g_uzip_request()
330 sc = gp->softc; in g_uzip_read_done()
469 sc = gp->softc; in g_uzip_start()
783 gp->softc = sc; in g_uzip_taste()
933 free(gp->softc, M_GEOM_UZIP); in g_uzip_taste()
959 if (gp->softc == NULL) { in g_uzip_destroy_geom()
/freebsd/sys/geom/vinum/
H A Dgeom_vinum_list.c70 sc = gp->softc; in gv_list()
223 sc = gp->softc; in gv_lv()
279 sc = gp->softc; in gv_lp()
369 sc = gp->softc; in gv_ls()
444 sc = gp->softc; in gv_ld()
H A Dgeom_vinum_create.c318 sc = gp->softc; in gv_concat()
383 sc = gp->softc; in gv_mirror()
476 sc = gp->softc; in gv_raid5()
553 sc = gp->softc; in gv_stripe()
/freebsd/sys/arm/xilinx/
H A Dzy7_l2cache.c46 zynq7_pl310_init(platform_t plat, struct pl310_softc *softc) in zynq7_pl310_init() argument
/freebsd/sys/geom/gate/
H A Dg_gate.c161 gp->softc = NULL; in g_gate_destroy()
175 sc = pp->geom->softc; in g_gate_access()
193 sc = bp->bio_to->geom->softc; in g_gate_queue_io()
239 sc = cp->geom->softc; in g_gate_done()
253 sc = pbp->bio_to->geom->softc; in g_gate_start()
411 sc = gp->softc; in g_gate_orphan()
427 sc = gp->softc; in g_gate_dumpconf()
582 gp->softc = sc; in g_gate_create()
/freebsd/sys/geom/virstor/
H A Dg_virstor.c443 return (gp->softc); in virstor_find_geom()
680 sc = gp->softc; in g_virstor_destroy_geom()
685 gp->softc); in g_virstor_destroy_geom()
817 sc = gp->softc; in g_virstor_taste()
843 sc = gp->softc; in g_virstor_taste()
940 gp->softc = NULL; in virstor_geom_destroy()
1070 sc = gp->softc; in create_virstor_geom()
1110 gp->softc = sc; in create_virstor_geom()
1382 sc = gp->softc; in g_virstor_orphan()
1408 sc = gp->softc; in g_virstor_access()
[all …]
/freebsd/sys/geom/cache/
H A Dg_cache.c219 sc = bp->bio_from->geom->softc; in g_cache_done()
350 sc = gp->softc; in g_cache_start()
452 g_cache_destroy(cp->geom->softc, 1); in g_cache_orphan()
462 return (gp->softc); in g_cache_find_device()
520 gp->softc = sc; in g_cache_create()
590 gp->softc = NULL; in g_cache_destroy()
600 return (g_cache_destroy(gp->softc, 0)); in g_cache_destroy_geom()
983 sc = gp->softc; in g_cache_dumpconf()
/freebsd/contrib/lib9p/
H A Dconnection.c171 conn->lc_server->ls_backend->softc, fid); in l9p_connection_close()
211 be->freefid(be->softc, fid); in l9p_connection_remove_fid()
/freebsd/sys/cam/ctl/
H A Dctl_tpc.h34 uint64_t tpcl_resolve(struct ctl_softc *softc, int init_port,
/freebsd/sys/dev/dwc/
H A Ddwc1000_core.h43 void dwc1000_intr(struct dwc_softc *softc);
/freebsd/sys/geom/journal/
H A Dg_journal.c405 sc = cp->geom->softc; in g_journal_orphan()
432 sc = pp->geom->softc; in g_journal_access()
1363 sc = cp->geom->softc; in g_journal_flush_done()
2218 sc = gp->softc; in g_journal_create()
2255 gp->softc = sc; in g_journal_create()
2441 gp->softc = NULL; in g_journal_destroy()
2518 sc = gp->softc; in g_journal_find_device()
2625 sc = gp->softc; in g_journal_dumpconf()
2696 sc = gp->softc; in g_journal_lowmem()
2833 sc = gp->softc; in g_journal_do_switch()
[all …]
/freebsd/sys/dev/syscon/
H A Dsyscon.c124 return (syscon->softc); in syscon_get_softc()
175 syscon->softc = malloc(syscon_class->size, M_SYSCON, in syscon_create()
H A Dsyscon.h47 void *softc; /* provider softc */ member
/freebsd/usr.sbin/bhyve/
H A Dacpi_device.h47 int acpi_device_create(struct acpi_device **new_dev, void *softc,
/freebsd/contrib/lib9p/backend/
H A Dbackend.h33 void *softc; member
/freebsd/sys/dev/phy/
H A Dphy_internal.h50 void *softc; /* Producer softc */ member
/freebsd/sys/geom/
H A Dgeom_slice.h66 void *softc; member
/freebsd/sys/amd64/vmm/amd/
H A Damdvi_priv.h407 int amdvi_setup_hw(struct amdvi_softc *softc);
408 int amdvi_teardown_hw(struct amdvi_softc *softc);
/freebsd/sys/dev/oce/
H A Doce_user.h57 struct oce_softc *softc; member

123456789