Searched refs:total_len (Results 1 - 25 of 49) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dxattr_security.c18 const size_t total_len = prefix_len + name_len + 1; local
20 if (list && total_len <= list_size) {
25 return total_len;
H A Dxattr_trusted.c22 const size_t total_len = prefix_len + name_len + 1; local
27 if (list && total_len <= list_size) {
32 return total_len;
H A Dxattr_user.c21 const size_t total_len = prefix_len + name_len + 1; local
26 if (list && total_len <= list_size) {
31 return total_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dxattr_trusted.c23 const size_t total_len = prefix_len + name_len + 1; local
28 if (list && total_len <= list_size) {
33 return total_len;
H A Dxattr_user.c22 const size_t total_len = prefix_len + name_len + 1; local
27 if (list && total_len <= list_size) {
32 return total_len;
H A Dxattr_security.c19 const size_t total_len = prefix_len + name_len + 1; local
22 if (list && total_len <= list_size) {
27 return total_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dxattr_trusted.c23 const size_t total_len = prefix_len + name_len + 1; local
28 if (list && total_len <= list_size) {
33 return total_len;
H A Dxattr_user.c22 const size_t total_len = prefix_len + name_len + 1; local
27 if (list && total_len <= list_size) {
32 return total_len;
H A Dxattr_security.c19 const size_t total_len = prefix_len + name_len + 1; local
22 if (list && total_len <= list_size) {
27 return total_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dphysmem.c35 unsigned long iomem_len, iomem_pages, total_len, total_pages; local
48 total_len = phys_len + iomem_len + highmem_len;
51 map = kmalloc(total_len, GFP_KERNEL);
53 map = vmalloc(total_len);
55 else map = alloc_bootmem_low_pages(total_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_alloc.c206 size_t total_len; local
250 total_len = DB_ALLOC_SIZE(len);
253 SET_QUEUE_FOR_SIZE(head, q, i, total_len);
273 if (elp_tmp->len < total_len)
287 if (elp_tmp->len - total_len <= SHALLOC_FRAGMENT)
311 if (elp->len - total_len > SHALLOC_FRAGMENT) {
312 frag = (ALLOC_ELEMENT *)((u_int8_t *)elp + total_len);
313 frag->len = elp->len - total_len;
316 elp->len = total_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dmessages.c341 static BOOL retrieve_all_messages(char **msgs_buf, size_t *total_len) argument
350 *total_len = 0;
371 *total_len = dbuf.dsize;
380 static BOOL message_recv(char *msgs_buf, size_t total_len, int *msg_type, pid_t *src, char **buf, size_t *len) argument
388 if (total_len - (ret_buf - msgs_buf) < sizeof(rec))
400 if (total_len - (ret_buf - msgs_buf) < rec.len)
426 size_t len, total_len; local
437 if (!retrieve_all_messages(&msgs_buf, &total_len))
440 for (buf = msgs_buf; message_recv(msgs_buf, total_len, &msg_type, &src, &buf, &len); buf += len) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Diso.h62 __u16 total_len; member in struct:hpsb_iso_packet_info
185 u16 total_len, u16 cycle, u8 channel, u8 tag,
H A Diso.c486 u16 total_len, u16 cycle, u8 channel, u8 tag,
496 iso->bytes_discarded += total_len;
501 info->total_len = total_len;
543 inf.total_len = iso->bytes_discarded;
485 hpsb_iso_packet_received(struct hpsb_iso *iso, u32 offset, u16 len, u16 total_len, u16 cycle, u8 channel, u8 tag, u8 sy) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dpipe.c230 size_t total_len; local
232 total_len = iov_length(iov, nr_segs);
234 if (unlikely(total_len == 0))
251 if (chars > total_len)
252 chars = total_len;
289 total_len -= chars;
290 if (!total_len)
343 size_t total_len; local
346 total_len = iov_length(iov, nr_segs);
348 if (unlikely(total_len
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/net/
H A Dvjcompress.h140 extern int vj_uncompress_tcp __P((u_char *buf, int buflen, int total_len,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpipe_fs_i.h89 unsigned int len, total_len; /* current and remaining length */ member in struct:splice_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dcommon.h19 size_t total_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsocket.c303 int err, ctl_len, iov_size, total_len; local
330 total_len = err;
365 err = sock_sendmsg(sock, &msg_sys, total_len);
386 int err, iov_size, total_len, len; local
425 total_len = err;
433 err = sock_recvmsg(sock, &msg_sys, total_len, user_flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpptp.c361 int total_len)
370 iphdr->tot_len = hton16(total_len); /* Total length */
894 struct msghdr *m, size_t total_len)
920 (total_len + 2), NEED_SEQ, NO_ACK);
930 (total_len + hdrlen));
937 if (total_len > (dev->mtu + dev->hard_header_len))
941 skb = sock_wmalloc(sk, total_len + dev->hard_header_len + 32 + hdrlen,
961 ptphdr = (unsigned char *) skb_put(skb, total_len + hdrlen);
964 error = memcpy_fromiovec(start, m->msg_iov, total_len);
971 error = total_len;
358 pptp_fill_ip_header(struct sock *sk, struct sk_buff *skb, struct pptp_ip_hdr *iphdr, int total_len) argument
893 pptp_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *m, size_t total_len) argument
1092 pptp_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *m, size_t total_len, int flags) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgfilter.c762 size_t total_len; local
779 for (p = msgstr, k = 0, total_len = 0; k < nsubstrings; k++)
788 total_len += length + 1;
794 total_str = XNMALLOC (total_len, char);
806 mp->msgstr_len = total_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dviodasd.c546 struct scatterlist *sg, int *total_len)
558 *total_len = 0;
564 *total_len += rw_data->dma_info[i].len;
591 int num_sg, num_sect, pci_direction, total_len; local
600 num_sg = block_event_to_scatterlist(bevent, sg, &total_len);
601 num_sect = total_len >> 9;
545 block_event_to_scatterlist(const struct vioblocklpevent *bevent, struct scatterlist *sg, int *total_len) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_tx.c547 struct ieee80211_hdr *frame, int hdr_len, int total_len,
555 int fraglen = total_len;
571 if (unlikely(total_len < 24)) {
573 ieee->dev->name, total_len);
598 memcpy(skb_put(skb_frag, total_len), frame, total_len); local
546 ieee80211_tx_frame(struct ieee80211_device *ieee, struct ieee80211_hdr *frame, int hdr_len, int total_len, int encrypt_mpdu) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c468 * The packet starts at buf and is of total length total_len.
475 vj_uncompress_tcp(buf, buflen, total_len, comp, hdrp, hlenp)
477 int buflen, total_len;
571 total_len += cs->cs_hlen - vjlen;
572 cs->cs_ip.ip_len = htons(total_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dtransport.c223 unsigned int total_len; local
242 total_len = 0;
244 total_len += iov[i].iov_len;
247 cFYI(1, ("Sending smb: total_len %d", total_len));
250 while (total_len) {
252 n_vec - first_vec, total_len);
268 if (rc >= total_len) {
269 WARN_ON(rc > total_len);
279 total_len
[all...]

Completed in 178 milliseconds

12