Searched refs:buflen (Results 251 - 275 of 360) sorted by relevance

<<1112131415

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-perl.c426 size_t buflen; local
434 buflen = 0;
454 if (buflen >= bufmax)
459 buffer[buflen++] = c;
461 if (buflen >= bufmax)
466 buffer[buflen] = '\0';
H A Dx-lisp.c829 static size_t buflen; variable
834 buflen = 0;
840 if (buflen >= bufmax)
845 buffer[buflen++] = c;
851 buflen -= chars_to_remove;
852 while (buflen >= 1
853 && (buffer[buflen - 1] == ' ' || buffer[buflen - 1] == '\t'))
854 --buflen;
855 if (chars_to_remove == 0 && buflen >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2.c470 u32 maplen, buflen; local
488 buflen = rxp_hdr->len;
492 buflen > (rx_desc->len - sizeof(*rxp_hdr))) {
525 skb_set_tail_pointer(skb, buflen);
526 skb->len = buflen;
533 c2_port->netstats.rx_bytes += buflen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-ctrl.c164 #define SendControlMsg(request, value, buflen) \
170 &buf, buflen, 500)
172 #define RecvControlMsg(request, value, buflen) \
178 &buf, buflen, 500)
181 static int send_video_command(struct usb_device *udev, int index, void *buf, int buflen) argument
189 buf, buflen, 1000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcipher.c1929 gcry_cipher_ctl( gcry_cipher_hd_t h, int cmd, void *buffer, size_t buflen)
1936 rc = cipher_setkey( h, buffer, buflen );
1940 cipher_setiv( h, buffer, buflen );
1952 if (buflen)
1962 if (buflen)
1974 if( h || !buffer || buflen != sizeof(int) )
1980 rc = gpg_err_code (_gcry_cipher_setctr (h, buffer, buflen));
1997 if (buflen < (1 + h->cipher->blocksize))
1926 gcry_cipher_ctl( gcry_cipher_hd_t h, int cmd, void *buffer, size_t buflen) argument
H A Dmd.c890 gcry_md_ctl (gcry_md_hd_t hd, int cmd, void *buffer, size_t buflen) argument
900 rc = gcry_err_code (gcry_md_setkey (hd, buffer, buflen));
992 gcry_md_get (gcry_md_hd_t hd, int algo, byte *buffer, int buflen) argument
997 (void)buflen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Discsi_iser.c414 enum iscsi_param param, char *buf, int buflen)
451 return iscsi_set_param(cls_conn, param, buf, buflen);
413 iscsi_iser_set_param(struct iscsi_cls_conn *cls_conn, enum iscsi_param param, char *buf, int buflen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbmixer.c106 unsigned int buflen; member in struct:mixer_build
195 static int check_mapped_name(struct mixer_build *state, int unitid, int control, char *buf, int buflen) argument
205 buflen--;
206 return strlcpy(buf, p->name, buflen);
231 int index, char *buf, int buflen)
239 return strlcpy(buf, p->names[index], buflen);
252 while ((p = snd_usb_find_desc(state->buffer, state->buflen, p,
1650 state.buflen = hostif->extralen;
230 check_mapped_selector_name(struct mixer_build *state, int unitid, int index, char *buf, int buflen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfile.c311 char *buf, size_t *buflen, struct adouble *adp)
618 *buflen = data - buf;
626 char *buf, size_t *buflen )
660 rc = getmetadata(vol, bitmap, path, dir, buf, buflen, adp);
1407 size_t buflen)
1415 while (buflen > 0) {
1416 if ((cc = write(dfd, buf, buflen)) < 0) {
1424 buflen -= cc;
1909 size_t buflen; local
1998 rbuf + sizeof(bitmap), &buflen))) {
308 getmetadata(struct vol *vol, u_int16_t bitmap, struct path *path, struct dir *dir, char *buf, size_t *buflen, struct adouble *adp) argument
1406 copy_all(const int dfd, const void *buf, size_t buflen) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c307 char *buf, size_t *buflen, struct adouble *adp)
614 *buflen = data - buf;
622 char *buf, size_t *buflen )
656 rc = getmetadata(vol, bitmap, path, dir, buf, buflen, adp);
1410 size_t buflen)
1418 while (buflen > 0) {
1419 if ((cc = write(dfd, buf, buflen)) < 0) {
1427 buflen -= cc;
1914 size_t buflen; local
2003 rbuf + sizeof(bitmap), &buflen))) {
304 getmetadata(struct vol *vol, u_int16_t bitmap, struct path *path, struct dir *dir, char *buf, size_t *buflen, struct adouble *adp) argument
1409 copy_all(const int dfd, const void *buf, size_t buflen) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_scc.c747 * @buflen: buffer length
754 unsigned int buflen, int write_data)
757 unsigned int words = buflen >> 1;
772 if (unlikely(buflen & 0x01)) {
774 unsigned char *trailing_buf = buf + buflen - 1;
753 scc_data_xfer(struct ata_device *adev, unsigned char *buf, unsigned int buflen, int write_data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dconv.c291 * @buflen: length of received buffer
299 v9fs_deserialize_stat(void *buf, u32 buflen, struct v9fs_stat *stat, argument
306 buf_init(bufp, buf, buflen);
319 * @buflen: length of received buffer
327 v9fs_deserialize_fcall(void *buf, u32 buflen, struct v9fs_fcall *rcall, argument
335 buf_init(bufp, buf, buflen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbad_inode.c248 int buflen)
247 bad_inode_readlink(struct dentry *dentry, char __user *buffer, int buflen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tokenring/
H A Dlanstreamer.h248 __u32 buflen; member in struct:streamer_tx_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c460 if (al_hreq.buflen > XATTR_LIST_MAX)
468 kbuf = kmalloc(al_hreq.buflen, GFP_KERNEL);
473 error = bhv_vop_attr_list(vp, kbuf, al_hreq.buflen, al_hreq.flags,
478 if (copy_to_user(al_hreq.buffer, kbuf, al_hreq.buflen))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb_gadget.h854 /* put descriptor for string with that id into buf (buflen >= 256) */
867 void *buf, unsigned buflen, const struct usb_descriptor_header **desc);
H A Dkey.h229 long (*read)(const struct key *key, char __user *buffer, size_t buflen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Djuliette.h322 unsigned int buflen; /* Length of the above buffer */ member in struct:juliette_request
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dxdr3.h183 int buflen; member in struct:nfsd3_readdirres
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dnicpci.h82 uchar *buf, uint32 *buflen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-cd.c1174 drive->name, pc->buflen);
1936 int format, char *buf, int buflen,
1945 req.data_len = buflen;
1949 req.cmd[7] = (buflen >> 8);
1950 req.cmd[8] = (buflen & 0xff);
2134 int buflen, struct request_sense *sense)
2142 req.data_len = buflen;
2147 req.cmd[7] = (buflen >> 8);
2148 req.cmd[8] = (buflen & 0xff);
2243 req.data_len = cgc->buflen;
1935 cdrom_read_tocentry(ide_drive_t *drive, int trackno, int msf_flag, int format, char *buf, int buflen, struct request_sense *sense) argument
2133 cdrom_read_subchannel(ide_drive_t *drive, int format, char *buf, int buflen, struct request_sense *sense) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifssmb.c2273 char *symlinkinfo, const int buflen,
2348 min_t(const int, buflen,count) / 2);
2357 min_t(const int, buflen, count));
2359 symlinkinfo[buflen] = 0;
2456 char *symlinkinfo, const int buflen,__u16 fid,
2526 min(buflen/2, reparse_buf->TargetNameLen / 2));
2534 min_t(const int, buflen, reparse_buf->TargetNameLen));
2540 symlinkinfo[buflen] = 0; /* just in case so the caller
2569 static int cifs_copy_posix_acl(char * trgt,char * src, const int buflen, argument
2609 if((buflen
2271 CIFSSMBUnixQuerySymLink(const int xid, struct cifsTconInfo *tcon, const unsigned char *searchName, char *symlinkinfo, const int buflen, const struct nls_table *nls_codepage) argument
2454 CIFSSMBQueryReparseLinkInfo(const int xid, struct cifsTconInfo *tcon, const unsigned char *searchName, char *symlinkinfo, const int buflen,__u16 fid, const struct nls_table *nls_codepage) argument
2641 ACL_to_cifs_posix(char * parm_data,const char * pACL,const int buflen, const int acl_type) argument
2687 CIFSSMBGetPosixACL(const int xid, struct cifsTconInfo *tcon, const unsigned char *searchName, char *acl_inf, const int buflen, const int acl_type, const struct nls_table *nls_codepage, int remap) argument
2774 CIFSSMBSetPosixACL(const int xid, struct cifsTconInfo *tcon, const unsigned char *fileName, const char *local_acl, const int buflen, const int acl_type, const struct nls_table *nls_codepage, int remap) argument
2952 CIFSSMBGetCIFSACL(const int xid, struct cifsTconInfo *tcon, __u16 fid, char *acl_inf, const int buflen, const int acl_type ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/class/
H A Dcdc-acm.c800 int buflen = intf->altsetting->extralen; local
836 if (!buflen) {
839 buflen = intf->cur_altsetting->endpoint->extralen;
847 while (buflen > 0) {
882 buflen -= buffer[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dnamei.c432 int buflen, paste_size; local
450 buflen = DEH_SIZE + ROUND_UP(namelen);
451 if (buflen > sizeof(small_buf)) {
452 buffer = kmalloc(buflen, GFP_NOFS);
460 STAT_DATA_V1) ? (DEH_SIZE + namelen) : buflen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dgcrypt.h622 const void *buffer, size_t buflen,
631 unsigned char *buffer, size_t buflen,
887 size_t buflen);
1024 gcry_error_t gcry_pk_ctl (int cmd, void *buffer, size_t buflen);
1150 void *buffer, size_t buflen);

Completed in 399 milliseconds

<<1112131415