Searched refs:bufsiz (Results 1 - 25 of 32) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drtread_sysctl.c33 size_t bufsiz; local
49 if (sysctl (mib, MIBSIZ, NULL, &bufsiz, NULL, 0) < 0)
56 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
59 if (sysctl (mib, MIBSIZ, buf, &bufsiz, NULL, 0) < 0)
65 for (end = buf + bufsiz; buf < end; buf += rtm->rtm_msglen)
H A Dif_sysctl.c37 size_t bufsiz; local
53 if (sysctl (mib, MIBSIZ, NULL, &bufsiz, NULL, 0) < 0)
60 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
63 if (sysctl (mib, MIBSIZ, buf, &bufsiz, NULL, 0) < 0)
70 for (end = buf + bufsiz; buf < end; buf += ifm->ifm_msglen)
92 size_t bufsiz; local
109 if (sysctl (mib, MIBSIZ, NULL, &bufsiz, NULL, 0) < 0)
116 ref = buf = XMALLOC (MTYPE_TMP, bufsiz);
119 if (sysctl (mib, MIBSIZ, buf, &bufsiz, NULL, 0) < 0)
126 for (end = buf + bufsiz; bu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_expand_msdfs.c154 const char *path, char *buf, size_t bufsiz)
175 safe_strcpy(buf, target, bufsiz-1);
152 expand_msdfs_readlink(struct vfs_handle_struct *handle, struct connection_struct *conn, const char *path, char *buf, size_t bufsiz) argument
H A Dvfs_cap.c150 static BOOL cap_readlink(vfs_handle_struct *handle, connection_struct *conn, const char *path, char *buf, size_t bufsiz) argument
154 return SMB_VFS_NEXT_READLINK(handle, conn, cappath, buf, bufsiz);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dspidev.c75 static unsigned bufsiz = 4096; variable
76 module_param(bufsiz, uint, S_IRUGO);
77 MODULE_PARM_DESC(bufsiz, "data bytes in biggest supported SPI message");
90 if (count > bufsiz)
123 if (count > bufsiz)
172 if (total > bufsiz) {
395 spidev->buffer = kmalloc(bufsiz, GFP_KERNEL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dmousedev.c101 unsigned char ready, buffer, bufsiz; member in struct:mousedev_client
527 client->bufsiz = 4;
534 client->bufsiz = 4;
541 client->bufsiz = 3;
590 client->bufsiz++; /* account for leading ACK */
599 client->bufsiz = 2;
604 client->bufsiz = 4;
611 client->bufsiz = 3;
615 client->bufsiz = 1;
619 client->buffer = client->bufsiz;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclidgram.c103 int cli_get_response(int dgram_sock, BOOL unique, const char *mailslot, char *buf, int bufsiz) argument
120 memcpy(buf, &dgram->data[92], MIN(bufsiz, (dgram->datasize - 92)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dstat.c305 char __user *buf, int bufsiz)
310 if (bufsiz <= 0)
322 error = inode->i_op->readlink(nd.dentry, buf, bufsiz);
331 int bufsiz)
333 return sys_readlinkat(AT_FDCWD, path, buf, bufsiz);
304 sys_readlinkat(int dfd, const char __user *path, char __user *buf, int bufsiz) argument
330 sys_readlink(const char __user *path, char __user *buf, int bufsiz) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c216 unsigned long bufsiz)
230 if (bufsiz > sizeof(tmp_stat))
231 bufsiz = sizeof(tmp_stat);
232 return copy_to_user(osf_stat, &tmp_stat, bufsiz) ? -EFAULT : 0;
237 unsigned long bufsiz)
242 error = linux_to_osf_statfs(&linux_stat, buffer, bufsiz);
247 osf_statfs(char __user *path, struct osf_statfs __user *buffer, unsigned long bufsiz) argument
254 retval = do_osf_statfs(nd.dentry, buffer, bufsiz);
261 osf_fstatfs(unsigned long fd, struct osf_statfs __user *buffer, unsigned long bufsiz) argument
269 retval = do_osf_statfs(file->f_path.dentry, buffer, bufsiz);
215 linux_to_osf_statfs(struct kstatfs *linux_stat, struct osf_statfs __user *osf_stat, unsigned long bufsiz) argument
236 do_osf_statfs(struct dentry * dentry, struct osf_statfs __user *buffer, unsigned long bufsiz) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dwget.c28 static char *gethdr(char *buf, size_t bufsiz, FILE *fp, int *istrunc);
580 static char *gethdr(char *buf, size_t bufsiz, FILE *fp, int *istrunc) argument
588 if (fgets(buf, bufsiz, fp) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dapps.h247 int password_callback(char *buf, int bufsiz, int verify,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.h244 int password_callback(char *buf, int bufsiz, int verify,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/tpm/
H A Dtpm.c369 size_t bufsiz)
379 if (count > bufsiz) {
381 "invalid count value %x %zx \n", count, bufsiz);
419 rc = chip->vendor.recv(chip, (u8 *) buf, bufsiz);
368 tpm_transmit(struct tpm_chip *chip, const char *buf, size_t bufsiz) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclitar.c870 static int next_block(char *ltarbuf, char **bufferp, int bufsiz) argument
878 if (*bufferp >= (ltarbuf + bufsiz)) {
888 bufread = read(tarhandle, ltarbuf, bufsiz);
891 while (total < bufsiz) {
901 bufread = read(tarhandle, &ltarbuf[total], bufsiz - total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssltest.c823 size_t bufsiz = 256; /* small buffer for testing */ local
825 if (!BIO_new_bio_pair(&server, bufsiz, &server_io, bufsiz))
827 if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dssltest.c823 size_t bufsiz = 256; /* small buffer for testing */ local
825 if (!BIO_new_bio_pair(&server, bufsiz, &server_io, bufsiz))
827 if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dkeychain.c887 keychain_strftime (char *buf, int bufsiz, time_t *time)
894 len = strftime (buf, bufsiz, "%T %b %d %Y", tm);
883 keychain_strftime(char *buf, int bufsiz, time_t *time) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dinode.c613 ecryptfs_readlink(struct dentry *dentry, char __user * buf, int bufsiz) argument
629 lower_buf = kmalloc(bufsiz, GFP_KERNEL);
642 bufsiz);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/
H A Dcharcnv.c950 const size_t bufsiz = o_len / 3 + 1; local
951 char *buf = malloc(bufsiz);
957 for (buflen = 1; buflen <= bufsiz; ++buflen) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dcharcnv.c950 const size_t bufsiz = o_len / 3 + 1; local
951 char *buf = malloc(bufsiz);
957 for (buflen = 1; buflen <= bufsiz; ++buflen) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c928 size_t bufsiz = 256; /* small buffer for testing */ local
930 if (!BIO_new_bio_pair(&server, bufsiz, &server_io, bufsiz))
932 if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c928 size_t bufsiz = 256; /* small buffer for testing */ local
930 if (!BIO_new_bio_pair(&server, bufsiz, &server_io, bufsiz))
932 if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dvfs_macros.h73 #define SMB_VFS_READLINK(conn, path, buf, bufsiz) ((conn)->vfs.ops.readlink((conn)->vfs.handles.readlink, (conn), (path), (buf), (bufsiz)))
174 #define SMB_VFS_OPAQUE_READLINK(conn, path, buf, bufsiz) ((conn)->vfs_opaque.ops.readlink((conn)->vfs_opaque.handles.readlink, (conn), (path), (buf), (bufsiz)))
276 #define SMB_VFS_NEXT_READLINK(handle, conn, path, buf, bufsiz) ((handle)->vfs_next.ops.readlink((handle)->vfs_next.handles.readlink, (conn), (path), (buf), (bufsiz)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk.c314 int bufsiz; local
318 bufsiz = sizeof(partname_buffer);
336 snprintf(bufp, bufsiz, "%*.*s%s%-2u",
339 snprintf(bufp, bufsiz, "%.*s%s%-2u", w, dev, p, pno);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/VFS/
H A Dskel_opaque.c229 static BOOL skel_readlink(vfs_handle_struct *handle, connection_struct *conn, const char *path, char *buf, size_t bufsiz) argument
231 return vfswrap_readlink(NULL, conn, path, buf, bufsiz);

Completed in 206 milliseconds

12