Searched refs:target_type (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Davtab.c27 (keyp->target_type << 2) + \
70 key->target_type == cur->key.target_type &&
77 key->target_type < cur->key.target_type)
80 key->target_type == cur->key.target_type &&
110 key->target_type == cur->key.target_type &&
117 key->target_type < cu
[all...]
H A Davtab.h25 u16 target_type; /* target type */ member in struct:avtab_key
H A Dpolicydb.h110 u32 target_type; member in struct:range_trans
H A Dmls.c524 rtr->target_type == tcontext->type &&
H A Dservices.c339 avkey.target_type = j + 1;
914 avkey.target_type = tcontext->type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-target.c18 struct target_type tt;
63 struct target_type *dm_get_target_type(const char *name)
75 void dm_put_target_type(struct target_type *t)
89 static struct tt_internal *alloc_target(struct target_type *t)
102 int dm_target_iterate(void (*iter_func)(struct target_type *tt,
115 int dm_register_target(struct target_type *t)
135 int dm_unregister_target(struct target_type *t)
177 static struct target_type error_target = {
H A Ddm.h89 struct target_type *dm_get_target_type(const char *name);
90 void dm_put_target_type(struct target_type *t);
91 int dm_target_iterate(void (*iter_func)(struct target_type *tt,
H A Ddm-zero.c52 static struct target_type zero_target = {
H A Ddm-linear.c117 static struct target_type linear_target = {
H A Ddm-stripe.c215 static struct target_type stripe_target = {
H A Ddm-ioctl.c440 static void list_version_get_needed(struct target_type *tt, void *needed_param)
449 static void list_version_get_info(struct target_type *tt, void *param)
915 strncpy(spec->target_type, ti->type->name,
916 sizeof(spec->target_type));
1033 r = dm_table_add_target(table, spec->target_type,
H A Ddm-delay.c319 static struct target_type delay_target = {
H A Ddm-snap.c1200 static struct target_type origin_target = {
1211 static struct target_type snapshot_target = {
H A Ddm-crypt.c1047 static struct target_type crypt_target = {
H A Ddm-mpath.c1329 static struct target_type multipath_target = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexstoren.c58 * target_type - Current type of the target
69 acpi_object_type target_type,
79 switch (target_type) {
131 acpi_ut_get_type_name(target_type)));
68 acpi_ex_resolve_object(union acpi_operand_object **source_desc_ptr, acpi_object_type target_type, struct acpi_walk_state *walk_state) argument
H A Dexstore.c405 switch (index_desc->reference.target_type) {
549 acpi_object_type target_type; local
555 target_type = acpi_ns_get_type(node);
561 acpi_ut_get_type_name(target_type)));
567 status = acpi_ex_resolve_object(&source_desc, target_type, walk_state);
578 target_type = ACPI_TYPE_ANY;
583 switch (target_type) {
H A Dexoparg2.c406 return_desc->reference.target_type =
416 return_desc->reference.target_type =
426 return_desc->reference.target_type = ACPI_TYPE_PACKAGE;
H A Dexresolv.c207 switch (stack_desc->reference.target_type) {
243 stack_desc->reference.target_type,
444 type = obj_desc->reference.target_type;
H A Dexoparg1.c925 switch (operand[0]->reference.target_type) {
977 target_type, operand[0]));
H A Dexdump.c219 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(reference.target_type), "Target Type"},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddevice-mapper.h89 struct target_type { struct
119 struct target_type *type;
141 int dm_register_target(struct target_type *t);
142 int dm_unregister_target(struct target_type *t);
H A Ddm-ioctl.h157 char target_type[DM_MAX_TYPE_NAME]; member in struct:dm_target_spec
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacobject.h314 ACPI_OBJECT_COMMON_HEADER u8 target_type; /* Used for index_op */ member in struct:acpi_object_reference
H A Dacinterp.h407 acpi_object_type target_type,

Completed in 154 milliseconds

12