Searched refs:arg (Results 1 - 25 of 1523) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Detraxi2c.h19 #define I2C_ARGSLAVE(arg) ((arg) >> 16)
20 #define I2C_ARGREG(arg) (((arg) >> 8) & 0xff)
21 #define I2C_ARGVALUE(arg) ((arg) & 0xff)
H A Detraxvirtex.h19 #define VIRTEX_FPGA_ARGREG(arg) (((arg) >> 16) & 0x0fff)
20 #define VIRTEX_FPGA_ARGVALUE(arg) ((arg) & 0xffff)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Detraxi2c.h19 #define I2C_ARGSLAVE(arg) ((arg) >> 16)
20 #define I2C_ARGREG(arg) (((arg) >> 8) & 0xff)
21 #define I2C_ARGVALUE(arg) ((arg) & 0xff)
H A Detraxvirtex.h19 #define VIRTEX_FPGA_ARGREG(arg) (((arg) >> 16) & 0x0fff)
20 #define VIRTEX_FPGA_ARGVALUE(arg) ((arg) & 0xffff)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/ip/
H A Drtm_map.c59 int rtnl_rtntype_a2n(int *id, char *arg) argument
64 if (strcmp(arg, "local") == 0)
66 else if (strcmp(arg, "nat") == 0)
68 else if (matches(arg, "broadcast") == 0 ||
69 strcmp(arg, "brd") == 0)
71 else if (matches(arg, "anycast") == 0)
73 else if (matches(arg, "multicast") == 0)
75 else if (matches(arg, "prohibit") == 0)
77 else if (matches(arg, "unreachable") == 0)
79 else if (matches(arg, "blackhol
96 get_rt_realms(__u32 *realms, char *arg) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/include/
H A Drtm_map.h5 int rtnl_rtntype_a2n(int *id, char *arg);
7 int get_rt_realms(__u32 *realms, char *arg);
H A Drt_names.h9 int rtnl_rtprot_a2n(int *id, char *arg);
10 int rtnl_rtscope_a2n(int *id, char *arg);
11 int rtnl_rttable_a2n(int *id, char *arg);
12 int rtnl_rtrealm_a2n(__u32 *id, char *arg);
13 int rtnl_dsfield_a2n(__u32 *id, char *arg);
22 int ll_addr_a2n(unsigned char *lladdr, int len, char *arg);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/parser/
H A Dpstree.c53 acpi_parse_object *arg = NULL; local
79 arg = op->value.arg;
80 while (arg && argn) {
82 arg = arg->next;
85 return (arg);
98 * DESCRIPTION: Append an argument to an op's argument list (a NULL arg is OK)
105 acpi_parse_object *arg)
139 if (op->value.arg) {
103 acpi_ps_append_arg( acpi_parse_object *op, acpi_parse_object *arg) argument
249 acpi_parse_object *arg; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sgi/char/
H A Drrm.c19 rrm_open_rn (int rnid, void *arg) argument
25 rrm_close_rn (int rnid, void *arg) argument
31 rrm_bind_proc_to_rn (int rnid, void *arg) argument
36 typedef int (*rrm_function )(void *arg);
39 int (*r_fn)(int rnid, void *arg);
51 rrm_command (unsigned int cmd, void *arg) argument
59 i = verify_area (VERIFY_READ, arg, rrm_functions [cmd].arg_size);
62 if (__get_user (rnid, (int *) arg))
64 return (*(rrm_functions [cmd].r_fn))(rnid, arg);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dunwind_decoder.c30 * UNW_DEC_ABI(fmt,abi,context,arg)
31 * UNW_DEC_BR_GR(fmt,brmask,gr,arg)
32 * UNW_DEC_BR_MEM(fmt,brmask,arg)
33 * UNW_DEC_COPY_STATE(fmt,label,arg)
34 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg)
35 * UNW_DEC_FRGR_MEM(fmt,grmask,frmask,arg)
36 * UNW_DEC_FR_MEM(fmt,frmask,arg)
37 * UNW_DEC_GR_GR(fmt,grmask,gr,arg)
38 * UNW_DEC_GR_MEM(fmt,grmask,arg)
39 * UNW_DEC_LABEL_STATE(fmt,label,arg)
85 unw_decode_x1(unsigned char *dp, unsigned char code, void *arg) argument
102 unw_decode_x2(unsigned char *dp, unsigned char code, void *arg) argument
120 unw_decode_x3(unsigned char *dp, unsigned char code, void *arg) argument
140 unw_decode_x4(unsigned char *dp, unsigned char code, void *arg) argument
161 unw_decode_r1(unsigned char *dp, unsigned char code, void *arg) argument
172 unw_decode_r2(unsigned char *dp, unsigned char code, void *arg) argument
187 unw_decode_r3(unsigned char *dp, unsigned char code, void *arg) argument
197 unw_decode_p1(unsigned char *dp, unsigned char code, void *arg) argument
206 unw_decode_p2_p5(unsigned char *dp, unsigned char code, void *arg) argument
255 unw_decode_p6(unsigned char *dp, unsigned char code, void *arg) argument
268 unw_decode_p7_p10(unsigned char *dp, unsigned char code, void *arg) argument
367 unw_decode_b1(unsigned char *dp, unsigned char code, void *arg) argument
379 unw_decode_b2(unsigned char *dp, unsigned char code, void *arg) argument
389 unw_decode_b3_x4(unsigned char *dp, unsigned char code, void *arg) argument
450 unw_decode(unsigned char *dp, int inside_body, void *arg) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dmerge.h17 int (*cmp)(const void *, const void *, const void *), const void * arg);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/dispatcher/
H A Ddsfield.c64 acpi_parse_object *arg; local
76 arg = acpi_ps_get_arg (op, 3);
81 arg = acpi_ps_get_arg (op, 2);
84 if (!arg) {
91 status = acpi_ns_lookup (walk_state->scope_info, arg->value.string,
166 * Arg - First parser arg for the field name list
179 acpi_parse_object *arg)
193 while (arg) {
200 switch (arg->opcode) {
203 info->field_bit_position += arg
176 acpi_ds_get_field_names( ACPI_CREATE_FIELD_INFO *info, acpi_walk_state *walk_state, acpi_parse_object *arg) argument
282 acpi_parse_object *arg; local
338 acpi_parse_object *arg; local
409 acpi_parse_object *arg; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Ddrm_drawable.h35 unsigned int cmd, unsigned long arg)
41 if (copy_to_user((drm_draw_t *)arg, &draw, sizeof(draw)))
47 unsigned int cmd, unsigned long arg)
34 adddraw(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) argument
46 rmdraw(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) argument
H A Dsis_drv.h38 unsigned long arg);
40 unsigned long arg);
42 unsigned long arg);
H A Dsis_drm.h23 unsigned long arg);
25 unsigned long arg);
28 unsigned long arg);
30 unsigned long arg);
32 unsigned long arg);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Ddrawable.c36 unsigned long arg)
42 if (copy_to_user((drm_draw_t *)arg, &draw, sizeof(draw)))
48 unsigned long arg)
35 drm_adddraw(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) argument
47 drm_rmdraw(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) argument
H A Dtdfx_drv.h38 unsigned int cmd, unsigned long arg);
42 unsigned int cmd, unsigned long arg);
44 unsigned int cmd, unsigned long arg);
46 unsigned int cmd, unsigned long arg);
51 unsigned int cmd, unsigned long arg);
53 unsigned int cmd, unsigned long arg);
55 unsigned int cmd, unsigned long arg);
57 unsigned int cmd, unsigned long arg);
59 unsigned int cmd, unsigned long arg);
61 unsigned int cmd, unsigned long arg);
[all...]
H A Dgamma_drv.h37 unsigned int cmd, unsigned long arg);
41 unsigned int cmd, unsigned long arg);
43 unsigned int cmd, unsigned long arg);
45 unsigned int cmd, unsigned long arg);
50 unsigned int cmd, unsigned long arg);
54 unsigned int cmd, unsigned long arg);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/prom/
H A Dbootstr.c22 char *cp, *arg; local
35 arg = (*(romvec->pv_v0bootargs))->argv[iter];
36 if(arg == 0) break;
37 while(*arg != 0) {
43 *cp++ = *arg++;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/lib/
H A Dutils.c32 int get_integer(int *val, char *arg, int base) argument
37 if (!arg || !*arg)
39 res = strtol(arg, &ptr, base);
40 if (!ptr || ptr == arg || *ptr || res > INT_MAX || res < INT_MIN)
46 int get_unsigned(unsigned *val, char *arg, int base) argument
51 if (!arg || !*arg)
53 res = strtoul(arg, &ptr, base);
54 if (!ptr || ptr == arg || *pt
60 get_u32(__u32 *val, char *arg, int base) argument
74 get_u16(__u16 *val, char *arg, int base) argument
88 get_u8(__u8 *val, char *arg, int base) argument
102 get_s16(__s16 *val, char *arg, int base) argument
116 get_s8(__s8 *val, char *arg, int base) argument
188 get_prefix_1(inet_prefix *dst, char *arg, int family) argument
235 get_addr(inet_prefix *dst, char *arg, int family) argument
248 get_prefix(inet_prefix *dst, char *arg, int family) argument
277 invarg(char *msg, char *arg) argument
283 duparg(char *key, char *arg) argument
289 duparg2(char *key, char *arg) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dirixioctl.c29 unsigned long arg);
58 asmlinkage int irix_ioctl(int fd, unsigned long cmd, unsigned long arg) argument
70 printk("TCGETA, %08lx) ", arg);
72 error = sys_ioctl(fd, TCGETA, arg);
77 struct irix_termios *it = (struct irix_termios *) arg;
80 printk("TCGETS, %08lx) ", arg);
103 struct irix_termios *it = (struct irix_termios *) arg;
106 printk("TCSETS, %08lx) ", arg);
131 printk("TCSETSW, %08lx) ", arg);
133 error = sys_ioctl(fd, TCSETSW, arg);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/hpux/
H A Dioctl.c31 static int hpux_ioctl_t(int fd, unsigned long cmd, unsigned long arg) argument
37 result = sys_ioctl(fd, TIOCSWINSZ, arg);
40 result = sys_ioctl(fd, TIOCGWINSZ, arg);
46 int hpux_ioctl(int fd, unsigned long cmd, unsigned long arg) argument
53 result = sys_ioctl(fd, cmd, arg);
56 result = hpux_ioctl_t(fd, cmd, arg);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Decho.c84 const char *arg = argv[0]; local
87 while ((c = *arg++)) {
90 if (c == '\\' && eflag && *arg) {
91 if (*arg == 'c') {
94 arg++;
97 c = process_escape_sequence(&arg);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs2/
H A Dioctl.c41 unsigned long arg)
40 jffs2_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dioctl.c35 unsigned long arg);
37 u32 arg);
38 asmlinkage int solaris_ioctl(unsigned int fd, unsigned int cmd, u32 arg);
113 static inline int linux_to_solaris_termio(unsigned int fd, unsigned int cmd, u32 arg) argument
117 ret = sys_ioctl(fd, cmd, A(arg));
121 if (__get_user (cflag, &((struct solaris_termio *)A(arg))->c_cflag))
124 if (__put_user (cflag, &((struct solaris_termio *)A(arg))->c_cflag))
130 static int solaris_to_linux_termio(unsigned int fd, unsigned int cmd, u32 arg) argument
136 if (copy_from_user (&s, (struct solaris_termio *)A(arg), sizeof(struct solaris_termio)))
145 static inline int linux_to_solaris_termios(unsigned int fd, unsigned int cmd, u32 arg) argument
166 solaris_to_linux_termios(unsigned int fd, unsigned int cmd, u32 arg) argument
189 solaris_T(unsigned int fd, unsigned int cmd, u32 arg) argument
222 solaris_t(unsigned int fd, unsigned int cmd, u32 arg) argument
285 solaris_sockmod(unsigned int fd, unsigned int cmd, u32 arg) argument
371 solaris_timod(unsigned int fd, unsigned int cmd, u32 arg, int len, int *len_p) argument
458 solaris_S(struct file *filp, unsigned int fd, unsigned int cmd, u32 arg) argument
568 solaris_s(unsigned int fd, unsigned int cmd, u32 arg) argument
589 solaris_r(unsigned int fd, unsigned int cmd, u32 arg) argument
600 solaris_i(unsigned int fd, unsigned int cmd, u32 arg) argument
681 solaris_m(unsigned int fd, unsigned int cmd, u32 arg) argument
712 solaris_O(unsigned int fd, unsigned int cmd, u32 arg) argument
767 solaris_ioctl(unsigned int fd, unsigned int cmd, u32 arg) argument
[all...]

Completed in 146 milliseconds

1234567891011>>