Searched defs:int (Results 51 - 75 of 89) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgbsizer.cpp745 Prepend( int, int, int, int, int, wxObject* ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dvrc4173_cardu.c144 static int cardu_register_callback(unsigned int sock, argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfcntl.c53 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) argument
116 SYSCALL_DEFINE2(dup2, unsigned int, oldf argument
131 SYSCALL_DEFINE1(dup, unsigned int, fildes) argument
422 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) argument
445 SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, unsigned long, arg) argument
[all...]
H A Dopen.c184 SYSCALL_DEFINE2(ftruncate, unsigned int, fd, unsigned long, length) argument
388 SYSCALL_DEFINE1(fchdir, unsigned int, fd) argument
442 SYSCALL_DEFINE2(fchmod, unsigned int, fd, mode_t, mode) argument
608 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) argument
975 SYSCALL_DEFINE1(close, unsigned int, fd) argument
[all...]
H A Dread_write.c167 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, origin) argument
191 SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high, unsigned long, offset_low, loff_t __user *, result, unsigned int, origin) argument
391 SYSCALL_DEFINE3(read, unsigned int, fd, char __user *, buf, size_t, count) argument
408 SYSCALL_DEFINE3(write, unsigned int, fd, const char __user *, buf, size_t, count) argument
[all...]
H A Dlocks.c1432 SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) argument
[all...]
H A Dselect.c917 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, long, timeout_msecs) argument
952 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, struct timespec __user *, tsp, const sigset_t __user *, sigmask, size_t, sigsetsize) argument
[all...]
H A Dsplice.c1672 SYSCALL_DEFINE4(vmsplice, int, fd, const struct iovec __user *, iov, unsigned long, nr_segs, unsigned int, flags) argument
1698 SYSCALL_DEFINE6(splice, int, fd_in, loff_t __user *, off_in, int, fd_out, loff_t __user *, off_out, size_t, len, unsigned int, flags) argument
2031 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dni_daq_700.c299 subdev_700_init(struct comedi_device *dev, struct comedi_subdevice *s, int (*cb) (int, int, int, unsigned long), unsigned long arg) argument
329 subdev_700_init_irq(struct comedi_device *dev, struct comedi_subdevice *s, int (*cb) (int, int, int, unsigned long), unsigned long arg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/fanotify/
H A Dfanotify_user.c635 SYSCALL_DEFINE2(fanotify_init, unsigned int, flags, unsigned int, event_f_flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_lu.c689 X509_STORE_set_verify_cb(X509_STORE *ctx, int (*verify_cb) (int, X509_STORE_CTX *)) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddecompress_bunzip2.c630 start_bunzip(struct bunzip_data **bdp, void *inbuf, int len, int (*fill)(void*, unsigned int)) argument
680 bunzip2(unsigned char *buf, int len, int(*fill)(void*, unsigned int), int(*flush)(void*, unsigned int), unsigned char *outbuf, int *pos, void(*error_fn)(char *x)) argument
749 decompress(unsigned char *buf, int len, int(*fill)(void*, unsigned int), int(*flush)(void*, unsigned int), unsigned char *outbuf, int *pos, void(*error_fn)(char *x)) argument
[all...]
H A Ddecompress_unlzma.c101 rc_init(struct rc *rc, int (*fill)(void*, unsigned int), char *buffer, int buffer_size) argument
534 unlzma(unsigned char *buf, int in_len, int(*fill)(void*, unsigned int), int(*flush)(void*, unsigned int), unsigned char *output, int *posp, void(*error_fn)(char *x) ) argument
657 decompress(unsigned char *buf, int in_len, int(*fill)(void*, unsigned int), int(*flush)(void*, unsigned int), unsigned char *output, int *posp, void(*error_fn)(char *x) ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pnx4008/
H A Ddma.c152 int pnx4008_request_channel(char *name, int ch, argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsys.c380 SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd, void __user *, arg) argument
1251 SYSCALL_DEFINE2(getrlimit, unsigned int, resource, struct rlimit __user *, rlim) argument
1269 SYSCALL_DEFINE2(old_getrlimit, unsigned int, resource, struct rlimit __user *, rlim) argument
1406 SYSCALL_DEFINE4(prlimit64, pid_t, pid, unsigned int, resource, const struct rlimit64 __user *, new_rlim, struct rlimit64 __user *, old_rlim) argument
1448 SYSCALL_DEFINE2(setrlimit, unsigned int, resource, struct rlimit __user *, rlim) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/xml-rpc/
H A Dxml-rpc.cpp[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/xml-rpc/
H A Dxml-rpc.cpp[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dactivex.cpp230 STDMETHOD(GetTypeInfo)(unsigned int, LCID, ITypeInfo **) argument
700 STDMETHODIMP GetIDsOfNames(REFIID, OLECHAR**, unsigned int, LCID, DISPID*) argument
705 STDMETHODIMP GetTypeInfo(unsigned int, LCID, ITypeInfo**) argument
710 STDMETHODIMP GetTypeInfoCount(unsigned int*) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dutils.h[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/
H A Dpmem.c1211 pmem_setup(struct android_pmem_platform_data *pdata, long (*ioctl)(struct file *, unsigned int, unsigned long), int (*release)(struct inode *, struct file *)) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-csharp.c1345 do_getc_unicode_escaped(bool (predicate) int)) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dirq_64.c541 irq_install_pre_handler(int virt_irq, void (*func)(unsigned int, void *, void *), void *arg1, void *arg2) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/
H A Dcompat.c557 compat_mc_setsockopt(struct sock *sock, int level, int optname, char __user *optval, unsigned int optlen, int (*setsockopt)(struct sock *, int, int, char __user *, unsigned int)) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dmqueue.c839 SYSCALL_DEFINE5(mq_timedsend, mqd_t, mqdes, const char __user *, u_msg_ptr, size_t, msg_len, unsigned int, msg_prio, const struct timespec __user *, u_abs_timeout) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Ddma-v1.c394 imx_dma_setup_handlers(int channel, void (*irq_handler) (int, void *), void (*err_handler) (int, void *, int), void *data) argument
425 imx_dma_setup_progression_handler(int channel, void (*prog_handler) (int, void*, struct scatterlist*)) argument
[all...]

Completed in 196 milliseconds

1234