Searched refs:which (Results 1 - 25 of 217) sorted by relevance

123456789

/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dnvparse.h24 * the expectation of one or more inbound connections which may be
28 extern bool get_autofw_port(int which, netconf_app_t *app);
29 extern bool set_autofw_port(int which, const netconf_app_t *app);
30 extern bool del_autofw_port(int which);
39 extern bool get_forward_port(int which, netconf_nat_t *nat);
40 extern bool set_forward_port(int which, const netconf_nat_t *nat);
41 extern bool del_forward_port(int which);
48 extern bool get_filter_client(int which, netconf_filter_t *start, netconf_filter_t *end);
49 extern bool set_filter_client(int which, const netconf_filter_t *start, const netconf_filter_t *end);
50 extern bool del_filter_client(int which);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dnvparse.h24 * the expectation of one or more inbound connections which may be
28 extern bool get_autofw_port(int which, netconf_app_t *app);
29 extern bool set_autofw_port(int which, const netconf_app_t *app);
30 extern bool del_autofw_port(int which);
40 extern bool get_forward_port(int which, netconf_nat_t *nat);
41 extern bool set_forward_port(int which, const netconf_nat_t *nat);
42 extern bool del_forward_port(int which);
49 extern bool get_filter_client(int which, netconf_filter_t *start, netconf_filter_t *end);
50 extern bool set_filter_client(int which, const netconf_filter_t *start, const netconf_filter_t *end);
51 extern bool del_filter_client(int which);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Dflash.h33 int flash_erase_mtd(int which);
34 int flash_get_configf_size(int which);
35 int flash_read_config(int which,char *fname,ssize_t size);
36 int flash_write_config(char *fname,int which);
37 int flash_write_buf(char *buf, ssize_t size, int which);
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Dflash.h33 int flash_erase_mtd(int which);
34 int flash_get_configf_size(int which);
35 int flash_read_config(int which,char *fname,ssize_t size);
36 int flash_write_config(char *fname,int which);
37 int flash_write_buf(char *buf, ssize_t size, int which);
/asus-wl-520gu-7.0.1.45/src/router/busybox/bootfloppy/
H A Dmksyslinux.sh9 if [ -z `which mformat` -o -z `which mcopy` ]; then
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/VFS/
H A Dautogen.sh18 # if which $i > /dev/null 2>&1; then
32 if which $i > /dev/null 2>&1; then
/asus-wl-520gu-7.0.1.45/src/router/samba/source/
H A Dautogen.sh18 if which $i > /dev/null 2>&1; then
32 if which $i > /dev/null 2>&1; then
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Ditimer.c43 int do_getitimer(int which, struct itimerval *value) argument
47 switch (which) {
76 asmlinkage long sys_getitimer(int which, struct itimerval *value) argument
82 error = do_getitimer(which, &get_buffer);
105 int do_setitimer(int which, struct itimerval *value, struct itimerval *ovalue) argument
112 if (ovalue && (k = do_getitimer(which, ovalue)) < 0)
114 switch (which) {
148 asmlinkage long sys_setitimer(int which, struct itimerval *value, argument
160 error = do_setitimer(which, &set_buffer, ovalue ? &get_buffer : 0);
/asus-wl-520gu-7.0.1.45/src/router/acl/setfacl/
H A Dparse.h62 int *which,
79 int *which);
H A Dsequence.c117 int which,
120 if (which == SEQ_FIRST_CMD) {
126 } else if (which == SEQ_NEXT_CMD) {
115 seq_get_cmd( seq_t seq, int which, cmd_t *cmd) argument
H A Dparse.c371 which is set to the index of the first character that was not parsed,
378 int *which,
385 if (which)
386 *which = -1;
412 if (which)
413 *which = (text_p - initial_text_p);
522 int *which)
528 if (which)
529 *which = -1;
569 if (which)
375 parse_acl_seq( seq_t seq, const char *text_p, int *which, int seq_cmd, int parse_mode) argument
516 read_acl_seq( FILE *file, seq_t seq, int seq_cmd, int parse_mode, int *line, int *which) argument
[all...]
H A Dsequence.h103 int which,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dmga_warp.c38 #define WARP_UCODE_SIZE( which ) \
39 ((sizeof(which) / MGA_WARP_CODE_ALIGN + 1) * MGA_WARP_CODE_ALIGN)
41 #define WARP_UCODE_INSTALL( which, where ) \
45 memcpy( vcbase, which, sizeof(which) ); \
46 pcbase += WARP_UCODE_SIZE( which ); \
47 vcbase += WARP_UCODE_SIZE( which ); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dpci-noop.c48 sys_pciconfig_iobase(long which, unsigned long bus, unsigned long dfn) argument
54 if (which & IOBASE_FROM_HOSE) {
68 switch (which & ~IOBASE_FROM_HOSE) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/hp-lj/
H A Dint-handler.S18 # The cause register indicates which are pending
19 # The status register indicates which are enabled
20 # This code segment basically will decipher which interrup occurred (7 downto 0)
21 # and pass an integer indicating which was the highest priority pending interrupt
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/cdrom/
H A DMakefile7 @if [ -x `which gv` ]; then \
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dlsmod.c10 * (which lack the query_module() interface).
55 int query_module(const char *name, int which, void *buf, size_t bufsize, size_t *ret);
57 /* Values for query_module's which. */
72 static int my_query_module(const char *name, int which, void **buf, argument
77 my_ret = query_module(name, which, *buf, *bufsize, ret);
83 my_ret = query_module(name, which, *buf, *bufsize, ret);
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dmodule_syscalls.c51 int query_module(const char *name, int which, void *buf, size_t bufsize, size_t *ret) argument
59 _syscall5(int, query_module, const char *, name, int, which,
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Ddevname.c473 int which = 0, last = 0; local
499 last = which;
500 which ^= 1;
501 ptname = ptnames[which];
506 devs[which] = makedev(ma, mi);
522 lens[which] = strlen(ptname);
525 if (isdigit(ptname[lens[which] - 1])) {
528 ptname, (unsigned int) devs[which]));
531 probe_one(cache, ptname, devs[which], 0,
533 lens[which]
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dhisax_fcpcipnp.h55 void (*write_ctrl) (struct fritz_bcs *bcs, int which);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dezusb_convert.pl38 * from which it was derived.
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dkssl.h79 ** Depending on which KRB5 implementation used, some types from
153 krb5_error_code kssl_ctx_setstring(KSSL_CTX *kssl_ctx, int which, char *text);
157 krb5_error_code kssl_ctx_setprinc(KSSL_CTX *kssl_ctx, int which,
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dkssl.h79 ** Depending on which KRB5 implementation used, some types from
147 krb5_error_code kssl_ctx_setstring(KSSL_CTX *kssl_ctx, int which, char *text);
151 krb5_error_code kssl_ctx_setprinc(KSSL_CTX *kssl_ctx, int which,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/netrom/
H A Dnr_route.c100 if (i < node->which)
101 node->which = i;
153 nr_node->which = 0;
195 nr_node->which++;
219 switch (nr_node->which) {
220 case 0: nr_node->which = 1; break;
221 case 1: nr_node->which = 0; break;
229 switch (nr_node->which) {
230 case 1: nr_node->which = 2; break;
231 case 2: nr_node->which
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsmp.c103 unsigned long which; local
105 which = ffz(~ops);
106 ops &= ~(1 << which);
108 switch (which) {
140 printk(KERN_CRIT "Unknown IPI on CPU %d: %lu\n", this_cpu, which);

Completed in 1583 milliseconds

123456789