Searched refs:portno (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_x86_defs.h | 160 extern UInt x86g_dirtyhelper_IN ( UInt portno, UInt sz/*1,2 or 4*/ ); 161 extern void x86g_dirtyhelper_OUT ( UInt portno, UInt data,
|
D | guest_amd64_defs.h | 182 extern ULong amd64g_dirtyhelper_IN ( ULong portno, ULong sz/*1,2 or 4*/ ); 183 extern void amd64g_dirtyhelper_OUT ( ULong portno, ULong data,
|
D | guest_x86_helpers.c | 2418 UInt x86g_dirtyhelper_IN ( UInt portno, UInt sz/*1,2 or 4*/ ) in x86g_dirtyhelper_IN() argument 2422 portno &= 0xFFFF; in x86g_dirtyhelper_IN() 2426 : "=a" (r) : "Nd" (portno)); in x86g_dirtyhelper_IN() 2430 : "=a" (r) : "Nd" (portno)); in x86g_dirtyhelper_IN() 2434 : "=a" (r) : "Nd" (portno)); in x86g_dirtyhelper_IN() 2449 void x86g_dirtyhelper_OUT ( UInt portno, UInt data, UInt sz/*1,2 or 4*/ ) in x86g_dirtyhelper_OUT() argument 2452 portno &= 0xFFFF; in x86g_dirtyhelper_OUT() 2456 : : "a" (data), "Nd" (portno)); in x86g_dirtyhelper_OUT() 2460 : : "a" (data), "Nd" (portno)); in x86g_dirtyhelper_OUT() 2464 : : "a" (data), "Nd" (portno)); in x86g_dirtyhelper_OUT()
|
D | guest_amd64_helpers.c | 3089 ULong amd64g_dirtyhelper_IN ( ULong portno, ULong sz/*1,2 or 4*/ ) in amd64g_dirtyhelper_IN() argument 3093 portno &= 0xFFFF; in amd64g_dirtyhelper_IN() 3097 : "=a" (r) : "Nd" (portno)); in amd64g_dirtyhelper_IN() 3101 : "=a" (r) : "Nd" (portno)); in amd64g_dirtyhelper_IN() 3105 : "=a" (r) : "Nd" (portno)); in amd64g_dirtyhelper_IN() 3120 void amd64g_dirtyhelper_OUT ( ULong portno, ULong data, ULong sz/*1,2 or 4*/ ) in amd64g_dirtyhelper_OUT() argument 3123 portno &= 0xFFFF; in amd64g_dirtyhelper_OUT() 3127 : : "a" (data), "Nd" (portno)); in amd64g_dirtyhelper_OUT() 3131 : : "a" (data), "Nd" (portno)); in amd64g_dirtyhelper_OUT() 3135 : : "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()
|