Searched refs:where (Results 1 - 25 of 1052) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_config.c63 where where to put the information
70 pcre_config(int what, void *where) argument
73 pcre16_config(int what, void *where)
80 *((int *)where) = 0;
84 *((int *)where) = 1;
86 *((int *)where) = 0;
93 *((int *)where) = 0;
97 *((int *)where) = 1;
99 *((int *)where)
[all...]
H A Dpcre_fullinfo.c63 where where to put the information
71 int what, void *where)
75 int what, void *where)
81 if (re == NULL || where == NULL) return PCRE_ERROR_NULL;
102 *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS;
106 *((size_t *)where) = re->size;
110 *((size_t *)where) = (study == NULL)? 0 : study->size;
115 *((size_t *)where) =
121 *((size_t *)where)
70 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, int what, void *where) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_config.c63 where where to put the information
70 pcre_config(int what, void *where) argument
73 pcre16_config(int what, void *where)
80 *((int *)where) = 0;
84 *((int *)where) = 1;
86 *((int *)where) = 0;
93 *((int *)where) = 0;
97 *((int *)where) = 1;
99 *((int *)where)
[all...]
H A Dpcre_fullinfo.c63 where where to put the information
71 int what, void *where)
75 int what, void *where)
81 if (re == NULL || where == NULL) return PCRE_ERROR_NULL;
102 *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS;
106 *((size_t *)where) = re->size;
110 *((size_t *)where) = (study == NULL)? 0 : study->size;
115 *((size_t *)where) =
121 *((size_t *)where)
70 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, int what, void *where) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_config.c63 where where to put the information
70 pcre_config(int what, void *where) argument
73 pcre16_config(int what, void *where)
80 *((int *)where) = 0;
84 *((int *)where) = 1;
86 *((int *)where) = 0;
93 *((int *)where) = 0;
97 *((int *)where) = 1;
99 *((int *)where)
[all...]
H A Dpcre_fullinfo.c63 where where to put the information
71 int what, void *where)
75 int what, void *where)
81 if (re == NULL || where == NULL) return PCRE_ERROR_NULL;
102 *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS;
106 *((size_t *)where) = re->size;
110 *((size_t *)where) = (study == NULL)? 0 : study->size;
115 *((size_t *)where) =
121 *((size_t *)where)
70 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, int what, void *where) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/pci/
H A Dops-msc.c48 struct pci_bus *bus, unsigned int devfn, int where, u32 * data)
61 ((where / 4) << MSC01_PCI_CFGADDR_RNUM_SHF)));
90 int where, int size, u32 * val)
94 if ((size == 2) && (where & 1))
96 else if ((size == 4) && (where & 3))
99 if (msc_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where,
104 *val = (data >> ((where & 3) << 3)) & 0xff;
106 *val = (data >> ((where & 3) << 3)) & 0xffff;
114 int where, int size, u32 val)
118 if ((size == 2) && (where
47 msc_pcibios_config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 * data) argument
89 msc_pcibios_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 * val) argument
113 msc_pcibios_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
H A Dops-rc32434.c49 unsigned char where, u32 *data)
55 PCI_CFG_SET(bus->number, slot, func, where);
74 int where, u8 *val)
79 ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data);
80 *val = (data >> ((where & 3) << 3)) & 0xff;
85 int where, u16 *val)
90 ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data);
91 *val = (data >> ((where & 3) << 3)) & 0xffff;
96 int where, u32 *val)
109 ret = config_access(PCI_ACCESS_READ, bus, devfn, where, va
47 config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, unsigned char where, u32 *data) argument
73 read_config_byte(struct pci_bus *bus, unsigned int devfn, int where, u8 *val) argument
84 read_config_word(struct pci_bus *bus, unsigned int devfn, int where, u16 *val) argument
95 read_config_dword(struct pci_bus *bus, unsigned int devfn, int where, u32 *val) argument
130 write_config_byte(struct pci_bus *bus, unsigned int devfn, int where, u8 val) argument
149 write_config_word(struct pci_bus *bus, unsigned int devfn, int where, u16 val) argument
169 write_config_dword(struct pci_bus *bus, unsigned int devfn, int where, u32 val) argument
178 pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
191 pci_config_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
H A Dops-nile4.c21 struct pci_bus *bus, unsigned int devfn, int where, u32 *val)
35 vrc_pciregs[(0x200 + where) >> 2] = *val;
37 *val = vrc_pciregs[(0x200 + where) >> 2];
56 | (where & ~3));
59 (where & ~3);
79 int where, int size, u32 *val)
85 if ((size == 2) && (where & 1))
87 else if ((size == 4) && (where & 3))
91 err = nile4_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where,
99 *val = (data >> ((where
20 nile4_pcibios_config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 *val) argument
78 nile4_pcibios_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
108 nile4_pcibios_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
H A Dops-gt64xxx_pci0.c43 struct pci_bus *bus, unsigned int devfn, int where, u32 * data)
59 ((where / 4) << GT_PCI0_CFGADDR_REGNUM_SHF) |
104 int where, int size, u32 * val)
109 where, &data))
113 *val = (data >> ((where & 3) << 3)) & 0xff;
115 *val = (data >> ((where & 3) << 3)) & 0xffff;
123 int where, int size, u32 val)
131 devfn, where, &data))
135 data = (data & ~(0xff << ((where & 3) << 3))) |
136 (val << ((where
42 gt64xxx_pci0_pcibios_config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 * data) argument
103 gt64xxx_pci0_pcibios_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 * val) argument
122 gt64xxx_pci0_pcibios_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
H A Dops-vr41xx.c36 unsigned int devfn, int where)
42 if (PCI_SLOT(devfn) < 11 || where > 0xff)
46 (where & 0xfc), PCICONFAREG);
51 if (where > 0xff)
55 (where & 0xfc) | 1U, PCICONFAREG);
61 static int pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, argument
67 if (set_pci_configuration_address(bus->number, devfn, where) < 0)
74 *val = (data >> ((where & 3) << 3)) & 0xffU;
77 *val = (data >> ((where & 2) << 3)) & 0xffffU;
89 static int pci_config_write(struct pci_bus *bus, unsigned int devfn, int where, argument
35 set_pci_configuration_address(unsigned char number, unsigned int devfn, int where) argument
[all...]
H A Dops-bonito64.c39 unsigned int devfn, int where,
48 int reg = where & ~3;
103 int where, int size, u32 * val)
107 if ((size == 2) && (where & 1))
109 else if ((size == 4) && (where & 3))
112 if (bonito64_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where,
117 *val = (data >> ((where & 3) << 3)) & 0xff;
119 *val = (data >> ((where & 3) << 3)) & 0xffff;
127 int where, int size, u32 val)
131 if ((size == 2) && (where
37 bonito64_pcibios_config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 * data) argument
102 bonito64_pcibios_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 * val) argument
126 bonito64_pcibios_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/pci/
H A Dops-msc.c48 struct pci_bus *bus, unsigned int devfn, int where, u32 * data)
61 ((where / 4) << MSC01_PCI_CFGADDR_RNUM_SHF)));
90 int where, int size, u32 * val)
94 if ((size == 2) && (where & 1))
96 else if ((size == 4) && (where & 3))
99 if (msc_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where,
104 *val = (data >> ((where & 3) << 3)) & 0xff;
106 *val = (data >> ((where & 3) << 3)) & 0xffff;
114 int where, int size, u32 val)
118 if ((size == 2) && (where
47 msc_pcibios_config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 * data) argument
89 msc_pcibios_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 * val) argument
113 msc_pcibios_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
H A Dops-rc32434.c49 unsigned char where, u32 *data)
55 PCI_CFG_SET(bus->number, slot, func, where);
74 int where, u8 *val)
79 ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data);
80 *val = (data >> ((where & 3) << 3)) & 0xff;
85 int where, u16 *val)
90 ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data);
91 *val = (data >> ((where & 3) << 3)) & 0xffff;
96 int where, u32 *val)
109 ret = config_access(PCI_ACCESS_READ, bus, devfn, where, va
47 config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, unsigned char where, u32 *data) argument
73 read_config_byte(struct pci_bus *bus, unsigned int devfn, int where, u8 *val) argument
84 read_config_word(struct pci_bus *bus, unsigned int devfn, int where, u16 *val) argument
95 read_config_dword(struct pci_bus *bus, unsigned int devfn, int where, u32 *val) argument
130 write_config_byte(struct pci_bus *bus, unsigned int devfn, int where, u8 val) argument
149 write_config_word(struct pci_bus *bus, unsigned int devfn, int where, u16 val) argument
169 write_config_dword(struct pci_bus *bus, unsigned int devfn, int where, u32 val) argument
178 pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
191 pci_config_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
H A Dops-nile4.c21 struct pci_bus *bus, unsigned int devfn, int where, u32 *val)
35 vrc_pciregs[(0x200 + where) >> 2] = *val;
37 *val = vrc_pciregs[(0x200 + where) >> 2];
56 | (where & ~3));
59 (where & ~3);
79 int where, int size, u32 *val)
85 if ((size == 2) && (where & 1))
87 else if ((size == 4) && (where & 3))
91 err = nile4_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where,
99 *val = (data >> ((where
20 nile4_pcibios_config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 *val) argument
78 nile4_pcibios_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
108 nile4_pcibios_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
H A Dops-gt64xxx_pci0.c43 struct pci_bus *bus, unsigned int devfn, int where, u32 * data)
59 ((where / 4) << GT_PCI0_CFGADDR_REGNUM_SHF) |
104 int where, int size, u32 * val)
109 where, &data))
113 *val = (data >> ((where & 3) << 3)) & 0xff;
115 *val = (data >> ((where & 3) << 3)) & 0xffff;
123 int where, int size, u32 val)
131 devfn, where, &data))
135 data = (data & ~(0xff << ((where & 3) << 3))) |
136 (val << ((where
42 gt64xxx_pci0_pcibios_config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 * data) argument
103 gt64xxx_pci0_pcibios_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 * val) argument
122 gt64xxx_pci0_pcibios_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
H A Dops-vr41xx.c36 unsigned int devfn, int where)
42 if (PCI_SLOT(devfn) < 11 || where > 0xff)
46 (where & 0xfc), PCICONFAREG);
51 if (where > 0xff)
55 (where & 0xfc) | 1U, PCICONFAREG);
61 static int pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, argument
67 if (set_pci_configuration_address(bus->number, devfn, where) < 0)
74 *val = (data >> ((where & 3) << 3)) & 0xffU;
77 *val = (data >> ((where & 2) << 3)) & 0xffffU;
89 static int pci_config_write(struct pci_bus *bus, unsigned int devfn, int where, argument
35 set_pci_configuration_address(unsigned char number, unsigned int devfn, int where) argument
[all...]
H A Dops-bonito64.c39 unsigned int devfn, int where,
48 int reg = where & ~3;
103 int where, int size, u32 * val)
107 if ((size == 2) && (where & 1))
109 else if ((size == 4) && (where & 3))
112 if (bonito64_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where,
117 *val = (data >> ((where & 3) << 3)) & 0xff;
119 *val = (data >> ((where & 3) << 3)) & 0xffff;
127 int where, int size, u32 val)
131 if ((size == 2) && (where
37 bonito64_pcibios_config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 * data) argument
102 bonito64_pcibios_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 * val) argument
126 bonito64_pcibios_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext3/
H A Dext3_jbd.c7 int __ext3_journal_get_undo_access(const char *where, handle_t *handle, argument
12 ext3_journal_abort_handle(where, __func__, bh, handle,err);
16 int __ext3_journal_get_write_access(const char *where, handle_t *handle, argument
21 ext3_journal_abort_handle(where, __func__, bh, handle,err);
25 int __ext3_journal_forget(const char *where, handle_t *handle, argument
30 ext3_journal_abort_handle(where, __func__, bh, handle,err);
34 int __ext3_journal_revoke(const char *where, handle_t *handle, argument
39 ext3_journal_abort_handle(where, __func__, bh, handle,err);
43 int __ext3_journal_get_create_access(const char *where, argument
48 ext3_journal_abort_handle(where, __func_
52 __ext3_journal_dirty_metadata(const char *where, handle_t *handle, struct buffer_head *bh) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext3/
H A Dext3_jbd.c7 int __ext3_journal_get_undo_access(const char *where, handle_t *handle, argument
12 ext3_journal_abort_handle(where, __func__, bh, handle,err);
16 int __ext3_journal_get_write_access(const char *where, handle_t *handle, argument
21 ext3_journal_abort_handle(where, __func__, bh, handle,err);
25 int __ext3_journal_forget(const char *where, handle_t *handle, argument
30 ext3_journal_abort_handle(where, __func__, bh, handle,err);
34 int __ext3_journal_revoke(const char *where, handle_t *handle, argument
39 ext3_journal_abort_handle(where, __func__, bh, handle,err);
43 int __ext3_journal_get_create_access(const char *where, argument
48 ext3_journal_abort_handle(where, __func_
52 __ext3_journal_dirty_metadata(const char *where, handle_t *handle, struct buffer_head *bh) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dops-sh7786.c25 struct pci_bus *bus, unsigned int devfn, int where, u32 *data)
40 (func << 16) | (where & ~3), SH4A_PCIEPAR);
58 int where, int size, u32 *val)
64 if ((size == 2) && (where & 1))
66 else if ((size == 4) && (where & 3))
71 devfn, where, &data);
76 *val = (data >> ((where & 3) << 3)) & 0xff;
78 *val = (data >> ((where & 2) << 3)) & 0xffff;
83 "where=0x%04x size=%d val=0x%08lx\n", bus->number,
84 devfn, where, siz
24 sh7786_pcie_config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 *data) argument
57 sh7786_pcie_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
91 sh7786_pcie_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/drivers/pci/
H A Dops-sh7786.c25 struct pci_bus *bus, unsigned int devfn, int where, u32 *data)
40 (func << 16) | (where & ~3), SH4A_PCIEPAR);
58 int where, int size, u32 *val)
64 if ((size == 2) && (where & 1))
66 else if ((size == 4) && (where & 3))
71 devfn, where, &data);
76 *val = (data >> ((where & 3) << 3)) & 0xff;
78 *val = (data >> ((where & 2) << 3)) & 0xffff;
83 "where=0x%04x size=%d val=0x%08lx\n", bus->number,
84 devfn, where, siz
24 sh7786_pcie_config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 *data) argument
57 sh7786_pcie_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) argument
91 sh7786_pcie_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/gdbserver/
H A Dmem-break.h29 void set_breakpoint_at (CORE_ADDR where,
45 void reinsert_breakpoint (CORE_ADDR where);
49 void uninsert_breakpoint (CORE_ADDR where);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/gdbserver/
H A Dmem-break.h29 void set_breakpoint_at (CORE_ADDR where,
45 void reinsert_breakpoint (CORE_ADDR where);
49 void uninsert_breakpoint (CORE_ADDR where);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/gdbserver/
H A Dmem-break.h29 void set_breakpoint_at (CORE_ADDR where,
45 void reinsert_breakpoint (CORE_ADDR where);
49 void uninsert_breakpoint (CORE_ADDR where);

Completed in 133 milliseconds

1234567891011>>