Home
last modified time | relevance | path

Searched refs:insize (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/fs/coda/
Dupcall.c65 inp = (union inputArgs *)alloc_upcall(op, insize); \
68 outsize = insize; \
81 int insize, outsize, error; in venus_rootfid() local
83 insize = SIZE(root); in venus_rootfid()
86 error = coda_upcall(coda_sbp(sb), insize, &outsize, inp); in venus_rootfid()
96 CODA_FREE(inp, insize); in venus_rootfid()
105 int insize, outsize, error; in venus_getattr() local
107 insize = SIZE(getattr); in venus_getattr()
111 error = coda_upcall(coda_sbp(sb), insize, &outsize, inp); in venus_getattr()
115 CODA_FREE(inp, insize); in venus_getattr()
[all …]
/linux-2.4.37.9/arch/alpha/boot/
Dmisc.c46 static unsigned insize; /* valid bytes in inbuf */ variable
59 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
142 if (insize != 0) in fill_inbuf()
146 insize = input_data_size; in fill_inbuf()
/linux-2.4.37.9/arch/sh/boot/compressed/
Dmisc.c41 static unsigned insize = 0; /* valid bytes in inbuf */ variable
54 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
182 if (insize != 0) { in fill_inbuf()
187 insize = input_len; in fill_inbuf()
/linux-2.4.37.9/arch/sh64/boot/compressed/
Dmisc.c41 static unsigned insize = 0; /* valid bytes in inbuf */ variable
54 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
167 if (insize != 0) { in fill_inbuf()
172 insize = input_len; in fill_inbuf()
/linux-2.4.37.9/arch/arm/boot/compressed/
Dmisc.c128 static unsigned insize; /* valid bytes in inbuf */ variable
141 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
238 if (insize != 0) in fill_inbuf()
242 insize = &input_data_end[0] - &input_data[0]; in fill_inbuf()
/linux-2.4.37.9/arch/x86_64/boot/compressed/
Dmisc.c36 static unsigned insize = 0; /* valid bytes in inbuf */ variable
49 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
222 if (insize != 0) { in fill_inbuf()
227 insize = input_len; in fill_inbuf()
/linux-2.4.37.9/arch/i386/boot/compressed/
Dmisc.c48 static unsigned insize = 0; /* valid bytes in inbuf */ variable
61 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
230 if (insize != 0) { in fill_inbuf()
235 insize = input_len; in fill_inbuf()
/linux-2.4.37.9/init/
Ddo_mounts.c967 static unsigned insize; /* valid bytes in inbuf */ variable
974 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
1023 insize = read(crd_infd, inbuf, INBUFSIZ); in fill_inbuf()
1024 if (insize == 0) return -1; in fill_inbuf()
1062 insize = 0; /* valid bytes in inbuf */ in crd_load()
/linux-2.4.37.9/drivers/usb/
Dauerisdn.h42 unsigned int insize; /* Max. Block Size of Input INT */ member
Dauerisdn.c840 cp->isdn.insize = ep->wMaxPacketSize; in auerisdn_probe()
852 (char *) kmalloc(cp->isdn.insize, GFP_KERNEL); in auerisdn_probe()
862 cp->isdn.intbi_bufp, cp->isdn.insize, in auerisdn_probe()