Searched refs:stk (Results 1 - 25 of 37) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ide/
H A Dide-cs.c210 struct pcmcia_config_check *stk = priv_data; local
213 if (!stk->skip_vcc) {
241 pdev->resource[1]->end = (stk->is_kme) ? 2 : 1;
244 stk->ctl_base = pdev->resource[1]->start;
250 stk->ctl_base = pdev->resource[0]->start + 0x0e;
262 struct pcmcia_config_check *stk = NULL; local
273 stk = kzalloc(sizeof(*stk), GFP_KERNEL);
274 if (!stk)
276 stk
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ide/
H A Dide-cs.c210 struct pcmcia_config_check *stk = priv_data; local
213 if (!stk->skip_vcc) {
241 pdev->resource[1]->end = (stk->is_kme) ? 2 : 1;
244 stk->ctl_base = pdev->resource[1]->start;
250 stk->ctl_base = pdev->resource[0]->start + 0x0e;
262 struct pcmcia_config_check *stk = NULL; local
273 stk = kzalloc(sizeof(*stk), GFP_KERNEL);
274 if (!stk)
276 stk
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ata/
H A Dpata_pcmcia.c183 struct pcmcia_config_check *stk = priv_data; local
186 if (!stk->skip_vcc) {
212 pdev->resource[1]->end = (stk->is_kme) ? 2 : 1;
215 stk->ctl_base = pdev->resource[1]->start;
221 stk->ctl_base = pdev->resource[0]->start + 0x0e;
242 struct pcmcia_config_check *stk = NULL; local
263 stk = kzalloc(sizeof(*stk), GFP_KERNEL);
264 if (!stk)
266 stk
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ata/
H A Dpata_pcmcia.c183 struct pcmcia_config_check *stk = priv_data; local
186 if (!stk->skip_vcc) {
212 pdev->resource[1]->end = (stk->is_kme) ? 2 : 1;
215 stk->ctl_base = pdev->resource[1]->start;
221 stk->ctl_base = pdev->resource[0]->start + 0x0e;
242 struct pcmcia_config_check *stk = NULL; local
263 stk = kzalloc(sizeof(*stk), GFP_KERNEL);
264 if (!stk)
266 stk
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/stl/
H A Ddbstl_resource_manager.cpp410 stack<DbTxn*> stk; local
414 stk.push(ptxn);
417 env_txns_.insert(make_pair(penv, stk));
767 stack<DbTxn*>&stk = env_txns_[env1]; local
774 if (stk.size() > 0) {
775 txn = stk.top();
786 stk.push(txn);
792 ptxn = stk.size() > 0 ? stk.top() : NULL;
797 stk
813 stack<DbTxn*> &stk = env_txns_[env]; local
874 stack<DbTxn*> &stk = env_txns_[env]; local
935 stack<DbTxn*> &stk = env_txns_[env]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/stl/
H A Ddbstl_resource_manager.cpp410 stack<DbTxn*> stk; local
414 stk.push(ptxn);
417 env_txns_.insert(make_pair(penv, stk));
767 stack<DbTxn*>&stk = env_txns_[env1]; local
774 if (stk.size() > 0) {
775 txn = stk.top();
786 stk.push(txn);
792 ptxn = stk.size() > 0 ? stk.top() : NULL;
797 stk
813 stack<DbTxn*> &stk = env_txns_[env]; local
874 stack<DbTxn*> &stk = env_txns_[env]; local
935 stack<DbTxn*> &stk = env_txns_[env]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/stl/
H A Ddbstl_resource_manager.cpp410 stack<DbTxn*> stk; local
414 stk.push(ptxn);
417 env_txns_.insert(make_pair(penv, stk));
767 stack<DbTxn*>&stk = env_txns_[env1]; local
774 if (stk.size() > 0) {
775 txn = stk.top();
786 stk.push(txn);
792 ptxn = stk.size() > 0 ? stk.top() : NULL;
797 stk
813 stack<DbTxn*> &stk = env_txns_[env]; local
874 stack<DbTxn*> &stk = env_txns_[env]; local
935 stack<DbTxn*> &stk = env_txns_[env]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/
H A Delf.h103 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(&(ex), stk)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/
H A Delf.h103 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(&(ex), stk)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dcciss_scsi.c148 struct cciss_scsi_cmd_stack_t *stk; local
152 stk = &sa->cmd_stack;
154 if (stk->top < 0)
156 c = stk->elem[stk->top];
163 /* (__u32) (stk->cmd_pool_handle +
164 (sizeof(struct cciss_scsi_cmd_stack_elem_t)*stk->top)); */
167 /* (__u64) (stk->cmd_pool_handle +
168 (sizeof(struct cciss_scsi_cmd_stack_elem_t)*stk->top) +
170 stk
189 struct cciss_scsi_cmd_stack_t *stk; local
206 struct cciss_scsi_cmd_stack_t *stk; local
243 struct cciss_scsi_cmd_stack_t *stk; local
1419 struct cciss_scsi_cmd_stack_t *stk; local
1447 struct cciss_scsi_cmd_stack_t *stk; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dcciss_scsi.c148 struct cciss_scsi_cmd_stack_t *stk; local
152 stk = &sa->cmd_stack;
154 if (stk->top < 0)
156 c = stk->elem[stk->top];
163 /* (__u32) (stk->cmd_pool_handle +
164 (sizeof(struct cciss_scsi_cmd_stack_elem_t)*stk->top)); */
167 /* (__u64) (stk->cmd_pool_handle +
168 (sizeof(struct cciss_scsi_cmd_stack_elem_t)*stk->top) +
170 stk
189 struct cciss_scsi_cmd_stack_t *stk; local
206 struct cciss_scsi_cmd_stack_t *stk; local
243 struct cciss_scsi_cmd_stack_t *stk; local
1419 struct cciss_scsi_cmd_stack_t *stk; local
1447 struct cciss_scsi_cmd_stack_t *stk; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/rsn_supp/
H A Dpeerkey.c440 wpa_eapol_key_send(sm, peerkey->stk.kck, ver, peerkey->addr,
675 struct wpa_ptk *stk; local
708 stk = &peerkey->tstk;
712 (u8 *) stk, sizeof(*stk),
715 os_memcpy(buf, stk->u.auth.tx_mic_key, 8);
716 os_memcpy(stk->u.auth.tx_mic_key, stk->u.auth.rx_mic_key, 8);
717 os_memcpy(stk->u.auth.rx_mic_key, buf, 8);
735 stk)) {
[all...]
H A Dpeerkey.h39 struct wpa_ptk stk, tstk; member in struct:wpa_peerkey
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/rsn_supp/
H A Dpeerkey.c440 wpa_eapol_key_send(sm, peerkey->stk.kck, ver, peerkey->addr,
677 struct wpa_ptk *stk; local
710 stk = &peerkey->tstk;
714 (u8 *) stk, sizeof(*stk),
717 os_memcpy(buf, stk->u.auth.tx_mic_key, 8);
718 os_memcpy(stk->u.auth.tx_mic_key, stk->u.auth.rx_mic_key, 8);
719 os_memcpy(stk->u.auth.rx_mic_key, buf, 8);
737 stk)) {
[all...]
H A Dpeerkey.h39 struct wpa_ptk stk, tstk; member in struct:wpa_peerkey
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/rsn_supp/
H A Dpeerkey.c440 wpa_eapol_key_send(sm, peerkey->stk.kck, ver, peerkey->addr,
675 struct wpa_ptk *stk; local
708 stk = &peerkey->tstk;
712 (u8 *) stk, sizeof(*stk),
715 os_memcpy(buf, stk->u.auth.tx_mic_key, 8);
716 os_memcpy(stk->u.auth.tx_mic_key, stk->u.auth.rx_mic_key, 8);
717 os_memcpy(stk->u.auth.rx_mic_key, buf, 8);
735 stk)) {
[all...]
H A Dpeerkey.h39 struct wpa_ptk stk, tstk; member in struct:wpa_peerkey
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/rsn_supp/
H A Dpeerkey.c440 wpa_eapol_key_send(sm, peerkey->stk.kck, ver, peerkey->addr,
677 struct wpa_ptk *stk; local
710 stk = &peerkey->tstk;
714 (u8 *) stk, sizeof(*stk),
717 os_memcpy(buf, stk->u.auth.tx_mic_key, 8);
718 os_memcpy(stk->u.auth.tx_mic_key, stk->u.auth.rx_mic_key, 8);
719 os_memcpy(stk->u.auth.rx_mic_key, buf, 8);
737 stk)) {
[all...]
H A Dpeerkey.h39 struct wpa_ptk stk, tstk; member in struct:wpa_peerkey
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/rsn_supp/
H A Dpeerkey.c440 wpa_eapol_key_send(sm, peerkey->stk.kck, ver, peerkey->addr,
675 struct wpa_ptk *stk; local
708 stk = &peerkey->tstk;
712 (u8 *) stk, sizeof(*stk),
715 os_memcpy(buf, stk->u.auth.tx_mic_key, 8);
716 os_memcpy(stk->u.auth.tx_mic_key, stk->u.auth.rx_mic_key, 8);
717 os_memcpy(stk->u.auth.rx_mic_key, buf, 8);
735 stk)) {
[all...]
H A Dpeerkey.h39 struct wpa_ptk stk, tstk; member in struct:wpa_peerkey
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/rsn_supp/
H A Dpeerkey.c440 wpa_eapol_key_send(sm, peerkey->stk.kck, ver, peerkey->addr,
677 struct wpa_ptk *stk; local
710 stk = &peerkey->tstk;
714 (u8 *) stk, sizeof(*stk),
717 os_memcpy(buf, stk->u.auth.tx_mic_key, 8);
718 os_memcpy(stk->u.auth.tx_mic_key, stk->u.auth.rx_mic_key, 8);
719 os_memcpy(stk->u.auth.rx_mic_key, buf, 8);
737 stk)) {
[all...]
H A Dpeerkey.h39 struct wpa_ptk stk, tstk; member in struct:wpa_peerkey
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/include/asm/
H A Dentry_mm.h90 addl %sp@+,%sp | stk adj
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dentry_mm.h90 addl %sp@+,%sp | stk adj

Completed in 109 milliseconds

12