Home
last modified time | relevance | path

Searched refs:zs (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/tc/
DMakefile23 obj-$(CONFIG_ZS) += zs.o
/linux-2.4.37.9/drivers/sbus/char/
DMakefile13 obj-y := sunkbd.o sunkbdmap.o sunmouse.o sunserial.o zs.o
/linux-2.4.37.9/arch/ppc64/boot/
Dzlib.c1246 local int huft_build(b, n, s, d, e, t, m, zs) in huft_build() argument
1254 z_stream *zs; /* for zalloc function */
1384 (zs,z + 1,sizeof(inflate_huft))) == Z_NULL)
1387 inflate_trees_free(u[0], zs);
/linux-2.4.37.9/arch/ppc/boot/lib/
Dzlib.c1230 local int huft_build(b, n, s, d, e, t, m, zs) in huft_build() argument
1238 z_stream *zs; /* for zalloc function */
1368 (zs,z + 1,sizeof(inflate_huft))) == Z_NULL)
1371 inflate_trees_free(u[0], zs);
/linux-2.4.37.9/drivers/scsi/
Dpci2220i.c797 USHORT zs; in AtapiIdentify() local
807 zs = inw_p (padapter->regData); in AtapiIdentify()