a_port            124 arch/alpha/include/asm/core_titan.h 	titan_pachip_port	a_port;
a_port            214 arch/alpha/kernel/core_titan.c 		port = &pachip->a_port;
a_port            362 arch/alpha/kernel/core_titan.c 	titan_init_one_pachip_port(&pachip0->a_port, 2);	/* hose 2 */
a_port            364 arch/alpha/kernel/core_titan.c 		titan_init_one_pachip_port(&pachip1->a_port, 3);/* hose 3 */
a_port            430 arch/alpha/kernel/core_titan.c 		titan_kill_one_pachip_port(&pachip1->a_port, 3);
a_port            433 arch/alpha/kernel/core_titan.c 	titan_kill_one_pachip_port(&pachip0->a_port, 2);
a_port            743 arch/alpha/kernel/core_titan.c 	port = &TITAN_pachip0->a_port;
a_port            748 arch/alpha/kernel/core_titan.c 	    titan_query_agp(port = &TITAN_pachip1->a_port)) 
a_port            286 fs/afs/addr_list.c 		u16 a_port = ntohs(a->sin_port);
a_port            288 fs/afs/addr_list.c 		if (addr == a_addr && port == a_port)
a_port            290 fs/afs/addr_list.c 		if (addr == a_addr && port < a_port)
a_port            325 fs/afs/addr_list.c 		u16 a_port = ntohs(a->sin6_port);
a_port            328 fs/afs/addr_list.c 		if (diff == 0 && port == a_port)
a_port            330 fs/afs/addr_list.c 		if (diff == 0 && port < a_port)