Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/xe/
Dif_xe_pccard.c172 const struct xe_pccard_product* xpp; in xe_pccard_product_match() local
178 xpp = (const struct xe_pccard_product*)ent; in xe_pccard_product_match()
180 if (xpp->prodext != prodext) in xe_pccard_product_match()
250 const struct xe_pccard_product *xpp; in xe_pccard_attach() local
271 xpp = xe_pccard_get_product(dev); in xe_pccard_attach()
272 if (xpp == NULL) in xe_pccard_attach()
278 if (xpp->flags & XE_CARD_TYPE_FLAGS_CE2) in xe_pccard_attach()
280 if (xpp->flags & XE_CARD_TYPE_FLAGS_MOHAWK) in xe_pccard_attach()
282 if (xpp->flags & XE_CARD_TYPE_FLAGS_DINGO) { in xe_pccard_attach()
286 if (xpp->product.pp_product & XE_PROD_MODEM_MASK) in xe_pccard_attach()
[all …]
/freebsd-12-stable/crypto/openssl/apps/
Dsrp.c549 char **xpp = sk_OPENSSL_PSTRING_value(db->db->data, userindex); in srp_main() local
552 xpp[DB_srptype][0] = 'R'; in srp_main()