Searched refs:ifree (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_instr.c129 struct snd_seq_instr_header *ifree,
132 switch (ifree->cmd) {
150 if (instr->instr.cluster == ifree->id.cluster)
155 if (instr->instr.cluster == ifree->id.cluster)
164 struct snd_seq_instr_header *ifree,
178 while (instr && instr_free_compare(instr, ifree, (unsigned int)client)) {
485 struct snd_seq_instr_header ifree; local
496 if (copy_from_user(&ifree, (void __user *)ev->data.ext.ptr,
501 if (ifree.cmd == SNDRV_SEQ_INSTR_FREE_CMD_ALL ||
502 ifree
128 instr_free_compare(struct snd_seq_kinstr *instr, struct snd_seq_instr_header *ifree, unsigned int client) argument
163 snd_seq_instr_list_free_cond(struct snd_seq_kinstr_list *list, struct snd_seq_instr_header *ifree, int client, int atomic) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dseq_instr.h94 struct snd_seq_instr_header *ifree,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dxfs.c40 uint64_t ifree; member in struct:xfs_super_block
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_synth.c95 struct snd_seq_instr_header ifree; local
97 memset(&ifree, 0, sizeof(ifree));
98 ifree.cmd = SNDRV_SEQ_INSTR_FREE_CMD_PRIVATE;
99 snd_seq_instr_list_free_cond(p->gus->gf1.ilist, &ifree, client, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_synth.c796 struct snd_seq_instr_header ifree; local
798 memset(&ifree, 0, sizeof(ifree));
799 ifree.cmd = SNDRV_SEQ_INSTR_FREE_CMD_PRIVATE;
800 snd_seq_instr_list_free_cond(p->trident->synth.ilist, &ifree, client, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c3164 ifree (char *cp) function
3567 ifree((char *) mp[i].in);
3568 ifree(mp[i].left);
3569 ifree(mp[i].right);
3570 ifree(mp[i].is);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_recover.c3978 __uint64_t ifree; local
3984 ifree = 0LL;
4015 ifree += be32_to_cpu(agip->agi_freecount);
4028 sbp->sb_ifree, ifree);

Completed in 76 milliseconds