Searched defs:channel (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h45 log_channel channel; member in struct:log_channel_list
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_misc.c164 ipmi_get_channel_auth_caps(ipmi_handle_t *ihp, uint8_t channel, uint8_t priv) argument
170 if (channel > 0xF) {
175 msg_data[0] = channel;
206 uint8_t channel; local
213 channel = (uint8_t)number;
218 cmd.ic_data = &channel;
219 cmd.ic_dlen = sizeof (channel);
H A Dipmi_lancfg.c97 ipmi_lan_get_param(ipmi_handle_t *ihp, int channel, int param, int set, argument
103 lcmd.ilgc_number = channel;
132 ipmi_lan_get_config(ipmi_handle_t *ihp, int channel, ipmi_lan_config_t *cfgp) argument
138 if (ipmi_lan_get_param(ihp, channel, IPMI_LAN_PARAM_SET_IN_PROGRESS, 0,
149 if (ipmi_lan_get_param(ihp, channel, lep->ile_param,
159 ipmi_lan_set_param(ipmi_handle_t *ihp, int channel, int param, void *data, argument
165 lcmd.ilsc_number = channel;
200 ipmi_lan_set_config(ipmi_handle_t *ihp, int channel, ipmi_lan_config_t *cfgp, argument
211 if (ipmi_lan_set_param(ihp, channel, IPMI_LAN_PARAM_SET_IN_PROGRESS,
215 if (ipmi_lan_set_param(ihp, channel, IPMI_LAN_PARAM_SET_IN_PROGRES
[all...]
H A Dipmi_user.c105 ipmi_get_user_access(ipmi_handle_t *ihp, uint8_t channel, uint8_t uid) argument
110 req.igua_channel = channel;
121 * If sessions aren't supported on the current channel, some
186 uint8_t channel; local
192 channel = IPMI_USER_CHANNEL_CURRENT;
198 if ((resp = ipmi_get_user_access(ihp, channel, 1)) == NULL ||
203 * channel. Also, some versions of ILOM will return a response,
206 * then attempt to use the standard channel (1) instead.
214 channel = 1;
215 if ((resp = ipmi_get_user_access(ihp, channel,
[all...]
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c42 static gboolean mnttab_event (GIOChannel *channel, GIOCondition cond, gpointer user_data);
204 mnttab_event (GIOChannel *channel, GIOCondition cond, gpointer user_data) argument
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_intel.c289 int channel, nvlist_t *auth, nvlist_t *nvl, int maxdimms, int maxranks)
299 if (mkrsrc(mod, pnode, DRAMCHANNEL, channel, auth, &fmri) != 0) {
303 if ((mc_channel = topo_node_bind(mod, pnode, DRAMCHANNEL, channel,
340 int channel; local
354 "mc_nb_create: failed to find channel information\n");
382 channel = 0;
403 if (topo_node_range_create(mod, mcnode, DRAMCHANNEL, channel,
404 channel + nchannels - 1) < 0) {
406 "mc_nb_create: channel node range create failed\n");
410 if (mc_add_channel(mod, chip_smbid, mcnode, channel,
288 mc_add_channel(topo_mod_t *mod, uint16_t chip_smbid, tnode_t *pnode, int channel, nvlist_t *auth, nvlist_t *nvl, int maxdimms, int maxranks) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c109 * Compare if two channel bindings are the same. If the local binding is
144 * Generate an accept token for a context and channel binding puting the
151 gss_channel_bindings_t channel, /* channel bindings */
173 /* Our channel bindings */
174 accept->channel = GSS2DH_channel_binding(&dh_binding, channel);
359 /* Local channel bindings */
360 gss_channel_bindings_t channel,
457 /* Check that the channel binding
150 gen_accept_token(dh_gss_context_t ctx, gss_channel_bindings_t channel, gss_buffer_t output ) argument
354 __dh_gss_accept_sec_context( OM_uint32 *minor, gss_ctx_id_t *gss_ctx, gss_cred_id_t cred, gss_buffer_t input, gss_channel_bindings_t channel, gss_name_t *principal, gss_OID* mech, gss_buffer_t output, OM_uint32 *flags, OM_uint32 *expire, gss_cred_id_t *del_cred ) argument
580 gen_init_token(dh_gss_context_t cntx, gss_channel_bindings_t channel, gss_buffer_t result ) argument
654 create_context(OM_uint32 *minor, dh_gss_context_t *gss_ctx, dh_principal netname, dh_principal target, gss_channel_bindings_t channel, OM_uint32 flags_req, OM_uint32 time_req, OM_uint32 *flags_rec, OM_uint32 *time_rec, gss_buffer_t results ) argument
790 continue_context(OM_uint32 *minor, gss_buffer_t token, dh_gss_context_t dh_gss_ctx, gss_channel_bindings_t channel) argument
878 __dh_gss_init_sec_context( OM_uint32 *minor, gss_cred_id_t cred, gss_ctx_id_t *context, gss_name_t target, gss_OID mech, OM_uint32 req_flags, OM_uint32 time_req, gss_channel_bindings_t channel, gss_buffer_t input_token, gss_OID *mech_rec, gss_buffer_t output_token, OM_uint32 *flags_rec, OM_uint32 *time_rec ) argument
[all...]
/osnet-11/usr/src/lib/libsysevent/
H A Dlibevchannel.c48 * sysevent_evc_bind - create/bind application to named channel
49 * sysevent_evc_unbind - unbind from previously bound/created channel
50 * sysevent_evc_subscribe - subscribe to existing event channel
51 * sysevent_evc_unsubscribe - unsubscribe from existing event channel
52 * sysevent_evc_publish - generate a system event via an event channel
53 * sysevent_evc_control - various channel based control operation
65 * within door invocation context on the same channel will deadlock in the
85 * Check syntax of a channel name
113 * sysevent_evc_bind - Create/bind application to named channel
116 sysevent_evc_bind(const char *channel, evchan_ argument
[all...]
H A Dlibsysevent.c580 * event channel publication and subscription.
586 * channel.
715 * of sysevent channels. A sysevent channel is established between
716 * publishers and subscribers of sysevents for an agreed upon channel name.
722 * receiving sysevent notifications on the named channel. At present, only
723 * one publisher is allowed per sysevent channel.
725 * The registration information for each channel is kept in the kernel. A
727 * If either a publisher or a subscriber exits for any reason, the channel
743 * for the syseventd channel. Processes wishing to receive sysevent
751 * Door handlers for the channel subscriber
1817 sysevent_open_channel(const char *channel) argument
[all...]
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_impl.h149 uint8_t channel; member in struct:uefi_atapi_device_path
H A Dlibuefi_rt_path.c59 int uefi_add_atapi(uint8_t channel, uint8_t drive, uint16_t lun,
1328 uint8_t channel = (uint8_t)atoi(busaddr); local
1333 return (uefi_add_atapi(channel, (uint8_t)target,
1684 uefi_add_atapi(uint8_t channel, uint8_t drive, uint16_t lun, argument
1700 atapi->channel = channel;
2837 atapi->channel ? "Secondary" : "Primary",
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c442 dladm_wlan_channel_t channel; local
448 channel = attrp->wa_channel;
449 status = do_set_channel(handle, linkid, &channel);
499 status = do_set_channel(handle, linkid, &channel);
1379 dladm_wlan_channel_t *channel)
1383 if (*channel > MAX_CHANNEL_NUM)
1387 phy_conf.wl_phy_dsss_conf.wl_dsss_channel = *channel;
1378 do_set_channel(dladm_handle_t handle, datalink_id_t linkid, dladm_wlan_channel_t *channel) argument
H A Dlinkprop.c509 { "channel", { NULL, 0 },
4039 uint32_t channel; local
4049 if (!i_dladm_wlan_convert_chan(&wl_phy_conf, &channel))
4052 (void) snprintf(*prop_val, DLADM_STRSIZE, "%u", channel);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_name.c1732 * is in a fabric configuration in a fibre channel setup then
1744 uint_t channel; local
1755 /* pull off the channel spec and the 't' for the target */
1756 if (sscanf(uname, "c%ut%n", &channel, &l) != 1 || l == -1) {
1758 if (sscanf(uname, "c%ud%n", &channel, &l) != 1 || l == -1) {

Completed in 140 milliseconds