Home
last modified time | relevance | path

Searched refs:portno (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
Dcs89x0.c110 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/
Dguest_x86_defs.h161 extern UInt x86g_dirtyhelper_IN ( UInt portno, UInt sz/*1,2 or 4*/ );
162 extern void x86g_dirtyhelper_OUT ( UInt portno, UInt data,
Dguest_amd64_defs.h188 extern ULong amd64g_dirtyhelper_IN ( ULong portno, ULong sz/*1,2 or 4*/ );
189 extern void amd64g_dirtyhelper_OUT ( ULong portno, ULong data,
Dguest_x86_helpers.c2531 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()
Dguest_amd64_helpers.c3526 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/
Doption.c1429 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/
Druntests.pl4848 my $portno=$1;
4849 if($portno =~ s/(\d+)$//) {