|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | ias_object |
| struct | ias_value |
| struct | ias_attrib |
Macros | |
| #define | IAS_MISSING 0 |
| #define | IAS_INTEGER 1 |
| #define | IAS_OCT_SEQ 2 |
| #define | IAS_STRING 3 |
| #define | IAS_KERNEL_ATTR 0 |
| #define | IAS_USER_ATTR 1 |
Variables | |
| struct ias_value | irias_missing |
| hashbin_t * | irias_objects |
| #define IAS_INTEGER 1 |
Definition at line 33 of file irias_object.h.
| #define IAS_KERNEL_ATTR 0 |
Definition at line 38 of file irias_object.h.
| #define IAS_MISSING 0 |
Definition at line 32 of file irias_object.h.
| #define IAS_OCT_SEQ 2 |
Definition at line 34 of file irias_object.h.
| #define IAS_STRING 3 |
Definition at line 35 of file irias_object.h.
| #define IAS_USER_ATTR 1 |
Definition at line 39 of file irias_object.h.
| void __irias_delete_object | ( | struct ias_object * | obj | ) |
Definition at line 106 of file irias_object.c.
Definition at line 314 of file irias_object.c.
| void irias_add_octseq_attrib | ( | struct ias_object * | obj, |
| char * | name, | ||
| __u8 * | octets, | ||
| int | len, | ||
| int | user | ||
| ) |
Definition at line 356 of file irias_object.c.
Definition at line 398 of file irias_object.c.
| int irias_delete_attrib | ( | struct ias_object * | obj, |
| struct ias_attrib * | attrib, | ||
| int | cleanobject | ||
| ) |
Definition at line 154 of file irias_object.c.
| int irias_delete_object | ( | struct ias_object * | obj | ) |
Definition at line 127 of file irias_object.c.
Definition at line 542 of file irias_object.c.
|
read |
Definition at line 219 of file irias_object.c.
|
read |
Definition at line 204 of file irias_object.c.
| void irias_insert_object | ( | struct ias_object * | obj | ) |
Definition at line 189 of file irias_object.c.
Definition at line 440 of file irias_object.c.
Definition at line 521 of file irias_object.c.
|
read |
Definition at line 47 of file irias_object.c.
Definition at line 496 of file irias_object.c.
Definition at line 465 of file irias_object.c.
| int irias_object_change_attribute | ( | char * | obj_name, |
| char * | attrib_name, | ||
| struct ias_value * | new_value | ||
| ) |
Definition at line 262 of file irias_object.c.
Definition at line 38 of file irias_object.c.
| hashbin_t* irias_objects |
Definition at line 33 of file irias_object.c.
1.8.2