PAGE_SIZE          81 ldd3-samples-1.0.0/lddbus/lddbus.c 	return snprintf(buf, PAGE_SIZE, "%s\n", Version);
PAGE_SIZE          46 ldd3-samples-1.0.0/misc-modules/jiq.c #define LIMIT	(PAGE_SIZE-128)	/* don't print any more after this size */
PAGE_SIZE          47 ldd3-samples-1.0.0/misc-progs/mapcmp.c 	size = atoi (argv[4])*PAGE_SIZE;
PAGE_SIZE         285 ldd3-samples-1.0.0/scull/pipe.c #define LIMIT (PAGE_SIZE-200)	/* don't print any more after this size */
PAGE_SIZE         182 ldd3-samples-1.0.0/sculld/main.c 	int quantum = PAGE_SIZE << dev->order;
PAGE_SIZE         230 ldd3-samples-1.0.0/sculld/main.c 	int quantum = PAGE_SIZE << dev->order;
PAGE_SIZE         258 ldd3-samples-1.0.0/sculld/main.c 		memset(dptr->data[s_pos], 0, PAGE_SIZE << dptr->order);
PAGE_SIZE         173 ldd3-samples-1.0.0/scullp/main.c 	int quantum = PAGE_SIZE << dev->order;
PAGE_SIZE         221 ldd3-samples-1.0.0/scullp/main.c 	int quantum = PAGE_SIZE << dev->order;
PAGE_SIZE         249 ldd3-samples-1.0.0/scullp/main.c 		memset(dptr->data[s_pos], 0, PAGE_SIZE << dptr->order);
PAGE_SIZE         174 ldd3-samples-1.0.0/scullv/main.c 	int quantum = PAGE_SIZE << dev->order;
PAGE_SIZE         222 ldd3-samples-1.0.0/scullv/main.c 	int quantum = PAGE_SIZE << dev->order;
PAGE_SIZE         246 ldd3-samples-1.0.0/scullv/main.c 		dptr->data[s_pos] = (void *)vmalloc(PAGE_SIZE << dptr->order);
PAGE_SIZE         249 ldd3-samples-1.0.0/scullv/main.c 		memset(dptr->data[s_pos], 0, PAGE_SIZE << dptr->order);
PAGE_SIZE         100 ldd3-samples-1.0.0/short/short.c 	*index = (new >= (short_buffer + PAGE_SIZE)) ? short_buffer : new;
PAGE_SIZE         297 ldd3-samples-1.0.0/short/short.c 		count0 = short_buffer + PAGE_SIZE - short_tail;
PAGE_SIZE          92 ldd3-samples-1.0.0/shortprint/shortprint.c 	*index = (new >= (shortp_in_buffer + PAGE_SIZE)) ? shortp_in_buffer : new;
PAGE_SIZE         122 ldd3-samples-1.0.0/shortprint/shortprint.c 		int space = PAGE_SIZE - (shortp_out_head - shortp_out_buffer);
PAGE_SIZE         131 ldd3-samples-1.0.0/shortprint/shortprint.c 	if (new >= (shortp_out_buffer + PAGE_SIZE))
PAGE_SIZE         132 ldd3-samples-1.0.0/shortprint/shortprint.c 		new -= PAGE_SIZE;
PAGE_SIZE         200 ldd3-samples-1.0.0/shortprint/shortprint.c 		count0 = shortp_in_buffer + PAGE_SIZE - shortp_in_tail;
PAGE_SIZE         346 ldd3-samples-1.0.0/shortprint/shortprint.c 	if (((PAGE_SIZE + shortp_out_tail - shortp_out_head) % PAGE_SIZE) > SP_MIN_SPACE) {
PAGE_SIZE          46 ldd3-samples-1.0.0/shortprint/shortprint.h #define SP_MIN_SPACE	PAGE_SIZE/2
PAGE_SIZE         366 ldd3-samples-1.0.0/tty/tiny_tty.c 	for (i = 0; i < TINY_TTY_MINORS && length < PAGE_SIZE; ++i) {