Symbol: zs_get_speed
sys/arch/cobalt/dev/zs.c
96
static int zs_get_speed(struct zs_chanstate *);
sys/arch/ews4800mips/include/z8530var.h
107
int zs_get_speed(struct zs_chanstate *);
sys/arch/macppc/dev/zs.c
126
static int zs_get_speed(struct zs_chanstate *);
sys/arch/macppc/dev/zs.c
305
cs->cs_defspeed = zs_get_speed(cs);
sys/arch/mipsco/obio/zs.c
163
static int zs_get_speed(struct zs_chanstate *);
sys/arch/mipsco/obio/zs.c
247
cs->cs_defspeed = zs_get_speed(cs);
sys/arch/mvme68k/dev/zs.c
120
static int zs_get_speed(struct zs_chanstate *);
sys/arch/mvme68k/dev/zs.c
522
cs->cs_defspeed = zs_get_speed(cs);
sys/arch/news68k/dev/zs.c
150
static int zs_get_speed(struct zs_chanstate *);
sys/arch/newsmips/dev/zs_hb.c
249
cs->cs_defspeed = zs_get_speed(cs);
sys/arch/newsmips/include/z8530var.h
114
int zs_get_speed(struct zs_chanstate *);
sys/arch/next68k/dev/zs.c
173
static int zs_get_speed(struct zs_chanstate *);
sys/arch/next68k/dev/zs.c
236
cs->cs_defspeed = zs_get_speed(cs);
sys/arch/sgimips/dev/zs.c
183
static int zs_get_speed (struct zs_chanstate *);
sys/arch/sgimips/dev/zs.c
296
cs->cs_defspeed = zs_get_speed(cs);
sys/arch/sparc/dev/zs.c
177
static int zs_get_speed(struct zs_chanstate *);
sys/arch/sparc/dev/zs.c
485
cs->cs_defspeed = zs_get_speed(cs);
sys/arch/sparc64/dev/zs.c
177
static int zs_get_speed(struct zs_chanstate *);
sys/arch/sparc64/dev/zs.c
390
cs->cs_defspeed = zs_get_speed(cs);
sys/arch/sun2/dev/zs.c
142
static int zs_get_speed(struct zs_chanstate *);
sys/arch/sun2/dev/zs.c
215
cs->cs_defspeed = zs_get_speed(cs);
sys/arch/sun3/dev/zs.c
207
static int zs_get_speed(struct zs_chanstate *);
sys/arch/sun3/dev/zs.c
298
cs->cs_defspeed = zs_get_speed(cs);
sys/arch/x68k/dev/zs.c
135
static int zs_get_speed(struct zs_chanstate *);
sys/arch/x68k/dev/zs.c
225
cs->cs_defspeed = zs_get_speed(cs);