Searched refs:ckey (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Drequest_key.c269 struct key *key, *ckey; local
280 ckey = pcons->key;
282 if (ckey->type != type)
285 if (type->match(ckey, description))
300 atomic_inc(&ckey->usage);
308 if (!test_bit(KEY_FLAG_USER_CONSTRUCT, &ckey->flags))
321 key_put(ckey);
322 ckey = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Daf_irda.h61 void *ckey; /* IrLMP client handle */ member in struct:irda_sock
H A Dircomm_tty.h98 void *ckey; member in struct:ircomm_tty_cb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty_attach.c169 if (self->ckey) {
170 irlmp_unregister_client(self->ckey);
171 self->ckey = NULL;
224 if (!self->ckey)
225 self->ckey = irlmp_register_client(hints,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet.h227 void * ckey; /* IrLMP client handle */ member in struct:irnet_socket
H A Dirnet_irda.c515 self->ckey = irlmp_register_client(0, NULL, NULL, NULL);
649 irlmp_unregister_client(self->ckey);
977 irlmp_update_client(irnet_server.s.ckey, hints,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irlan/
H A Dirlan_common.c71 static void *ckey; variable
145 ckey = irlmp_register_client(hints, &irlan_client_discovery_indication,
147 if (!ckey)
171 irlmp_unregister_client(ckey);
186 irlmp_unregister_client(ckey);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dqdio.h160 unsigned int ckey : 4; /* access key for SBALs */ member in struct:qdesfmt0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Daf_irda.c1128 self->ckey = irlmp_register_client(0, NULL, NULL, NULL);
1148 irlmp_unregister_client(self->ckey);
2358 irlmp_update_client(self->ckey, self->mask.word,
2398 irlmp_update_client(self->ckey, self->mask.word,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dqdio.c2792 irq_ptr->qdr->qdf0[i].ckey=QDIO_STORAGE_KEY;
2812 irq_ptr->qdr->qdf0[i+j].ckey=QDIO_STORAGE_KEY;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c22865 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; local
22876 ckey = (*keySeq)[j];
22878 res = xmlSchemaAreValuesEqual(ckey->val, bkey->val);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c22889 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; local
22900 ckey = (*keySeq)[j];
22902 res = xmlSchemaAreValuesEqual(ckey->val, bkey->val);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.c22865 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; local
22876 ckey = (*keySeq)[j];
22878 res = xmlSchemaAreValuesEqual(ckey->val, bkey->val);

Completed in 421 milliseconds