Searched refs:__buf (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dreaddir.c70 static int fillonedir(void * __buf, const char * name, int namlen, loff_t offset, argument
73 struct readdir_callback * buf = (struct readdir_callback *) __buf;
143 static int filldir(void * __buf, const char * name, int namlen, loff_t offset, argument
147 struct getdents_callback * buf = (struct getdents_callback *) __buf;
229 static int filldir64(void * __buf, const char * name, int namlen, loff_t offset, argument
233 struct getdents_callback64 * buf = (struct getdents_callback64 *) __buf;
H A Dcompat.c787 static int compat_fillonedir(void *__buf, const char *name, int namlen, argument
790 struct compat_readdir_callback *buf = __buf;
855 static int compat_filldir(void *__buf, const char *name, int namlen, argument
859 struct compat_getdents_callback *buf = __buf;
944 static int compat_filldir64(void * __buf, const char * name, int namlen, loff_t offset, argument
948 struct compat_getdents_callback64 *buf = __buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dsem_utils.c32 struct seminfo *__buf; /* buffer for IPC_INFO */ member in union:semun
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsem.h49 struct seminfo __user *__buf; /* buffer for IPC_INFO */ member in union:semun
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dipcrm.c28 struct seminfo *__buf; member in union:semun
H A Dipcs.c72 struct seminfo *__buf; member in union:semun
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/hpux/
H A Dfs.c74 static int filldir(void * __buf, const char * name, int namlen, loff_t offset, argument
78 struct getdents_callback * buf = (struct getdents_callback *) __buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsys_parisc32.c315 static int filldir32 (void *__buf, const char *name, int namlen, argument
319 struct getdents32_callback * buf = (struct getdents32_callback *) __buf;
384 static int fillonedir32(void * __buf, const char * name, int namlen, argument
387 struct readdir32_callback * buf = (struct readdir32_callback *) __buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/exportfs/
H A Dexpfs.c316 static int filldir_one(void * __buf, const char * name, int len, argument
319 struct getdents_callback *buf = __buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dbase.c820 char __buf[20]; local
826 len = sprintf(__buf, "%u\n", tsk->seccomp.mode);
829 return simple_read_from_buffer(buf, count, ppos, __buf, len);
836 char __buf[20], *end; local
850 memset(__buf, 0, sizeof(__buf));
851 count = min(count, sizeof(__buf) - 1);
852 if (copy_from_user(__buf, buf, count))
855 seccomp_mode = simple_strtoul(__buf, &end, 0);
865 if (unlikely(!(end - __buf)))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsys_sunos.c322 static int sunos_filldir(void * __buf, const char * name, int namlen, argument
326 struct sunos_dirent_callback * buf = __buf;
407 static int sunos_filldirentry(void * __buf, const char * name, int namlen, argument
411 struct sunos_direntry_callback *buf = __buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sunos32.c278 static int sunos_filldir(void * __buf, const char * name, int namlen, argument
282 struct sunos_dirent_callback * buf = (struct sunos_dirent_callback *) __buf;
364 static int sunos_filldirentry(void * __buf, const char * name, int namlen, argument
369 (struct sunos_direntry_callback *) __buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dmain.c99 struct seminfo *__buf; member in union:semun
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsys_ppc32.c68 static int fillonedir(void * __buf, const char * name, int namlen, argument
71 struct readdir_callback32 * buf = (struct readdir_callback32 *) __buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dsys_ia32.c1229 filldir32 (void *__buf, const char *name, int namlen, loff_t offset, u64 ino, argument
1233 struct getdents32_callback * buf = (struct getdents32_callback *) __buf;
1302 fillonedir32 (void * __buf, const char * name, int namlen, loff_t offset, u64 ino, argument
1305 struct readdir32_callback * buf = (struct readdir32_callback *) __buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsysirix.c1681 static int irix_filldir32(void *__buf, const char *name, argument
1685 struct irix_dirent32_callback *buf = __buf;
1783 static int irix_filldir64(void *__buf, const char *name, argument
1787 struct irix_dirent64_callback * buf = __buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compact.c417 char __buf[32]; \
418 (void)snprintf(__buf, \
419 sizeof(__buf), "pgno: %lu", (u_long)p); \
420 CTRACE(dbc, location, __buf, start, f); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Ddir.c651 static int func(void *__buf, const char *name, int name_len, \
654 struct fat_ioctl_filldir_callback *buf = __buf; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c108 osf_filldir(void *__buf, const char *name, int namlen, loff_t offset, argument
112 struct osf_dirent_callback *buf = (struct osf_dirent_callback *) __buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsmb.h189 struct seminfo *__buf; member in union:semun
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dsem.c591 if (copy_to_user (arg.__buf, &seminfo, sizeof(struct seminfo)))

Completed in 161 milliseconds