Searched refs:portno (Results 1 – 7 of 7) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | cs89x0.c | 110 static inline int readreg(int portno) in readreg() argument 112 outw(portno, eth_nic_base + ADD_PORT); in readreg() 116 static inline void writereg(int portno, int value) in writereg() argument 118 outw(portno, eth_nic_base + ADD_PORT); in writereg()
|
/external/valgrind/VEX/priv/ |
D | guest_x86_defs.h | 161 extern UInt x86g_dirtyhelper_IN ( UInt portno, UInt sz/*1,2 or 4*/ ); 162 extern void x86g_dirtyhelper_OUT ( UInt portno, UInt data,
|
D | guest_amd64_defs.h | 188 extern ULong amd64g_dirtyhelper_IN ( ULong portno, ULong sz/*1,2 or 4*/ ); 189 extern void amd64g_dirtyhelper_OUT ( ULong portno, ULong data,
|
D | guest_x86_helpers.c | 2531 UInt x86g_dirtyhelper_IN ( UInt portno, UInt sz/*1,2 or 4*/ ) in x86g_dirtyhelper_IN() argument 2535 portno &= 0xFFFF; in x86g_dirtyhelper_IN() 2539 : "=a" (r) : "Nd" (portno)); in x86g_dirtyhelper_IN() 2543 : "=a" (r) : "Nd" (portno)); in x86g_dirtyhelper_IN() 2547 : "=a" (r) : "Nd" (portno)); in x86g_dirtyhelper_IN() 2562 void x86g_dirtyhelper_OUT ( UInt portno, UInt data, UInt sz/*1,2 or 4*/ ) in x86g_dirtyhelper_OUT() argument 2565 portno &= 0xFFFF; in x86g_dirtyhelper_OUT() 2569 : : "a" (data), "Nd" (portno)); in x86g_dirtyhelper_OUT() 2573 : : "a" (data), "Nd" (portno)); in x86g_dirtyhelper_OUT() 2577 : : "a" (data), "Nd" (portno)); in x86g_dirtyhelper_OUT()
|
D | guest_amd64_helpers.c | 3526 ULong amd64g_dirtyhelper_IN ( ULong portno, ULong sz/*1,2 or 4*/ ) in amd64g_dirtyhelper_IN() argument 3530 portno &= 0xFFFF; in amd64g_dirtyhelper_IN() 3534 : "=a" (r) : "Nd" (portno)); in amd64g_dirtyhelper_IN() 3538 : "=a" (r) : "Nd" (portno)); in amd64g_dirtyhelper_IN() 3542 : "=a" (r) : "Nd" (portno)); in amd64g_dirtyhelper_IN() 3557 void amd64g_dirtyhelper_OUT ( ULong portno, ULong data, ULong sz/*1,2 or 4*/ ) in amd64g_dirtyhelper_OUT() argument 3560 portno &= 0xFFFF; in amd64g_dirtyhelper_OUT() 3564 : : "a" (data), "Nd" (portno)); in amd64g_dirtyhelper_OUT() 3568 : : "a" (data), "Nd" (portno)); in amd64g_dirtyhelper_OUT() 3572 : : "a" (data), "Nd" (portno)); in amd64g_dirtyhelper_OUT()
|
/external/dnsmasq/src/ |
D | option.c | 1429 char *portno, *source; in one_opt() local 1432 (portno = split_chr(source, '#')) && in one_opt() 1433 !atoi_check16(portno, &source_port)) in one_opt() 1436 if ((portno = split_chr(arg, '#')) && /* is there a port no. */ in one_opt() 1437 !atoi_check16(portno, &serv_port)) in one_opt()
|
/external/curl/tests/ |
D | runtests.pl | 4848 my $portno=$1; 4849 if($portno =~ s/(\d+)$//) {
|