Searched refs:portno (Results 1 – 6 of 6) sorted by relevance
/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 | 2532 UInt x86g_dirtyhelper_IN ( UInt portno, UInt sz/*1,2 or 4*/ ) in x86g_dirtyhelper_IN() argument 2536 portno &= 0xFFFF; in x86g_dirtyhelper_IN() 2540 : "=a" (r) : "Nd" (portno)); in x86g_dirtyhelper_IN() 2544 : "=a" (r) : "Nd" (portno)); in x86g_dirtyhelper_IN() 2548 : "=a" (r) : "Nd" (portno)); in x86g_dirtyhelper_IN() 2563 void x86g_dirtyhelper_OUT ( UInt portno, UInt data, UInt sz/*1,2 or 4*/ ) in x86g_dirtyhelper_OUT() argument 2566 portno &= 0xFFFF; in x86g_dirtyhelper_OUT() 2570 : : "a" (data), "Nd" (portno)); in x86g_dirtyhelper_OUT() 2574 : : "a" (data), "Nd" (portno)); in x86g_dirtyhelper_OUT() 2578 : : "a" (data), "Nd" (portno)); in x86g_dirtyhelper_OUT()
|
D | guest_amd64_helpers.c | 3431 ULong amd64g_dirtyhelper_IN ( ULong portno, ULong sz/*1,2 or 4*/ ) in amd64g_dirtyhelper_IN() argument 3435 portno &= 0xFFFF; in amd64g_dirtyhelper_IN() 3439 : "=a" (r) : "Nd" (portno)); in amd64g_dirtyhelper_IN() 3443 : "=a" (r) : "Nd" (portno)); in amd64g_dirtyhelper_IN() 3447 : "=a" (r) : "Nd" (portno)); in amd64g_dirtyhelper_IN() 3462 void amd64g_dirtyhelper_OUT ( ULong portno, ULong data, ULong sz/*1,2 or 4*/ ) in amd64g_dirtyhelper_OUT() argument 3465 portno &= 0xFFFF; in amd64g_dirtyhelper_OUT() 3469 : : "a" (data), "Nd" (portno)); in amd64g_dirtyhelper_OUT() 3473 : : "a" (data), "Nd" (portno)); in amd64g_dirtyhelper_OUT() 3477 : : "a" (data), "Nd" (portno)); in amd64g_dirtyhelper_OUT()
|
/external/dnsmasq/src/ |
D | option.c | 1425 char *portno, *source; in one_opt() local 1428 (portno = split_chr(source, '#')) && in one_opt() 1429 !atoi_check16(portno, &source_port)) in one_opt() 1432 if ((portno = split_chr(arg, '#')) && /* is there a port no. */ in one_opt() 1433 !atoi_check16(portno, &serv_port)) in one_opt()
|
/external/curl/tests/ |
D | runtests.pl | 4730 my $portno=$1; 4731 if($portno =~ s/(\d+)$//) {
|