Searched refs:got (Results 1 - 25 of 50) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/util/
H A Dcopy_sparse.c67 int got, total = 0; local
71 got = read(fd, buf, count);
72 if (got == -1) {
77 if (got == 0) {
83 buf += got;
84 total += got;
85 count -= got;
94 ssize_t got, got2; local
167 got = full_read(fd, buf, bs);
169 if (fd == 0 && got
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dbadblocks.c268 long got; local
281 got = read (dev, buffer, try * block_size);
282 if (got < 0)
283 got = 0;
284 if (got & 511)
285 fprintf(stderr, _("Weird value (%ld) in do_read\n"), got);
286 got /= block_size;
287 return got;
297 long got; local
310 got
336 long got; local
440 int i, try, got, nr_pattern, pat_idx; local
568 long got, used2, written, save_currently_testing; local
[all...]
H A De2initrd_helper.c76 unsigned int got; local
105 retval = ext2fs_file_read(e2_file, buf, inode.i_size, &got);
114 ret_file->size = (int) got;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/
H A Dld.script.elf32.S95 .got : { *(.got.plt) *(.got) }
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A DpSeries_lpar.c283 unsigned long got; local
285 if (plpar_hcall(H_GET_TERM_CHAR, index, 0, 0, 0, &got,
291 if (got > 0) {
293 for (i = 1; i < got; ++i) {
295 --got;
296 if (i < got)
298 got - i);
302 return got;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Ddump.c108 unsigned int got; local
119 retval = ext2fs_file_read(e2_file, buf, sizeof(buf), &got);
122 if (got == 0)
124 nbytes = write(fd, buf, got);
125 if ((unsigned) nbytes != got)
215 unsigned int got; local
216 retval = ext2fs_file_read(e2_file, p, bytes, &got);
221 bytes -= got;
222 p += got;
223 if (got
[all...]
H A Dlogdump.c274 unsigned int *got)
286 *got = retval;
298 retval = ext2fs_file_read(source->file, buf, size, got);
303 else if (*got != (unsigned int) size) {
304 com_err(cmd, 0, "short read (read %d, expected %d) while while reading journal", *got, size);
337 unsigned int got; local
347 buf, 2048, &got);
376 jsb_buffer, 1024, &got);
400 blocksize, &got);
401 if (retval || got !
272 read_journal_block(const char *cmd, struct journal_source *source, off_t offset, char *buf, int size, unsigned int *got) argument
572 unsigned int got; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/
H A Dvmlinux.lds.S135 .got : AT(ADDR(.got) - PAGE_OFFSET)
136 { *(.got.plt) *(.got) }
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmkfs_minix.c614 long got; local
624 got = read(DEV, buffer, try * BLOCK_SIZE);
625 if (got < 0)
626 got = 0;
627 if (got & (BLOCK_SIZE - 1)) {
630 got /= BLOCK_SIZE;
631 return got;
650 int try, got; local
663 got = do_check(buffer, try, currently_testing);
664 currently_testing += got;
[all...]
H A Dinsmod.c677 struct obj_section *got; member in struct:arch_file
752 f->got = NULL;
796 ElfW(Addr) got = ifile->got ? ifile->got->header.sh_addr : 0;
1084 assert(got != 0);
1086 *loc += got - dot + rel->r_addend;;
1088 *loc += got - dot;
1103 /* needs an entry in the .got: set it, once */
1106 *(ElfW(Addr) *) (ifile->got
[all...]
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dio.c87 int got; local
90 if ((got = read(fd,data,size)) < 0) pdie("Read %d bytes at %lld",size,pos);
91 if (got != size) die("Got %d bytes instead of %d at %lld",got,size,pos);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Duss720.c329 size_t got = 0; local
333 for (; got < length; got++) {
343 return got;
388 size_t got = 0; local
392 for (; got < length; got++) {
402 return got;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D3c505.c456 printk(KERN_DEBUG "%s: send_pcb got NAK\n", dev->name);
764 adapter->got[CMD_CONFIGURE_82586] = 1;
773 adapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] = 1;
783 adapter->got[CMD_LOAD_MULTICAST_LIST] = 1;
793 adapter->got[CMD_SET_STATION_ADDRESS] = 1;
810 adapter->got[CMD_NETWORK_STATISTICS] = 1;
945 adapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] = 0;
950 while (adapter->got[CMD_CONFIGURE_ADAPTER_MEMORY] == 0 && time_before(jiffies, timeout));
964 adapter->got[CMD_CONFIGURE_82586] = 0;
969 while (adapter->got[CMD_CONFIGURE_8258
[all...]
H A D3c505.h261 volatile short got[NUM_TRANSMIT_CMDS]; /* flags for member in struct:__anon1655
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dfileio.c209 unsigned int wanted, unsigned int *got)
244 if (got)
245 *got = count;
208 ext2fs_file_read(ext2_file_t file, void *buf, unsigned int wanted, unsigned int *got) argument
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/mkdosfs/
H A Dmkdosfs.c422 long got; local
428 got = read (dev, buffer, try * BLOCK_SIZE); /* Try reading! */
429 if (got < 0)
430 got = 0;
432 if (got & (BLOCK_SIZE - 1))
434 got /= BLOCK_SIZE;
436 return got;
462 int try, got; local
482 got = do_check (blkbuf, try, currently_testing);
483 currently_testing += got;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/mkdosfs/
H A Dmkdosfs.c412 long got; local
418 got = read (dev, buffer, try * BLOCK_SIZE); /* Try reading! */
419 if (got < 0)
420 got = 0;
422 if (got & (BLOCK_SIZE - 1))
424 got /= BLOCK_SIZE;
426 return got;
452 int try, got; local
472 got = do_check (blkbuf, try, currently_testing);
473 currently_testing += got;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A Dhil_mlc.c393 #define EXPECT(comp, to, got, got_wrong, timed_out) \
394 { HILSE_EXPECT, { packet: comp }, to, got, got_wrong, timed_out },
395 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \
396 { HILSE_EXPECT_LAST, { packet: comp }, to, got, got_wrong, timed_out },
397 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \
398 { HILSE_EXPECT_DISC, { packet: comp }, to, got, got_wrong, timed_out },
399 #define IN(to, got, got_error, timed_out) \
400 { HILSE_IN, { packet: 0 }, to, got, got_error, timed_out },
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/boot/rescue/
H A Dkimagerescue.S126 ;; check if we got something on the serial port
133 ;; got something - copy the byte and loop
H A Dhead.S287 ;; check if we got something on the serial port
294 ;; got something - copy the byte and loop
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/parport/
H A Dparport_pc.c391 size_t got = 0; local
403 while (!(status & 0x08) && (got < length)) {
412 got += 16;
417 got++;
428 return got;
442 for (; got < length; got++) {
451 return got;
485 size_t got = 0; local
495 for (; got < lengt
534 size_t got; local
563 size_t got; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dattr.c708 int s_vcn, rnum, vcn, got, l1; local
764 got = 0;
776 if (l1 > 16 - got)
777 l1 = 16 - got;
790 got += l1;
792 } while (cluster != (ntfs_cluster_t)-1 && got < 16);
795 if (cluster != (ntfs_cluster_t)-1 || got == 16)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dscript_asm.pl472 expected <identifier>, got $external
590 expected <register>, got $rest
609 Expected end of line, got $rest
765 expected , <conditional> or end of line, got $1
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/pcibr/
H A Dpcibr_rrb.c259 int got; local
261 for (got = 0; got < more_rrbs; ++got) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dbw-qcam.c605 int got=0; local
652 got++;
680 if(got<len)
681 return got;

Completed in 153 milliseconds

12