Home
last modified time | relevance | path

Searched defs:portno (Results 1 – 4 of 4) sorted by relevance

/external/grub/netboot/
Dcs89x0.c83 static inline int readreg(int portno) in readreg()
89 static inline void writereg(int portno, int value) in writereg()
/external/valgrind/main/VEX/priv/
Dguest_x86_helpers.c2347 UInt x86g_dirtyhelper_IN ( UInt portno, UInt sz/*1,2 or 4*/ ) in x86g_dirtyhelper_IN()
2378 void x86g_dirtyhelper_OUT ( UInt portno, UInt data, UInt sz/*1,2 or 4*/ ) in x86g_dirtyhelper_OUT()
Dguest_amd64_helpers.c2568 ULong amd64g_dirtyhelper_IN ( ULong portno, ULong sz/*1,2 or 4*/ ) in amd64g_dirtyhelper_IN()
2599 void amd64g_dirtyhelper_OUT ( ULong portno, ULong data, ULong sz/*1,2 or 4*/ ) in amd64g_dirtyhelper_OUT()
/external/dnsmasq/src/
Doption.c1441 char *portno, *source; in one_opt() local