Searched refs:instantiate (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkey-type.h44 /* instantiate a key of this type
48 int (*instantiate)(struct key *key, const void *data, size_t datalen); member in struct:key_type
82 * - key is the key to instantiate
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dladspa.h68 `plugin types' that can be used to instantiate actual plugins
370 number of functions to examine the type, instantiate it, link it to
422 implementation data into an instantiate call. It must not be used
431 plugin descriptor from which this instantiate function was found
437 LADSPA_Handle (*instantiate)(const struct _LADSPA_Descriptor * Descriptor, member in struct:_LADSPA_Descriptor
472 instantiate() to aid real-time support and so that hosts can
H A Dpcm_ladspa.c646 instance->handle = plugin->desc->instantiate(plugin->desc, pcm->rate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_spnego.c65 .instantiate = cifs_spnego_key_instantiate,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Duser_defined.c27 .instantiate = user_instantiate,
40 * instantiate a user defined key
H A Drequest_key_auth.c34 .instantiate = request_key_auth_instantiate,
43 * instantiate a request-key authorisation key
H A Dkey.c225 * instantiate the key or discard it before returning
394 * instantiate a key and link it into the target keyring atomically
414 /* can't instantiate twice */
416 /* instantiate the key */
417 ret = key->type->instantiate(key, data, datalen);
449 * instantiate a key and link it into the target keyring atomically
481 * negatively instantiate a key and link it into the target keyring atomically
504 /* can't instantiate twice */
777 if (!ktype->match || !ktype->instantiate)
831 /* instantiate i
[all...]
H A Dkeyring.c67 .instantiate = keyring_instantiate,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dns_resolver/
H A Ddns_key.c222 .instantiate = dns_resolver_instantiate,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtmbconv.tex70 these predefined objects directly, or you can instantiate your own objects.
H A Dsizer.tex88 equivalent in the derived classes that you will instantiate to use it so they are described
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-key.c41 .instantiate = rxrpc_instantiate,
55 .instantiate = rxrpc_instantiate_s,
651 * instantiate an rxrpc defined key
767 * instantiate a server secret key
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dbase.c1732 instantiate_t instantiate, struct task_struct *task, const void *ptr)
1749 child = instantiate(dir->d_inode, new, task, ptr);
1941 instantiate_t instantiate)
1952 result = instantiate(dir, dentry, task, &fd);
1960 filldir_t filldir, instantiate_t instantiate)
2002 name, len, instantiate,
1730 proc_fill_cache(struct file *filp, void *dirent, filldir_t filldir, char *name, int len, instantiate_t instantiate, struct task_struct *task, const void *ptr) argument
1939 proc_lookupfd_common(struct inode *dir, struct dentry *dentry, instantiate_t instantiate) argument
1959 proc_readfd_common(struct file * filp, void * dirent, filldir_t filldir, instantiate_t instantiate) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_ladspa.c266 s->handles[i] = s->desc->instantiate(s->desc, link->sample_rate);
268 av_log(ctx, AV_LOG_ERROR, "Could not instantiate plugin.\n");
610 // We will instantiate multiple LADSPA_Handle, one over each channel

Completed in 300 milliseconds