• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/

Lines Matching defs:int

82 int flash_write_reboot_reason(int);
90 int overflowuid = DEFAULT_OVERFLOWUID;
91 int overflowgid = DEFAULT_OVERFLOWGID;
103 int fs_overflowuid = DEFAULT_FS_OVERFLOWUID;
104 int fs_overflowgid = DEFAULT_FS_OVERFLOWUID;
113 int C_A_D = 1;
127 static int set_one_prio(struct task_struct *p, int niceval, int error)
130 int no_nice;
153 SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval)
158 int error = -EINVAL;
220 SYSCALL_DEFINE2(getpriority, int, which, int, who)
380 SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd,
384 int ret = 0;
500 int retval;
547 int retval;
572 static int set_user(struct cred *new)
610 int retval;
671 int retval;
712 int retval;
761 int retval;
777 int retval;
815 int retval;
938 int err;
1008 int retval;
1045 int retval;
1074 int err = -EPERM;
1113 int errno = 0;
1131 int error = 0;
1148 int error;
1179 SYSCALL_DEFINE2(sethostname, char __user *, name, int, len)
1181 int errno;
1203 SYSCALL_DEFINE2(gethostname, char __user *, name, int, len)
1205 int i, errno;
1228 SYSCALL_DEFINE2(setdomainname, char __user *, name, int, len)
1230 int errno;
1251 SYSCALL_DEFINE2(getrlimit, unsigned int, resource, struct rlimit __user *, rlim)
1254 int ret;
1269 SYSCALL_DEFINE2(old_getrlimit, unsigned int, resource,
1322 int do_prlimit(struct task_struct *tsk, unsigned int resource,
1326 int retval = 0;
1387 static int check_prlimit_permission(struct task_struct *task)
1406 SYSCALL_DEFINE4(prlimit64, pid_t, pid, unsigned int, resource,
1413 int ret;
1448 SYSCALL_DEFINE2(setrlimit, unsigned int, resource, struct rlimit __user *, rlim)
1500 static void k_getrusage(struct task_struct *p, int who, struct rusage *r)
1574 int getrusage(struct task_struct *p, int who, struct rusage __user *ru)
1581 SYSCALL_DEFINE2(getrusage, int, who, struct rusage __user *, ru)
1589 SYSCALL_DEFINE1(umask, int, mask)
1595 SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3,
1617 error = put_user(me->pdeath_signal, (int __user *)arg2);
1753 int err = 0;
1754 int cpu = raw_smp_processor_id();
1776 int orderly_poweroff(bool force)
1778 int argc;
1785 int ret = -ENOMEM;