Searched refs:portno (Results 1 – 6 of 6) sorted by relevance
/external/grub/netboot/ |
D | cs89x0.c | 83 static inline int readreg(int portno) in readreg() argument 85 outw(portno, eth_nic_base + ADD_PORT); in readreg() 89 static inline void writereg(int portno, int value) in writereg() argument 91 outw(portno, eth_nic_base + ADD_PORT); in writereg()
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_defs.h | 156 extern UInt x86g_dirtyhelper_IN ( UInt portno, UInt sz/*1,2 or 4*/ ); 157 extern void x86g_dirtyhelper_OUT ( UInt portno, UInt data,
|
D | guest_amd64_defs.h | 162 extern ULong amd64g_dirtyhelper_IN ( ULong portno, ULong sz/*1,2 or 4*/ ); 163 extern void amd64g_dirtyhelper_OUT ( ULong portno, ULong data,
|
D | guest_x86_helpers.c | 2347 UInt x86g_dirtyhelper_IN ( UInt portno, UInt sz/*1,2 or 4*/ ) in x86g_dirtyhelper_IN() argument 2351 portno &= 0xFFFF; in x86g_dirtyhelper_IN() 2355 : "=a" (r) : "Nd" (portno)); in x86g_dirtyhelper_IN() 2359 : "=a" (r) : "Nd" (portno)); in x86g_dirtyhelper_IN() 2363 : "=a" (r) : "Nd" (portno)); in x86g_dirtyhelper_IN() 2378 void x86g_dirtyhelper_OUT ( UInt portno, UInt data, UInt sz/*1,2 or 4*/ ) in x86g_dirtyhelper_OUT() argument 2381 portno &= 0xFFFF; in x86g_dirtyhelper_OUT() 2385 : : "a" (data), "Nd" (portno)); in x86g_dirtyhelper_OUT() 2389 : : "a" (data), "Nd" (portno)); in x86g_dirtyhelper_OUT() 2393 : : "a" (data), "Nd" (portno)); in x86g_dirtyhelper_OUT()
|
D | guest_amd64_helpers.c | 2568 ULong amd64g_dirtyhelper_IN ( ULong portno, ULong sz/*1,2 or 4*/ ) in amd64g_dirtyhelper_IN() argument 2572 portno &= 0xFFFF; in amd64g_dirtyhelper_IN() 2576 : "=a" (r) : "Nd" (portno)); in amd64g_dirtyhelper_IN() 2580 : "=a" (r) : "Nd" (portno)); in amd64g_dirtyhelper_IN() 2584 : "=a" (r) : "Nd" (portno)); in amd64g_dirtyhelper_IN() 2599 void amd64g_dirtyhelper_OUT ( ULong portno, ULong data, ULong sz/*1,2 or 4*/ ) in amd64g_dirtyhelper_OUT() argument 2602 portno &= 0xFFFF; in amd64g_dirtyhelper_OUT() 2606 : : "a" (data), "Nd" (portno)); in amd64g_dirtyhelper_OUT() 2610 : : "a" (data), "Nd" (portno)); in amd64g_dirtyhelper_OUT() 2614 : : "a" (data), "Nd" (portno)); in amd64g_dirtyhelper_OUT()
|
/external/dnsmasq/src/ |
D | option.c | 1441 char *portno, *source; in one_opt() local 1444 (portno = split_chr(source, '#')) && in one_opt() 1445 !atoi_check16(portno, &source_port)) in one_opt() 1448 if ((portno = split_chr(arg, '#')) && /* is there a port no. */ in one_opt() 1449 !atoi_check16(portno, &serv_port)) in one_opt()
|