/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | door_if.c | 253 nwam_object_type_t object_type = in nwamd_door_req_action() local 255 char *obj_type_str = (char *)nwam_object_type_to_string(object_type); in nwamd_door_req_action() 283 } else if (object_type == NWAM_OBJECT_TYPE_KNOWN_WLAN) { in nwamd_door_req_action() 324 switch (object_type) { in nwamd_door_req_action() 345 "object type %d (%s)", object_type, in nwamd_door_req_action() 346 nwam_object_type_to_string(object_type)); in nwamd_door_req_action() 359 switch (object_type) { in nwamd_door_req_action() 377 "object type %d (%s)", object_type, in nwamd_door_req_action() 378 nwam_object_type_to_string(object_type)); in nwamd_door_req_action() 388 switch (object_type) { in nwamd_door_req_action() [all …]
|
H A D | events.c | 178 nwamd_event_init(int32_t type, nwam_object_type_t object_type, in nwamd_event_init() argument 214 event->event_object_type = object_type; in nwamd_event_init() 246 nwamd_event_init_object_action(nwam_object_type_t object_type, in nwamd_event_init_object_action() argument 253 object_type, 0, object_name); in nwamd_event_init_object_action() 259 object_type; in nwamd_event_init_object_action() 276 nwamd_event_init_object_state(nwam_object_type_t object_type, in nwamd_event_init_object_state() argument 282 object_type, 0, object_name); in nwamd_event_init_object_state() 289 object_type; in nwamd_event_init_object_state() 529 nwamd_event_enqueued(int32_t event_type, nwam_object_type_t object_type, in nwamd_event_enqueued() argument 540 if (object_type != NWAM_OBJECT_TYPE_UNKNOWN && in nwamd_event_enqueued() [all …]
|
H A D | conditions.c | 89 nwam_condition_object_type_t object_type; member 110 nwam_object_type_t object_type, const char *object_name) in test_condition_object_state() argument 115 object = nwamd_object_find(object_type, object_name); in test_condition_object_state() 701 nwam_condition_object_type_t object_type; in nwamd_check_conditions() local 708 &object_type, &condition, &object_name) != NWAM_SUCCESS) { in nwamd_check_conditions() 717 if (condition_map[j].object_type == object_type) in nwamd_check_conditions() 751 nwam_condition_object_type_t object_type; in nwamd_rate_conditions() local 760 &object_type, &condition, &object_name) != NWAM_SUCCESS || in nwamd_rate_conditions() 761 nwam_condition_rate(object_type, condition, &rating) in nwamd_rate_conditions()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 281 get_prop_table(nwam_object_type_t object_type) in get_prop_table() argument 283 switch (object_type) { in get_prop_table() 1134 object_name_from_handle(nwam_object_type_t object_type, void *handle, in object_name_from_handle() argument 1137 switch (object_type) { in object_name_from_handle() 1469 destroy_ret(nwam_object_type_t object_type, nwam_error_t ret, void *handle) in destroy_ret() argument 1474 if (object_name_from_handle(object_type, handle, &name) in destroy_ret() 1478 nwam_object_type_to_string(object_type), name); in destroy_ret() 1775 nwam_object_type_t object_type = active_object_type(); in revert_func() local 1777 switch (object_type) { in revert_func() 1821 nwam_object_type_to_string(object_type), name); in revert_func() [all …]
|
/titanic_50/usr/src/cmd/ypcmd/revnetgroup/ |
H A D | util.h | 40 #define MALLOC(object_type) ((object_type *) malloc(sizeof(object_type))) argument
|
/titanic_50/usr/src/cmd/isns/isnsd/ |
H A D | admintf.h | 49 int delete_dd_ddset_op(request_t *, xmlDocPtr, object_type); 50 int delete_ddmember_ddsetmember_op(request_t *, xmlDocPtr, object_type); 52 int create_ddmember_ddsetmember_op(request_t *, xmlDocPtr, object_type);
|
H A D | isns_mgmt.h | 183 } object_type; typedef 187 object_type obj_id; 201 object_type obj;
|
/titanic_50/usr/src/lib/libnwam/common/ |
H A D | libnwam_values.c | 829 nwam_condition_to_condition_string(nwam_condition_object_type_t object_type, in nwam_condition_to_condition_string() argument 839 switch (object_type) { in nwam_condition_to_condition_string() 882 if (object_type != NWAM_CONDITION_OBJECT_TYPE_SYS_DOMAIN && in nwam_condition_to_condition_string() 883 object_type != NWAM_CONDITION_OBJECT_TYPE_ADV_DOMAIN && in nwam_condition_to_condition_string() 884 object_type != NWAM_CONDITION_OBJECT_TYPE_ESSID) in nwam_condition_to_condition_string() 889 if (object_type != NWAM_CONDITION_OBJECT_TYPE_SYS_DOMAIN && in nwam_condition_to_condition_string() 890 object_type != NWAM_CONDITION_OBJECT_TYPE_ADV_DOMAIN && in nwam_condition_to_condition_string() 891 object_type != NWAM_CONDITION_OBJECT_TYPE_ESSID) in nwam_condition_to_condition_string() 897 if (object_type != NWAM_CONDITION_OBJECT_TYPE_IP_ADDRESS) in nwam_condition_to_condition_string() 902 if (object_type != NWAM_CONDITION_OBJECT_TYPE_IP_ADDRESS) in nwam_condition_to_condition_string() [all …]
|
H A D | libnwam_util.c | 150 nwam_request_action(nwam_object_type_t object_type, in nwam_request_action() argument 158 req.nwda_data.nwdad_object_action.nwdad_object_type = object_type; in nwam_request_action() 174 nwam_request_state(nwam_object_type_t object_type, const char *name, in nwam_request_state() argument 184 req.nwda_data.nwdad_object_state.nwdad_object_type = object_type; in nwam_request_state() 552 nwam_condition_object_type_t object_type; in nwam_valid_condition() local 563 &object_type, &condition, &object_name) != NWAM_SUCCESS) in nwam_valid_condition()
|
H A D | libnwam_loc.c | 515 nwam_condition_object_type_t object_type; in valid_loc_condition() local 526 &object_type, &condition, &object_name) != NWAM_SUCCESS) in valid_loc_condition() 528 if (object_type == NWAM_CONDITION_OBJECT_TYPE_LOC && in valid_loc_condition() 837 nwam_condition_object_type_t object_type; in nwam_loc_validate() local 898 &object_type, &condition, &object_name) in nwam_loc_validate() 907 object_type == NWAM_CONDITION_OBJECT_TYPE_LOC && in nwam_loc_validate()
|
H A D | libnwam_enm.c | 389 nwam_condition_object_type_t object_type; in nwam_enm_validate() local 459 &object_type, &condition, &object_name) in nwam_enm_validate() 468 object_type == NWAM_CONDITION_OBJECT_TYPE_ENM && in nwam_enm_validate()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softObjectUtil.c | 118 new_objp->object_type = old_object->object_type; in soft_copy_object() 908 if (objp->object_type == TOKEN_PRIVATE) { in soft_delete_all_in_core_token_objects() 918 if (objp->object_type == TOKEN_PUBLIC) { in soft_delete_all_in_core_token_objects() 987 if ((objp->object_type == TOKEN_PRIVATE) || in soft_object_write_access_check() 988 (objp->object_type == SESSION_PRIVATE)) { in soft_object_write_access_check() 996 if (objp->object_type != SESSION_PUBLIC) in soft_object_write_access_check() 1009 if ((objp->object_type == TOKEN_PUBLIC) || in soft_object_write_access_check() 1010 (objp->object_type == TOKEN_PRIVATE)) { in soft_object_write_access_check() 1049 if ((objp->object_type == TOKEN_PRIVATE) || in soft_pin_expired_check() 1050 (objp->object_type == SESSION_PRIVATE)) { in soft_pin_expired_check()
|
H A D | softAttributeUtil.c | 1216 soft_parse_common_attrs(CK_ATTRIBUTE_PTR template, uchar_t *object_type) in soft_parse_common_attrs() argument 1230 *object_type |= TOKEN_OBJECT; in soft_parse_common_attrs() 1251 *object_type |= PRIVATE_OBJECT; in soft_parse_common_attrs() 1317 uchar_t object_type = 0; local 1527 &object_type); 1798 new_object->object_type = object_type; 1897 uchar_t object_type = 0; local 2168 &object_type); 2456 new_object->object_type = object_type; 2536 uchar_t object_type = 0; local [all …]
|
H A D | softKeystore.h | 50 uchar_t object_type; member
|
/titanic_50/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 50 lookup_handle_object(handle_t handle, int object_type) in lookup_handle_object() argument 62 (object_type == next_hash_obj->object_type)) { in lookup_handle_object() 109 hash_obj->object_type = CONTAINER_TYPE; in create_container_hash_object() 139 hash_obj->object_type = SECTION_TYPE; in create_section_hash_object() 167 hash_obj->object_type = SEGMENT_TYPE; in create_segment_hash_object() 195 hash_obj->object_type = PACKET_TYPE; in create_packet_hash_object() 206 get_container_hash_object(int object_type, handle_t handle) in get_container_hash_object() argument 210 switch (object_type) { in get_container_hash_object()
|
H A D | fru_access_impl.h | 185 int object_type; member
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/frudata/ |
H A D | fru_data.c | 132 lookup_container_table(picl_nodehdl_t nodehdl, int object_type) in lookup_container_table() argument 140 switch (object_type) { in lookup_container_table() 195 lock_container_lock(picl_nodehdl_t nodehdl, int object_type, int operation) in lock_container_lock() argument 201 while (((cont_obj = lookup_container_table(nodehdl, object_type)) != in lock_container_lock() 212 lookup_node_object(picl_nodehdl_t nodehdl, int object_type, in lookup_node_object() argument 227 (object_type == next_hash->object_type)) { in lookup_node_object() 341 hash_obj->object_type = CONTAINER_NODE; in alloc_container_node_object() 378 hash_obj->object_type = SECTION_NODE; in alloc_section_node_object() 417 hash_obj->object_type = SEGMENT_NODE; in alloc_segment_node_object() 453 hash_obj->object_type = PACKET_NODE; in alloc_packet_node_object() [all …]
|
H A D | fru_data_impl.h | 96 node_t object_type; member
|
/titanic_50/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.c | 77 static int process_get_response(object_type, xmlChar *, uint32_t); 78 static int cvt_enumerate_rsp_to_get_req(xmlChar *, xmlChar **, object_type, 80 static int build_get_xml_doc(int, char **, object_type, xmlChar **); 81 static int build_delete_xml_doc(int, char **, object_type, char *, xmlChar **); 82 static int build_create_xml_doc(int, char **, object_type, char *, xmlChar **); 83 static int build_modify_xml_doc(int, char **, object_type, boolean_t, 85 static int build_rename_xml_doc(char *, object_type, uint32_t, xmlChar **); 88 static int build_enumerate_xml_doc(object_type, xmlChar **); 805 process_get_response(object_type obj, xmlChar *doc, uint32_t flag) in process_get_response() 1224 object_type obj, uint32_t flag) in cvt_enumerate_rsp_to_get_req() [all …]
|
/titanic_50/usr/src/uts/common/rpc/sec/ |
H A D | auth_des.c | 63 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof (object_type)) argument
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access_impl.h | 187 int object_type; member
|
H A D | fru_access.c | 61 lookup_handle_object(handle_t handle, int object_type) in lookup_handle_object() argument 73 (object_type == next_hash_obj->object_type)) { in lookup_handle_object() 101 hash_obj->object_type = CONTAINER_TYPE; in create_container_hash_object() 132 hash_obj->object_type = SECTION_TYPE; in create_section_hash_object() 161 hash_obj->object_type = SEGMENT_TYPE; in create_segment_hash_object() 190 hash_obj->object_type = PACKET_TYPE; in create_packet_hash_object() 300 get_container_hash_object(int object_type, handle_t handle) in get_container_hash_object() argument 304 switch (object_type) { in get_container_hash_object()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access_impl.h | 191 int object_type; member
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | fru_access_impl.h | 243 int object_type; member
|
H A D | libfruaccess.c | 202 lookup_handle_object(handle_t handle, int object_type) in lookup_handle_object() argument 214 (object_type == next_hash_obj->object_type)) { in lookup_handle_object() 241 hash_obj->object_type = CONTAINER_TYPE; in create_container_hash_object() 271 hash_obj->object_type = SECTION_TYPE; in create_section_hash_object() 299 hash_obj->object_type = SEGMENT_TYPE; in create_segment_hash_object() 327 hash_obj->object_type = PACKET_TYPE; in create_packet_hash_object() 337 add_hashobject_to_hashtable(hash_obj_t *hash_obj, int object_type) in add_hashobject_to_hashtable() argument 342 if (object_type != CONTAINER_TYPE) { in add_hashobject_to_hashtable() 926 get_container_hash_object(int object_type, handle_t handle) in get_container_hash_object() argument 930 switch (object_type) { in get_container_hash_object()
|