Searched refs:ret_size (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/boot/
H A Ddevtree.c218 u64 ret_addr, ret_size; local
239 ret_size = dt_xlate_buf[offset + naddr];
241 ret_size <<= 32;
242 ret_size |= dt_xlate_buf[offset + naddr + 1];
280 (ret_addr >= 0x100000000ULL || ret_size > 0x100000000ULL ||
281 ret_addr + ret_size > 0x100000000ULL))
286 *size = ret_size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Ddomain.c118 char *avahi_escape_label(const char* src, size_t src_length, char **ret_name, size_t *ret_size) { argument
124 assert(ret_size);
125 assert(*ret_size > 0);
134 if (*ret_size < 3)
139 (*ret_size) -= 2;
150 if (*ret_size < 2)
154 (*ret_size) --;
160 if (*ret_size < 5)
168 (*ret_size) -= 4;
H A Ddomain.h78 char *avahi_escape_label(const char* src, size_t src_length, char **ret_name, size_t *ret_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Doutput.c36 ssize_t ret_size = 0; local
39 ret_size = sprintf(buf,"%.8x\n",od->props->get_status(od));
40 return ret_size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dnbio.c182 void nb_writex(int handle, int offset, int size, int ret_size) argument
189 if (cli_write(c, ftable[i].fd, 0, buf, offset, size) != ret_size) {
195 children[nbio_id].bytes_out += ret_size;
198 void nb_readx(int handle, int offset, int size, int ret_size) argument
203 if ((ret=cli_read(c, ftable[i].fd, buf, offset, size)) != ret_size) {
208 children[nbio_id].bytes_in += ret_size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dmkjournal.c99 int fd, ret_size; local
113 ret_size = write(fd, buf, fs->blocksize);
114 if (ret_size < 0) {
118 if (ret_size != (int) fs->blocksize)
123 ret_size = write(fd, buf, fs->blocksize);
124 if (ret_size < 0) {
128 if (ret_size != (int) fs->blocksize)
H A Dfileio.c332 errcode_t ext2fs_file_get_lsize(ext2_file_t file, __u64 *ret_size) argument
336 *ret_size = EXT2_I_SIZE(&file->inode);
H A Dext2fs.h664 errcode_t ext2fs_file_get_lsize(ext2_file_t file, __u64 *ret_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/tpm/
H A Dtpm.c999 int ret_size; local
1003 ret_size = atomic_read(&chip->data_pending);
1005 if (ret_size > 0) { /* relay data */
1006 if (size < ret_size)
1007 ret_size = size;
1010 if (copy_to_user(buf, chip->data_buffer, ret_size))
1011 ret_size = -EFAULT;
1015 return ret_size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_group.c1206 unsigned ofs, ret_size = 0; local
1295 ret_size += strlen(s) + 1;
1299 ret = SMB_MALLOC(ret_size);
1304 safe_strcpy(ret + ofs, s, ret_size - ofs - 1);
1312 state->response.length += ret_size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ncpfs/
H A Dncplib_kernel.h45 int options, int *ret_size, int *ret_options);
H A Dncplib_kernel.c178 int size, int options, int *ret_size, int *ret_options) {
198 *ret_size = size;
177 ncp_negotiate_size_and_options(struct ncp_server *server, int size, int options, int *ret_size, int *ret_options) argument

Completed in 136 milliseconds