Home
last modified time | relevance | path

Searched defs:object_type (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c286 get_prop_table(nwam_object_type_t object_type) in get_prop_table()
1790 nwam_object_type_t object_type = active_object_type(); in revert_func() local
1953 pt_to_prop_name(nwam_object_type_t object_type, int pt_type) in pt_to_prop_name()
1967 prop_to_pt(nwam_object_type_t object_type, const char *prop) in prop_to_pt()
2291 get_prop_display_table(nwam_object_type_t object_type) in get_prop_display_table()
2320 show_prop_test(nwam_object_type_t object_type, const char *prop, in show_prop_test()
2563 nwam_object_type_t object_type; in set_func() local
2624 list_callback(nwam_object_type_t object_type, void *handle, in list_callback()
3788 nwam_object_type_t object_type = active_object_type(); in get_func() local
3857 nwam_object_type_t object_type = active_object_type(); in clear_func() local
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Devents.c178 nwamd_event_init(int32_t type, nwam_object_type_t object_type, in nwamd_event_init()
246 nwamd_event_init_object_action(nwam_object_type_t 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()
529 nwamd_event_enqueued(int32_t event_type, nwam_object_type_t object_type, in nwamd_event_enqueued()
H A Dconditions.c89 nwam_condition_object_type_t object_type; member
110 nwam_object_type_t object_type, const char *object_name) in test_condition_object_state()
701 nwam_condition_object_type_t object_type; in nwamd_check_conditions() local
751 nwam_condition_object_type_t object_type; in nwamd_rate_conditions() local
H A Ddoor_if.c253 nwam_object_type_t object_type = in nwamd_door_req_action() local
455 nwam_object_type_t object_type = in nwamd_door_req_state() local
H A Dobjects.c47 nwam_object_type_t object_type; member
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dutil.h40 #define MALLOC(object_type) ((object_type *) malloc(sizeof(object_type))) argument
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c1205 soft_parse_common_attrs(CK_ATTRIBUTE_PTR template, uchar_t *object_type) in soft_parse_common_attrs()
1306 uchar_t object_type = 0; local
1886 uchar_t object_type = 0; local
2525 uchar_t object_type = 0; local
3184 uchar_t object_type = 0; local
3403 uchar_t object_type = 0; local
3745 uchar_t object_type)
H A DsoftKeystore.h50 uchar_t object_type; member
H A DsoftObject.h308 uchar_t object_type; /* see below */ member
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c150 nwam_request_action(nwam_object_type_t object_type, in nwam_request_action()
174 nwam_request_state(nwam_object_type_t object_type, const char *name, in nwam_request_state()
552 nwam_condition_object_type_t object_type; in nwam_valid_condition() local
H A Dlibnwam_loc.c515 nwam_condition_object_type_t object_type; in valid_loc_condition() local
837 nwam_condition_object_type_t object_type; in nwam_loc_validate() local
H A Dlibnwam_values.c826 nwam_condition_to_condition_string(nwam_condition_object_type_t object_type, in nwam_condition_to_condition_string()
1087 nwam_condition_rate(nwam_condition_object_type_t object_type, in nwam_condition_rate()
H A Dlibnwam_enm.c389 nwam_condition_object_type_t object_type; in nwam_enm_validate() local
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c132 lookup_container_table(picl_nodehdl_t nodehdl, int object_type) in lookup_container_table()
195 lock_container_lock(picl_nodehdl_t nodehdl, int object_type, int operation) in lock_container_lock()
212 lookup_node_object(picl_nodehdl_t nodehdl, int object_type, in lookup_node_object()
H A Dfru_data_impl.h94 node_t object_type; member
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c50 lookup_handle_object(handle_t handle, int object_type) in lookup_handle_object()
206 get_container_hash_object(int object_type, handle_t handle) in get_container_hash_object()
H A Dfru_access_impl.h185 int object_type; member
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c61 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof (object_type)) argument
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_mgmt.h183 } object_type; typedef
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access_impl.h189 int object_type; member
H A Dfru_access.c58 lookup_handle_object(handle_t handle, int object_type) in lookup_handle_object()
297 get_container_hash_object(int object_type, handle_t handle) in get_container_hash_object()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c381 parse_argv(int argc, char *argv[], int cmd_num, nwam_object_type_t *object_type, in parse_argv()