/linux-3.3/kernel/ |
D | sysctl_binary.c | 1247 static const struct bin_table *get_sysctl(const int *name, int nlen, char *path) in get_sysctl() 1302 static char *sysctl_getname(const int *name, int nlen, const struct bin_table **tablep) in sysctl_getname() 1320 static ssize_t binary_sysctl(const int *name, int nlen, in binary_sysctl() 1365 static ssize_t binary_sysctl(const int *name, int nlen, in binary_sysctl() 1374 static void deprecated_sysctl_warning(const int *name, int nlen) in deprecated_sysctl_warning() 1412 static void warn_on_bintable(const int *name, int nlen) in warn_on_bintable() 1425 static ssize_t do_sysctl(int __user *args_name, int nlen, in do_sysctl() 1479 int nlen; member
|
/linux-3.3/drivers/tty/hvc/ |
D | hvc_beat.c | 76 int rest, nlen; in hvc_beat_put_chars() local
|
/linux-3.3/fs/xfs/ |
D | xfs_attr_leaf.h | 178 static inline int xfs_attr_leaf_entsize_remote(int nlen) in xfs_attr_leaf_entsize_remote() 184 static inline int xfs_attr_leaf_entsize_local(int nlen, int vlen) in xfs_attr_leaf_entsize_local()
|
D | xfs_attr_sf.h | 58 #define XFS_ATTR_SF_ENTSIZE_BYNAME(nlen,vlen) /* space name/value uses */ \ argument
|
D | xfs_alloc.c | 1470 xfs_extlen_t nlen; /* new length of freespace */ in xfs_free_ag_extent() local
|
/linux-3.3/fs/afs/ |
D | dir.c | 124 size_t nlen; member 239 size_t nlen; in afs_dir_iterate_block() local 414 static int afs_lookup_filldir(void *_cookie, const char *name, int nlen, in afs_lookup_filldir()
|
/linux-3.3/fs/ubifs/ |
D | replay.c | 406 union ubifs_key *key, const char *name, int nlen, in insert_dent() 455 int nlen = le16_to_cpu(dent->nlen); in ubifs_validate_entry() local
|
D | debug.c | 505 int nlen = le16_to_cpu(dent->nlen); in dbg_dump_node() local 2143 int nlen; in check_leaf() local
|
D | tnc.c | 542 int nlen, err; in matches_name() local 830 int nlen, err; in fallible_matches_name() local
|
/linux-3.3/arch/sparc/kernel/ |
D | sys_sparc_32.c | 257 int nlen, err; in sys_getdomainname() local
|
D | sys_sparc_64.c | 645 int nlen, err; in SYSCALL_DEFINE2() local
|
/linux-3.3/fs/cachefiles/ |
D | namei.c | 474 int ret, nlen; in cachefiles_walk_to_object() local
|
/linux-3.3/lib/zlib_inflate/ |
D | inflate.h | 103 unsigned nlen; /* number of length code lengths */ member
|
/linux-3.3/fs/romfs/ |
D | super.c | 301 unsigned long nlen; in romfs_iget() local
|
/linux-3.3/arch/parisc/hpux/ |
D | sys_hpux.c | 397 int nlen; in hpux_getdomainname() local
|
/linux-3.3/fs/nfs/ |
D | nfs4filelayoutdev.c | 386 int nlen, rlen; in decode_ds_addr() local
|
/linux-3.3/net/ipv6/ |
D | af_inet6.c | 848 unsigned int nlen; in ipv6_gro_receive() local
|
/linux-3.3/drivers/isdn/hisax/ |
D | l3dss1.c | 131 l3dss1_dummy_return_result(struct PStack *st, int id, u_char *p, u_char nlen) in l3dss1_dummy_return_result() 198 int ident, u_char *p, u_char nlen) in l3dss1_dummy_invoke() 225 unsigned char nlen = 0, ilen, cp_tag; in l3dss1_parse_facility() local
|
D | l3ni1.c | 130 l3ni1_dummy_return_result(struct PStack *st, int id, u_char *p, u_char nlen) in l3ni1_dummy_return_result() 197 int ident, u_char *p, u_char nlen) in l3ni1_dummy_invoke() 224 unsigned char nlen = 0, ilen, cp_tag; in l3ni1_parse_facility() local
|
/linux-3.3/net/netlink/ |
D | genetlink.c | 157 size_t nlen = (mc_groups_longs + 1) * sizeof(unsigned long); in genl_register_mc_group() local
|
/linux-3.3/arch/tile/include/asm/ |
D | compat.h | 78 int nlen; member
|
/linux-3.3/drivers/net/ethernet/i825xx/ |
D | 3c505.c | 986 unsigned int nlen = (((skb->len < 60) ? 60 : skb->len) + 1) & (~1); in send_packet() local
|
/linux-3.3/net/ipv4/ |
D | tcp_output.c | 1005 int nlen; in tcp_fragment() local 1484 int nlen = skb->len - len; in tso_fragment() local
|
/linux-3.3/security/selinux/ss/ |
D | services.c | 721 u32 olen, nlen, tlen; in security_validtrans_handle_fail() local 1336 u32 slen, tlen, nlen; in compute_sid_handle_invalid_context() local
|
/linux-3.3/drivers/media/dvb/dvb-core/ |
D | dvb_ca_en50221.c | 175 static char *findstr(char * haystack, int hlen, char * needle, int nlen) in findstr()
|