Searched refs:mptr (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dsound.c148 struct snd_minor *mptr = NULL; local
155 mptr = snd_minors[minor];
156 if (mptr == NULL) {
157 mptr = autoload_device(minor);
158 if (!mptr) {
164 file->f_op = fops_get(mptr->f_ops);
306 struct snd_minor *mptr; local
310 if ((mptr = snd_minors[minor]) != NULL &&
311 mptr->type == type &&
312 mptr
399 struct snd_minor *mptr; local
[all...]
H A Dsound_oss.c170 struct snd_minor *mptr; local
177 mptr = snd_oss_minors[minor];
178 if (mptr == NULL) {
200 kfree(mptr);
237 struct snd_minor *mptr; local
241 if (!(mptr = snd_oss_minors[minor]))
243 if (mptr->card >= 0)
245 mptr->card, mptr->device,
246 snd_oss_device_type_name(mptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/i2o/
H A Dmemory.c77 u32 *mptr = *sg_ptr; local
95 *mptr++ = cpu_to_le32(0x7C020002);
96 *mptr++ = cpu_to_le32(PAGE_SIZE);
100 *mptr++ = cpu_to_le32(sg_flags | size);
101 *mptr++ = cpu_to_le32(i2o_dma_low(dma_addr));
104 *mptr++ = cpu_to_le32(i2o_dma_high(dma_addr));
106 *sg_ptr = mptr;
131 u32 *mptr = *sg_ptr; local
150 *mptr++ = cpu_to_le32(0x7C020002);
151 *mptr
[all...]
H A Di2o_scsi.c523 u32 *mptr; local
585 mptr = &msg->body[0];
607 *mptr++ = cpu_to_le32(scsi_flags | SCpnt->cmd_len);
610 memcpy(mptr, SCpnt->cmnd, 16);
611 mptr += 4;
615 *mptr++ = cpu_to_le32(scsi_bufflen(SCpnt));
622 SCpnt->sc_data_direction, &mptr))
629 cpu_to_le32(I2O_MESSAGE_SIZE(mptr - &msg->u.head[0]) | sgl_offset);
H A Di2o_block.c309 * @mptr: message body pointer
317 u32 ** mptr)
332 return i2o_dma_map_sg(c, ireq->sg_table, nents, direction, mptr);
732 u32 *mptr; local
764 mptr = &msg->body[0];
824 *mptr++ = cpu_to_le32(I2O_VENDOR_DPT << 16 | I2O_CMD_SCSI_EXEC);
825 *mptr++ = cpu_to_le32(tid);
840 *mptr++ = cpu_to_le32(scsi_flags);
845 memcpy(mptr, cmd, 10);
846 mptr
315 i2o_block_sglist_alloc(struct i2o_controller *c, struct i2o_block_request *ireq, u32 ** mptr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlibip4tc.c180 unsigned char *mptr; local
209 mptr = matchmask + sizeof(STRUCT_ENTRY);
210 if (IPT_MATCH_ITERATE(a, match_different, a->elems, b->elems, &mptr))
212 mptr += XT_ALIGN(sizeof(struct ipt_entry_target));
214 return mptr;
H A Dlibip6tc.c211 unsigned char *mptr; local
241 mptr = matchmask + sizeof(STRUCT_ENTRY);
242 if (IP6T_MATCH_ITERATE(a, match_different, a->elems, b->elems, &mptr))
244 mptr += XT_ALIGN(sizeof(struct ip6t_entry_target));
246 return mptr;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libiptc/
H A Dlibip4tc.c182 unsigned char *mptr; local
212 mptr = matchmask + sizeof(STRUCT_ENTRY);
213 if (IPT_MATCH_ITERATE(a, match_different, a->elems, b->elems, &mptr))
215 mptr += IPT_ALIGN(sizeof(struct ipt_entry_target));
217 return mptr;
H A Dlibip6tc.c213 unsigned char *mptr; local
244 mptr = matchmask + sizeof(STRUCT_ENTRY);
245 if (IP6T_MATCH_ITERATE(a, match_different, a->elems, b->elems, &mptr))
247 mptr += IP6T_ALIGN(sizeof(struct ip6t_entry_target));
249 return mptr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dvmac.c370 u64 rh, rl, *mptr; local
377 mptr = (u64 *)m;
385 nh_vmac_nhbytes(mptr, kptr, VMAC_NHBYTES/8, rh, rl);
388 mptr += (VMAC_NHBYTES/sizeof(u64));
393 nh_vmac_nhbytes(mptr, kptr, VMAC_NHBYTES/8, rh, rl);
396 mptr += (VMAC_NHBYTES/sizeof(u64));
406 u64 rh, rl, *mptr; local
413 mptr = (u64 *)m;
421 nh_vmac_nhbytes(mptr, kptr, VMAC_NHBYTES/8, ch, cl);
424 mptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibip4tc.c180 unsigned char *mptr; local
209 mptr = matchmask + sizeof(STRUCT_ENTRY);
210 if (IPT_MATCH_ITERATE(a, match_different, a->elems, b->elems, &mptr))
212 mptr += XT_ALIGN(sizeof(struct ipt_entry_target));
214 return mptr;
H A Dlibip6tc.c211 unsigned char *mptr; local
241 mptr = matchmask + sizeof(STRUCT_ENTRY);
242 if (IP6T_MATCH_ITERATE(a, match_different, a->elems, b->elems, &mptr))
244 mptr += XT_ALIGN(sizeof(struct ip6t_entry_target));
246 return mptr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-lldp.c917 const u_char *tptr, *mptr; local
1036 mptr = tptr + 4;
1040 EXTRACT_16BITS(mptr));
1041 uval = EXTRACT_24BITS(mptr+2);
1046 printf("\n\t User Priority Map: 0x%02x", *(mptr+5));
1048 mptr = mptr + 6;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c785 u8 *mptr,
810 memcpy(&mptr[spot], &block[it+2], length);
827 u8 *mptr,
841 memcpy(mptr, (u8 *) (word + COMP_HDR_LEN), length);
847 dptr = mptr;
855 memcpy(mptr, &ar9300_default, mdata_size);
860 ar9300_uncompress_block(ah, mptr, mdata_size,
879 u8 *mptr, int mdata_size)
896 memcpy(mptr, &ar9300_default, mdata_size);
930 ar9300_compress_decision(ah, it, code, reference, mptr,
784 ar9300_uncompress_block(struct ath_hw *ah, u8 *mptr, int mdataSize, u8 *block, int size) argument
823 ar9300_compress_decision(struct ath_hw *ah, int it, int code, int reference, u8 *mptr, u8 *word, int length, int mdata_size) argument
878 ar9300_eeprom_restore_internal(struct ath_hw *ah, u8 *mptr, int mdata_size) argument
954 u8 *mptr = (u8 *) &ah->eeprom.ar9300_eep; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddpt_i2o.c317 u32 *mptr; local
358 mptr=msg+7;
370 memcpy(mptr, scb, sizeof(scb));
371 mptr+=4;
372 lenptr=mptr++; /* Remember me - fill in when we know */
377 *mptr++ = (0x7C<<24)+(2<<16)+0x02; /* Enable 64 bit */
378 *mptr++ = 1 << PAGE_SHIFT;
379 *mptr++ = 0xD0000000|direction|len;
380 *mptr++ = dma_low(addr);
381 *mptr
2306 u32* mptr; local
[all...]
H A Dqla1280.c2470 uint16_t __iomem *mptr; local
2487 mptr = (uint16_t __iomem *) &reg->mailbox0;
2491 WRT_REG_WORD(mptr, (*iptr));
2495 mptr++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Dadsp.c598 uint32_t *mptr; local
631 mptr = &sptr->task_to_module_tbl[0][0];
635 mtbl[e_idx] = be32_to_cpu(*mptr);
636 mptr++;
641 mptr = &sptr->module_entries[0];
643 iptr->module_entries[i_no] = be32_to_cpu(mptr[i_no]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c765 unsigned char *mask, *mptr; local
776 mptr = mask + sizeof(struct ip6t_entry);
779 memset(mptr, 0xFF,
782 mptr += XT_ALIGN(sizeof(struct ip6t_entry_match)) + matchp->match->size;
785 memset(mptr, 0xFF,
H A Diptables.c770 unsigned char *mask, *mptr; local
781 mptr = mask + sizeof(struct ipt_entry);
784 memset(mptr, 0xFF,
787 mptr += XT_ALIGN(sizeof(struct ipt_entry_match)) + matchp->match->size;
790 memset(mptr, 0xFF,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dip6tables.c765 unsigned char *mask, *mptr; local
776 mptr = mask + sizeof(struct ip6t_entry);
779 memset(mptr, 0xFF,
782 mptr += XT_ALIGN(sizeof(struct ip6t_entry_match)) + matchp->match->size;
785 memset(mptr, 0xFF,
H A Diptables.c759 unsigned char *mask, *mptr; local
770 mptr = mask + sizeof(struct ipt_entry);
773 memset(mptr, 0xFF,
776 mptr += XT_ALIGN(sizeof(struct ipt_entry_match)) + matchp->match->size;
779 memset(mptr, 0xFF,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Dip6tables.c1535 unsigned char *mask, *mptr; local
1546 mptr = mask + sizeof(struct ip6t_entry);
1549 memset(mptr, 0xFF,
1552 mptr += IP6T_ALIGN(sizeof(struct ip6t_entry_match)) + matchp->match->size;
1555 memset(mptr, 0xFF,
H A Diptables.c1599 unsigned char *mask, *mptr; local
1610 mptr = mask + sizeof(struct ipt_entry);
1613 memset(mptr, 0xFF,
1616 mptr += IPT_ALIGN(sizeof(struct ipt_entry_match)) + matchp->match->size;
1619 memset(mptr, 0xFF,

Completed in 151 milliseconds