/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
mpu401.h | 73 unsigned long cport; /* port + 1 (usually) */ member in struct:snd_mpu401 102 #define MPU401C(mpu) (mpu)->cport
|
cs4231.h | 70 unsigned long cport; /* control base i/o port (CS4236) */ member in struct:snd_cs4231 129 unsigned long cport, 140 unsigned long cport,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
mpu401.h | 73 unsigned long cport; /* port + 1 (usually) */ member in struct:snd_mpu401 102 #define MPU401C(mpu) (mpu)->cport
|
cs4231.h | 70 unsigned long cport; /* control base i/o port (CS4236) */ member in struct:snd_cs4231 129 unsigned long cport, 140 unsigned long cport,
|
/external/openssh/ |
mux.c | 829 u_int cport, i, j; local 835 buffer_get_int_ret(&cport, m) != 0) { 846 __func__, c->self, chost, cport); 886 chost, cport)) { 902 nc = channel_connect_stdio_fwd(chost, cport, new_fd[0], new_fd[1]); [all...] |