OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atp
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/mca/
if_ate_mca.c
92
const struct ate_mca_product *
atp
;
local
94
for (
atp
= ate_mca_products;
atp
->at_name != NULL;
atp
++)
95
if (id ==
atp
->at_prodid)
96
return
atp
;
131
const struct ate_mca_product *
atp
;
local
163
atp
= ate_mca_lookup(ma->ma_id);
165
if (
atp
== NULL) {
176
ma->ma_slot + 1, irq,
atp
->at_name)
[
all
...]
/src/sys/dev/pci/
twe.c
537
struct twe_param *dtp, *
atp
;
local
583
TWE_PARAM_UNITINFO_Descriptor, dsize - 3, NULL, &
atp
);
591
ad = (struct twe_array_descriptor *)
atp
->tp_data;
594
free(
atp
, M_DEVBUF);
/src/usr.sbin/trpt/
trpt.c
382
tcp_trace(short act, short ostate, struct tcpcb *
atp
, struct tcpcb *tp,
/src/usr.bin/xlint/lint1/
tree.c
2257
const type_t *
atp
= a->s_type;
local
2260
if (!types_compatible(
atp
, btp, false, false, &w) && !w)
2265
if (
atp
->t_bit_field_width != btp->t_bit_field_width)
2267
if (
atp
->t_bit_field_offset != btp->t_bit_field_offset)
Completed in 26 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026