Home
last modified time | relevance | path

Searched refs:xpp (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/xe/
HDif_xe_pccard.c170 const struct xe_pccard_product* xpp; in xe_pccard_product_match() local
176 xpp = (const struct xe_pccard_product*)ent; in xe_pccard_product_match()
178 if (xpp->prodext != prodext) in xe_pccard_product_match()
248 const struct xe_pccard_product *xpp; in xe_pccard_attach() local
269 xpp = xe_pccard_get_product(dev); in xe_pccard_attach()
270 if (xpp == NULL) in xe_pccard_attach()
276 if (xpp->flags & XE_CARD_TYPE_FLAGS_CE2) in xe_pccard_attach()
278 if (xpp->flags & XE_CARD_TYPE_FLAGS_MOHAWK) in xe_pccard_attach()
280 if (xpp->flags & XE_CARD_TYPE_FLAGS_DINGO) { in xe_pccard_attach()
284 if (xpp->product.pp_product & XE_PROD_MODEM_MASK) in xe_pccard_attach()
[all …]
/NextBSD/sys/dev/si/
HDsi.c667 struct si_port *xpp; in si_Sioctl() local
727 xpp = xsc->sc_ports + port; in si_Sioctl()
735 if (xpp->sp_debug) in si_Sioctl()
736 xpp->sp_debug = 0; in si_Sioctl()
738 xpp->sp_debug = DBG_ALL; in si_Sioctl()
739 DPRINT((xpp, DBG_IOCTL, "debug toggled %s\n", in si_Sioctl()
740 (xpp->sp_debug&DBG_ALL)?"ON":"OFF")); in si_Sioctl()
751 dp->tc_dbglvl = xpp->sp_debug; in si_Sioctl()
754 xpp->sp_debug = dp->tc_dbglvl; in si_Sioctl()
776 dp->tc_int = xpp->sp_ccb->hi_ip; in si_Sioctl()
[all …]
/NextBSD/crypto/openssl/apps/
HDsrp.c705 char **xpp = in MAIN() local
709 xpp[DB_srptype][0] = 'R'; in MAIN()