Searched refs:func (Results 176 - 200 of 3575) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rand/
H A Drand_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_RAND,func,0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dpci.h30 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dpci.h30 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js/davclient.js/minisax.js/
H A Dhelpers.js28 Array.prototype.map = function(func) {
29 /* apply 'func' to each element in the array */
31 this[i] = func(this[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Dce6230.h35 #define ce6230_debug_dump(r, t, v, i, b, l, func) { \
37 func("%02x %02x %02x %02x %02x %02x %02x %02x", \
40 func(" >>> "); \
42 func(" <<< "); \
44 func("%02x ", b[loop_]); \
45 func("\n");\
H A Dec168.h35 #define ec168_debug_dump(r, t, v, i, b, l, func) { \
37 func("%02x %02x %02x %02x %02x %02x %02x %02x", \
40 func(" >>> "); \
42 func(" <<< "); \
44 func("%02x ", b[loop_]); \
45 func("\n");\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/lib/
H A Dthunk_64.S15 .macro thunk name,func
20 call \func
26 .macro thunk_retrax name,func
31 call \func
47 .macro thunk_ra name,func
55 call \func
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Dce6230.h35 #define ce6230_debug_dump(r, t, v, i, b, l, func) { \
37 func("%02x %02x %02x %02x %02x %02x %02x %02x", \
40 func(" >>> "); \
42 func(" <<< "); \
44 func("%02x ", b[loop_]); \
45 func("\n");\
H A Dec168.h35 #define ec168_debug_dump(r, t, v, i, b, l, func) { \
37 func("%02x %02x %02x %02x %02x %02x %02x %02x", \
40 func(" >>> "); \
42 func(" <<< "); \
44 func("%02x ", b[loop_]); \
45 func("\n");\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/lib/
H A Dthunk_64.S15 .macro thunk name,func
20 call \func
26 .macro thunk_retrax name,func
31 call \func
47 .macro thunk_ra name,func
55 call \func
/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-titan.c46 int dev, busno, func; local
50 func = PCI_FUNC(devfn);
52 address = (busno << 16) | (dev << 11) | (func << 8) |
75 int dev, busno, func; local
79 func = PCI_FUNC(devfn);
81 address = (busno << 16) | (dev << 11) | (func << 8) |
/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-titan.c46 int dev, busno, func; local
50 func = PCI_FUNC(devfn);
52 address = (busno << 16) | (dev << 11) | (func << 8) |
75 int dev, busno, func; local
79 func = PCI_FUNC(devfn);
81 address = (busno << 16) | (dev << 11) | (func << 8) |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dif_sdio.c93 struct sdio_func *func; member in struct:if_sdio_card
131 scratch = sdio_readb(card->func, card->scratch_reg, &ret);
133 scratch |= sdio_readb(card->func, card->scratch_reg + 1,
150 rx_unit = sdio_readb(card->func, IF_SDIO_RX_UNIT, &ret);
170 rx_len = sdio_readb(card->func, IF_SDIO_RX_LEN, &ret);
266 event = sdio_readb(card->func, IF_SDIO_EVENT, &ret);
302 status = sdio_readb(card->func, IF_SDIO_STATUS, &ret);
341 chunk = sdio_align_size(card->func, size);
343 ret = sdio_readsb(card->func, card->buffer, card->ioport, chunk);
418 sdio_claim_host(card->func);
854 if_sdio_interrupt(struct sdio_func *func) argument
895 if_sdio_probe(struct sdio_func *func, const struct sdio_device_id *id) argument
1133 if_sdio_remove(struct sdio_func *func) argument
1189 struct sdio_func *func = dev_to_sdio_func(dev); local
1226 struct sdio_func *func = dev_to_sdio_func(dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_sdio.c93 struct sdio_func *func; member in struct:if_sdio_card
131 scratch = sdio_readb(card->func, card->scratch_reg, &ret);
133 scratch |= sdio_readb(card->func, card->scratch_reg + 1,
150 rx_unit = sdio_readb(card->func, IF_SDIO_RX_UNIT, &ret);
170 rx_len = sdio_readb(card->func, IF_SDIO_RX_LEN, &ret);
266 event = sdio_readb(card->func, IF_SDIO_EVENT, &ret);
302 status = sdio_readb(card->func, IF_SDIO_STATUS, &ret);
341 chunk = sdio_align_size(card->func, size);
343 ret = sdio_readsb(card->func, card->buffer, card->ioport, chunk);
418 sdio_claim_host(card->func);
854 if_sdio_interrupt(struct sdio_func *func) argument
895 if_sdio_probe(struct sdio_func *func, const struct sdio_device_id *id) argument
1133 if_sdio_remove(struct sdio_func *func) argument
1189 struct sdio_func *func = dev_to_sdio_func(dev); local
1226 struct sdio_func *func = dev_to_sdio_func(dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dsavedregs.exp75 foreach func $inner {
76 set saved_regs($func) "error"
77 set test "Get $func info frame"
79 switch $func {
90 set pat "Stack frame at .* in $func .* Saved registers:.*"
97 set saved_regs($func) "$expect_out(1,string)"
101 set saved_regs($func) "$expect_out(1,string)"
105 set saved_regs($func) "$expect_out(1,string)"
121 foreach func $outer {
122 set test [concat "Check $func inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dsavedregs.exp75 foreach func $inner {
76 set saved_regs($func) "error"
77 set test "Get $func info frame"
79 switch $func {
90 set pat "Stack frame at .* in $func .* Saved registers:.*"
97 set saved_regs($func) "$expect_out(1,string)"
101 set saved_regs($func) "$expect_out(1,string)"
105 set saved_regs($func) "$expect_out(1,string)"
121 foreach func $outer {
122 set test [concat "Check $func inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dsavedregs.exp75 foreach func $inner {
76 set saved_regs($func) "error"
77 set test "Get $func info frame"
79 switch $func {
90 set pat "Stack frame at .* in $func .* Saved registers:.*"
97 set saved_regs($func) "$expect_out(1,string)"
101 set saved_regs($func) "$expect_out(1,string)"
105 set saved_regs($func) "$expect_out(1,string)"
121 foreach func $outer {
122 set test [concat "Check $func inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/math-emu/
H A Dmath.c222 int (*func)(void *, void *, void *, void *);
272 case LFS: func = lfs; type = D; break;
273 case LFSU: func = lfs; type = DU; break;
274 case LFD: func = lfd; type = D; break;
275 case LFDU: func = lfd; type = DU; break;
276 case STFS: func = stfs; type = D; break;
277 case STFSU: func = stfs; type = DU; break;
278 case STFD: func = stfd; type = D; break;
279 case STFDU: func = stfd; type = DU; break;
283 case LFSX: func
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/math-emu/
H A Dmath.c222 int (*func)(void *, void *, void *, void *);
272 case LFS: func = lfs; type = D; break;
273 case LFSU: func = lfs; type = DU; break;
274 case LFD: func = lfd; type = D; break;
275 case LFDU: func = lfd; type = DU; break;
276 case STFS: func = stfs; type = D; break;
277 case STFSU: func = stfs; type = DU; break;
278 case STFD: func = stfd; type = D; break;
279 case STFDU: func = stfd; type = DU; break;
283 case LFSX: func
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/tracing/
H A Ddraw_functrace.py35 def __init__(self, func, time = None, parent = None):
36 self._func = func
44 def calls(self, func, calltime):
49 child = CallTree(func, calltime, self)
53 def getParent(self, func):
55 has the name given by func. If this function is not
60 while tree != CallTree.ROOT and tree._func != func:
63 child = CallTree.ROOT.calls(func, None)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/tracing/
H A Ddraw_functrace.py35 def __init__(self, func, time = None, parent = None):
36 self._func = func
44 def calls(self, func, calltime):
49 child = CallTree(func, calltime, self)
53 def getParent(self, func):
55 has the name given by func. If this function is not
60 while tree != CallTree.ROOT and tree._func != func:
63 child = CallTree.ROOT.calls(func, None)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/crypto/
H A Dcrypt_s390.h112 * @func: the function code passed to KM; see crypt_s390_km_func
113 * @param: address of parameter block; see POP for details on each func
120 * Returns -1 for failure, 0 for the query func, number of processed
123 static inline int crypt_s390_km(long func, void *param, argument
126 register long __func asm("0") = func & CRYPT_S390_FUNC_MASK;
143 return (func & CRYPT_S390_FUNC_MASK) ? src_len - __src_len : __src_len;
148 * @func: the function code passed to KM; see crypt_s390_kmc_func
149 * @param: address of parameter block; see POP for details on each func
156 * Returns -1 for failure, 0 for the query func, number of processed
159 static inline int crypt_s390_kmc(long func, voi argument
195 crypt_s390_kimd(long func, void *param, const u8 *src, long src_len) argument
229 crypt_s390_klmd(long func, void *param, const u8 *src, long src_len) argument
264 crypt_s390_kmac(long func, void *param, const u8 *src, long src_len) argument
294 crypt_s390_func_available(int func) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/crypto/
H A Dcrypt_s390.h112 * @func: the function code passed to KM; see crypt_s390_km_func
113 * @param: address of parameter block; see POP for details on each func
120 * Returns -1 for failure, 0 for the query func, number of processed
123 static inline int crypt_s390_km(long func, void *param, argument
126 register long __func asm("0") = func & CRYPT_S390_FUNC_MASK;
143 return (func & CRYPT_S390_FUNC_MASK) ? src_len - __src_len : __src_len;
148 * @func: the function code passed to KM; see crypt_s390_kmc_func
149 * @param: address of parameter block; see POP for details on each func
156 * Returns -1 for failure, 0 for the query func, number of processed
159 static inline int crypt_s390_kmc(long func, voi argument
195 crypt_s390_kimd(long func, void *param, const u8 *src, long src_len) argument
229 crypt_s390_klmd(long func, void *param, const u8 *src, long src_len) argument
264 crypt_s390_kmac(long func, void *param, const u8 *src, long src_len) argument
294 crypt_s390_func_available(int func) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/wl12xx/
H A Dwl1271_sdio.c108 struct sdio_func *func = wl_to_func(wl); local
111 ((u8 *)buf)[0] = sdio_f0_readb(func, addr, &ret);
116 ret = sdio_readsb(func, buf, addr, len);
118 ret = sdio_memcpy_fromio(func, buf, addr, len);
134 struct sdio_func *func = wl_to_func(wl); local
137 sdio_f0_writeb(func, ((u8 *)buf)[0], addr, &ret);
146 ret = sdio_writesb(func, addr, buf, len);
148 ret = sdio_memcpy_toio(func, addr, buf, len);
157 struct sdio_func *func = wl_to_func(wl); local
164 sdio_claim_host(func);
183 wl1271_probe(struct sdio_func *func, const struct sdio_device_id *id) argument
247 wl1271_remove(struct sdio_func *func) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_sdio.c108 struct sdio_func *func = wl_to_func(wl); local
111 ((u8 *)buf)[0] = sdio_f0_readb(func, addr, &ret);
116 ret = sdio_readsb(func, buf, addr, len);
118 ret = sdio_memcpy_fromio(func, buf, addr, len);
134 struct sdio_func *func = wl_to_func(wl); local
137 sdio_f0_writeb(func, ((u8 *)buf)[0], addr, &ret);
146 ret = sdio_writesb(func, addr, buf, len);
148 ret = sdio_memcpy_toio(func, addr, buf, len);
157 struct sdio_func *func = wl_to_func(wl); local
164 sdio_claim_host(func);
183 wl1271_probe(struct sdio_func *func, const struct sdio_device_id *id) argument
247 wl1271_remove(struct sdio_func *func) argument
[all...]

Completed in 299 milliseconds

1234567891011>>