Searched refs:slot (Results 376 - 400 of 701) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dinode-item.c219 int slot; local
226 slot = path->slots[0] - 1;
228 btrfs_item_key_to_cpu(leaf, &found_key, slot);
H A Dioctl.c930 int slot; local
935 slot = path->slots[0];
944 for (i = slot; i < nritems; i++) {
1103 int slot; local
1141 slot = path->slots[0];
1142 if (ret > 0 && slot > 0)
1143 slot--;
1144 btrfs_item_key_to_cpu(l, &key, slot);
1152 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref);
1444 int slot; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/dec/
H A Dint-handler.S154 addu t1,2*PTRSIZE # delay slot
203 addu t1,2*PTRSIZE # delay slot
214 nop # delay slot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-orion5x/
H A Ddb88f5281-setup.c240 static int __init db88f5281_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
247 irq = orion5x_pci_map_irq(dev, slot, pin);
254 switch (slot - DB88F5281_PCI_SLOT0_OFFS) {
H A Dterastation_pro2-setup.c103 static int __init tsp2_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
110 irq = orion5x_pci_map_irq(dev, slot, pin);
117 if (slot == TSP2_PCI_SLOT0_OFFS)
H A Dts209-setup.c146 static int __init qnap_ts209_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
153 irq = orion5x_pci_map_irq(dev, slot, pin);
160 switch (slot - QNAP_TS209_PCI_SLOT0_OFFS) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsys_cabriolet.c170 * slot number to refer to the id select line and *not* the slot
172 * I've given the slot number, the id select line and the Jxx number
182 eb66p_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
186 {16+0, 16+0, 16+5, 16+9, 16+13}, /* IdSel 6, slot 0, J25 */
187 {16+1, 16+1, 16+6, 16+10, 16+14}, /* IdSel 7, slot 1, J26 */
189 {16+2, 16+2, 16+7, 16+11, 16+15}, /* IdSel 9, slot 2, J27 */
190 {16+3, 16+3, 16+8, 16+12, 16+6} /* IdSel 10, slot 3, J28 */
199 * are numbered differently. In the code below, I have used slot
200 * number to refer to the id select line and *not* the slot numbe
212 cabriolet_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
296 alphapc164_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev67-strrchr.S68 nop # : Latency=2, extra map slot (keep nop with cmov)
71 cmovne t3, t3, t8 # E : Latency=2, extra map slot
89 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm_core.c187 PK11SlotInfo *slot = NULL; local
196 /* use internal slot for DES encryption (requires NSS to be initialized) */
197 slot = PK11_GetInternalKeySlot();
198 if(!slot)
205 symkey = PK11_ImportSymKey(slot, mech, PK11_OriginUnwrap, CKA_ENCRYPT,
232 PK11_FreeSlot(slot);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhash.h581 size_t slot = (size_t)abs((int)(key % (long)m_hashSize)); \
583 if ( !m_hashTable[slot] ) \
585 m_hashTable[slot] = new listclass(m_keyType); \
587 m_hashTable[slot]->DeleteContents(true); \
590 ((listclass *)m_hashTable[slot])->Append(value, data); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc-mca.c208 char slot = mca_dev->slot; local
285 printk(KERN_INFO "smc_mca: %s found in slot %d\n",
286 smc_mca_adapter_names[adapter], slot + 1);
351 slot + 1, ioaddr, dev->dev_addr);
399 ei_status.priv = slot;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dpci-octeon.c57 u8 slot, u8 pin);
64 * @slot: The slot number for this device on __BUS 0__. Linux
66 * slot on Bus 0 where this device eventually hooks to.
71 int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) argument
74 return octeon_pcibios_map_irq(dev, slot, pin);
229 * @slot: The slot number for this device on __BUS 0__. Linux
231 * slot on Bus 0 where this device eventually hooks to.
237 u8 slot, u
236 octeon_pci_pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ipmi/
H A Dipmi_poweroff.c345 int slot; local
371 slot = halt_recv_msg.msg.data[1];
372 hotswap_ipmb = (slot > 9) ? (0xb0 + 2 * slot) : (0xae + 2 * slot);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable_32.h200 #define PAGE_KERNEL_PCC(slot, type) \
206 (slot ? _PAGE_PCC_AREA5 : _PAGE_PCC_AREA6) | \
240 #define PAGE_KERNEL_PCC(slot, type) \
243 (slot ? _PAGE_PCC_AREA5 : _PAGE_PCC_AREA6) | \
257 #define PAGE_KERNEL_PCC(slot, type) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dbacking_ops.c159 int slot = ctx->csa.spu_chnlcnt_RW[29]; local
166 BUG_ON(avail != (4 - slot));
167 ctx->csa.spu_mailbox_data[slot] = data;
168 ctx->csa.spu_chnlcnt_RW[29] = ++slot;
170 ctx->csa.prob.mb_stat_R |= (((4 - slot) & 0xff) << 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dlru_cache.c71 struct hlist_head *slot = NULL; local
87 slot = kzalloc(e_count * sizeof(struct hlist_head*), GFP_KERNEL);
88 if (!slot)
109 lc->lc_slot = slot;
134 kfree(slot);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/xz/
H A Dxz_dec_bcj.c200 /* Instruction slot (0, 1, or 2) in the 128-bit instruction word */
201 uint32_t slot; local
203 /* Bitwise offset of the instruction indicated by slot */
224 for (slot = 0, bit_pos = 5; slot < 3; ++slot, bit_pos += 41) {
225 if (((mask >> slot) & 1) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dmmio.c172 int slot, dir = 0; local
185 slot = ((struct ia64_psr *)&(regs->cr_ipsr))->ri;
186 if (!slot)
188 else if (slot == 1) {
192 } else if (slot == 2)
H A Dkvm-ia64.c133 int slot; local
137 slot = ia64_itr_entry(0x3, KVM_VMM_BASE, pte, KVM_VMM_SHIFT);
139 if (slot < 0)
157 ia64_ptr_entry(0x3, slot);
166 int slot; local
175 slot = ia64_itr_entry(0x3, KVM_VMM_BASE, pte, KVM_VMM_SHIFT);
177 if (slot < 0)
184 ia64_ptr_entry(0x3, slot);
433 int slot; local
438 slot
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/mm/
H A Dtlb.c413 * ia64_insert_tr in virtual mode. Allocate a TR slot
423 * >=0 : slot number allocated for TR.
524 * slot: slot number to be freed.
528 void ia64_ptr_entry(u64 target_mask, int slot) argument
534 if (slot < IA64_TR_ALLOC_BASE || slot >= per_cpu(ia64_tr_num, cpu))
538 p = ia64_idtrs[cpu] + slot;
547 p = ia64_idtrs[cpu] + IA64_TR_ALLOC_MAX + slot;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_via.c53 * channels, each channel has both Master and Slave slot.
209 int slot = 2 * link->ap->port_no + link->pmp; local
215 pci_read_config_byte(pdev, 0xA0 + slot, &raw);
233 pci_read_config_dword(pdev, 0xB0 + slot * 4, &v);
237 pci_read_config_byte(pdev, 0xA4 + slot, &raw);
257 int slot = 2 * link->ap->port_no + link->pmp; local
264 pci_write_config_dword(pdev, 0xB0 + slot * 4, val);
274 pci_write_config_byte(pdev, 0xA4 + slot, v);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dbios32.c488 * This might update pin and returns the slot number.
493 int slot = 0, oldpin = *pin; local
496 slot = sys->swizzle(dev, pin);
499 printk("PCI: %s swizzling pin %d => pin %d slot %d\n",
500 pci_name(dev), oldpin, *pin, slot);
502 return slot;
506 * Map a slot/pin to an IRQ.
508 static int pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
514 irq = sys->map_irq(dev, slot, pin);
517 printk("PCI: %s mapping slot
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dl1oip_core.c920 l1oip_socket_send(hc, 0, dch->slot, 0,
921 hc->chan[dch->slot].tx_counter++, p, ll);
931 , __func__, dch->slot, hc->b_num+1);
941 "(1..%d)\n", __func__, dch->slot,
1141 hc->chan[bch->slot].tx_counter += l;
1157 hc->chan[bch->slot].tx_counter += l;
1168 l1oip_socket_send(hc, hc->codec, bch->slot, 0,
1169 hc->chan[bch->slot].tx_counter, p, ll);
1170 hc->chan[bch->slot].tx_counter += ll;
1180 , __func__, bch->slot, h
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dsuballoc.c806 u32 slot,
819 alloc_inode = ocfs2_get_system_file_inode(osb, type, slot);
837 ac->ac_alloc_slot = slot;
867 slot, bits_wanted, free_bits);
919 static void __ocfs2_set_steal_slot(struct ocfs2_super *osb, int slot, int type) argument
923 osb->s_inode_steal_slot = slot;
925 osb->s_meta_steal_slot = slot;
931 int slot = OCFS2_INVALID_SLOT; local
935 slot = osb->s_inode_steal_slot;
937 slot
803 ocfs2_reserve_suballoc_bits(struct ocfs2_super *osb, struct ocfs2_alloc_context *ac, int type, u32 slot, u64 *last_alloc_group, int flags) argument
958 int slot = __ocfs2_get_steal_slot(osb, type); local
1003 int slot = ocfs2_get_meta_steal_slot(osb); local
1072 int slot = ocfs2_get_inode_steal_slot(osb); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Diop-adma.c47 * @slot: Slot to free
50 static void iop_adma_free_slots(struct iop_adma_desc_slot *slot) argument
52 int stride = slot->slots_per_op;
55 slot->slots_per_op = 0;
56 slot = list_entry(slot->slot_node.next,
187 "\tfree slot: %d slots_per_op: %d\n",
210 pr_debug("\tcookie: %d slot: %d busy: %d "
373 /* give up after finding the first busy slot
383 /* start the allocation if the slot i
528 struct iop_adma_desc_slot *slot = NULL; local
[all...]

Completed in 217 milliseconds

<<11121314151617181920>>