Searched refs:ktype (Results 1 - 25 of 51) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkobject.h57 struct kobj_type * ktype; member in struct:kobject
127 struct kobj_type * ktype; member in struct:kset
157 if (k->kset && k->kset->ktype)
158 return k->kset->ktype;
160 return k->ktype;
176 .ktype = _type, \
182 .ktype = _type, \
H A Dkey-ui.h61 extern void key_type_put(struct key_type *ktype);
H A Dkey.h247 extern int register_key_type(struct key_type *ktype);
248 extern void unregister_key_type(struct key_type *ktype);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Dkey.c679 struct key_type *ktype; local
685 list_for_each_entry(ktype, &key_types_list, link) {
686 if (strcmp(ktype->name, type) == 0)
691 ktype = ERR_PTR(-ENOKEY);
694 return ktype;
702 void key_type_put(struct key_type *ktype) argument
762 struct key_type *ktype; local
770 ktype = key_type_lookup(type);
771 if (IS_ERR(ktype)) {
777 if (!ktype
920 register_key_type(struct key_type *ktype) argument
950 unregister_key_type(struct key_type *ktype) argument
[all...]
H A Dkeyctl.c140 struct key_type *ktype; local
179 ktype = key_type_lookup(type);
180 if (IS_ERR(ktype)) {
181 ret = PTR_ERR(ktype);
186 key = request_key_and_link(ktype, description, callout_info, NULL,
198 key_type_put(ktype);
526 struct key_type *ktype; local
560 ktype = key_type_lookup(type);
561 if (IS_ERR(ktype)) {
562 ret = PTR_ERR(ktype);
[all...]
H A Dkeyring.c448 const struct key_type *ktype,
467 if (key->type == ktype &&
447 __keyring_search_one(key_ref_t keyring_ref, const struct key_type *ktype, const char *description, key_perm_t perm) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Drpadlpar_sysfs.c133 .ktype = &ktype_dlpar_io,
135 .ktype = &ktype_dlpar_io,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dkrb5_asn.h172 ASN1_INTEGER *ktype; member in struct:krb5_encryptionkey_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/krb5/
H A Dkrb5_asn.h172 ASN1_INTEGER *ktype; member in struct:krb5_encryptionkey_st
H A Dkrb5_asn.c129 ASN1_EXP(KRB5_ENCKEY, ktype, ASN1_INTEGER, 0),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/krb5/
H A Dkrb5_asn.h172 ASN1_INTEGER *ktype; member in struct:krb5_encryptionkey_st
H A Dkrb5_asn.c129 ASN1_EXP(KRB5_ENCKEY, ktype, ASN1_INTEGER, 0),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dkrb5_asn.h172 ASN1_INTEGER *ktype; member in struct:krb5_encryptionkey_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dsys.c114 o2cb_subsys.kobj.ktype = &o2cb_subsys_type;
H A Dmasklog.c147 .kobj = {.name = "logmask", .ktype = &mlog_ktype},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/locking/dlm/
H A Dsysfs.c194 .ktype = &gdlm_ktype,
208 ls->kobj.ktype = &gdlm_ktype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Dcommand.c59 cmd->kobj.ktype = &ibmasm_cmd_kobj_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/
H A Dfile.c266 /* if the kobject has no ktype, then we assume that it is a subsystem
269 if (kobj->kset && kobj->kset->ktype)
270 ops = kobj->kset->ktype->sysfs_ops;
271 else if (kobj->ktype)
272 ops = kobj->ktype->sysfs_ops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dgenhd.c542 struct kobj_type *ktype = get_ktype(kobj); local
544 return ((ktype == &ktype_block) || (ktype == &ktype_part));
550 struct kobj_type *ktype = get_ktype(kobj); local
557 if (ktype == &ktype_block) {
561 } else if (ktype == &ktype_part) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dtopology.c359 all_cpu_cache_info[cpu].kobj.ktype = &cache_ktype_percpu_entry;
366 this_object->kobj.ktype = &cache_ktype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dchar_dev.c514 p->kobj.ktype = &ktype_cdev_dynamic;
533 cdev->kobj.ktype = &ktype_cdev_default;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dintel_cacheinfo.c689 cache_kobject[cpu]->ktype = &ktype_percpu_entry;
698 this_object->kobj.ktype = &ktype_cache;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dlockspace.c171 .ktype = &dlm_ktype,
187 ls->ls_kobj.ktype = &dlm_ktype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dsys.c226 .ktype = &gfs2_ktype,
502 sdp->sd_kobj.ktype = &gfs2_ktype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dparams.c678 struct kobj_type *ktype = get_ktype(kobj); local
680 if (ktype == &module_ktype)

Completed in 162 milliseconds

123