Searched refs:state (Results 376 - 400 of 1495) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow.c444 remove_db_state_t *state = (remove_db_state_t *)arg; local
445 dld_flowinfo_t *attr = &state->rs_newattr;
450 bcopy(grp, &state->rs_oldattr,
452 state->rs_found = B_TRUE;
459 i_dladm_flow_remove_db(remove_db_state_t *state, const char *root) argument
461 if (i_dladm_flow_walk_rw_db(i_dladm_flow_remove_db_fn, state, root)
465 if (!state->rs_found) {
647 remove_db_state_t state; local
659 bzero(&state, sizeof (state));
708 get_db_state_t *state = (get_db_state_t *)arg; local
745 get_db_state_t state; local
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c547 /* state is inactive until MT connection is required/requested */
548 cmg->state = NS_CONN_MGMT_INACTIVE;
556 cmg->state = NS_CONN_MGMT_ACTIVE;
589 cmg->state = NS_CONN_MGMT_DETACHED;
635 ns_connmgmt_parent->state =
733 if (cmg->state == NS_CONN_MGMT_DETACHED)
776 if (cmg->state == NS_CONN_MGMT_DETACHED) {
785 " has a refcount of zero but the state "
786 " is not DETACHED (%d)"), cmg->state);
826 if (cmg->state !
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dcm.h36 /* Select state flags. */
60 enum conn_states state; member in struct:conn_state
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h181 int section_flag, void **state,
186 const char *name, void **state,
191 const char *name, void **state,
202 (struct profile_node *section, void **state,
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c55 * dhcp_state_to_string(): given a state, provides the state's name
57 * input: DHCPSTATE: the state to get the name of
58 * output: const char *: the state's name
62 dhcp_state_to_string(DHCPSTATE state) argument
80 if (state < 0 || state >= DHCP_NSTATES)
83 return (states[state]);
/illumos-gate/usr/src/lib/libumem/common/
H A Dstub_stand.c71 pthread_setcancelstate(int state, int *oldstate) argument
/illumos-gate/usr/src/lib/libproc/common/
H A DPstack.c245 if ((P->state == PS_STOP || P->state == PS_DEAD) &&
263 if (P->state == PS_STOP || P->state == PS_DEAD) {
/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.h67 uint32_t state; member in struct:__anon3832
H A Draidcfg_spi.h96 * Array activation state
101 * Disk state
107 * Array part state
113 * Disk segment state
233 * Task state
282 uint32_t state; member in struct:__anon3842
293 uint32_t state; member in struct:__anon3843
310 uint32_t state; member in struct:__anon3845
317 uint32_t state; member in struct:__anon3846
/illumos-gate/usr/src/cmd/xvm/ipagent/
H A Dipagent.ksh77 dladm show-link -p -o link,state | while IFS=: read LINKNAME STATE;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddev.h59 union probe_state state; member in struct:dev
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclsensors.c271 * volatile function that returns the state of sensor
290 (void) strncpy(temp_sensor.state, PICLEVENTARGVAL_UNKNOWN,
291 sizeof (temp_sensor.state));
302 (void) strncpy(temp_sensor.state,
304 sizeof (temp_sensor.state));
307 (void) strncpy(temp_sensor.state,
309 sizeof (temp_sensor.state));
311 (void) strncpy(temp_sensor.state, PICLEVENTARGVAL_OK,
312 sizeof (temp_sensor.state));
313 (void) strncpy((char *)bufp, temp_sensor.state,
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c65 di_path_state_t state; member in struct:__anon1305
263 * a string identifying that it's a PHCI and describing its cached MPxIO state.
290 len = snprintf(&c, 1, MPXIO_MSG_USAGE, s_state(reg->phci.state));
293 s_state(reg->phci.state)) > len + 1)) {
447 * Returns a string representation of a given libdevinfo path state.
450 s_state(di_path_state_t state) argument
452 switch (state) {
488 * operations. Otherwise it's contingent upon a state change
490 * the PHCI's state.
535 int state; local
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c179 * Looks up the attachment point's state and returns it in one of
180 * the hotplug states that the state change manager understands.
185 hotplug_state_t state = HPS_UNKNOWN; local
230 state = HPS_ABSENT;
237 * The following truth table defines how each state is
252 state = HPS_ABSENT;
256 state = HPS_PRESENT;
260 state = HPS_UNCONFIGURED;
263 state = HPS_CONFIGURED;
268 return (state);
280 hotplug_state_t state = HPS_UNKNOWN; local
[all...]
/illumos-gate/usr/src/cmd/allocate/
H A Dsvc-allocate106 state=`/usr/bin/svcprop -c -p general/enabled $SMF_FMRI 2>/dev/null`
107 if [ "$state" = "true" ] ; then
/illumos-gate/usr/src/cmd/cdrw/
H A Dmain.h92 void detach_from_hald(LibHalContext *ctx, hal_state_t state);
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.h66 int changestate(const char *path, const char *connection, int state,
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwusba_io.h36 /* get the state of a device corresponding to cdid */
43 uint16_t state; /* OUT arg - device state */ member in struct:wusb_hc_get_dstate
50 /* device state, refer to WUSB 1.0 spec - Figure 7.1 */
109 /* get host state */
112 /* host state for WUSB_HC_GET_HSTATE ioctl */
/illumos-gate/usr/src/uts/common/sys/
H A Draidioctl.h65 uint8_t state; member in struct:raid_config
H A Dkbtrans.h109 * returned state structure pointer
113 * Provides state information (if available) about the current
114 * keyboard state, in the form of LED state. initial_leds shows
117 * retain the existing state of NumLock across the transition
154 * state. kbtrans is responsible for autorepeat handling;
159 enum keystate state);
209 * Routine to be called to only update the led state in kbtrans.
H A Dlogindmux_impl.h46 kmutex_t state_lock; /* serialize access to state */
47 int state; /* state of I_UNLINK operation */ member in struct:unlinkinfo
52 * Logindmux state structure; one per open instance.
81 LOGDMUX_LINKED = 1, /* peer instances are in linked state */
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h214 * mcg, there are some options to consider to preserve the join state
246 * single mce on the active list tracks the most powerful join state.
368 #define IBD_ACACHE_INSERT_FREE(state, ce) \
369 list_insert_head(&state->id_ah_free, ce)
370 #define IBD_ACACHE_GET_FREE(state) \
371 list_get_head(&state->id_ah_free)
372 #define IBD_ACACHE_INSERT_ACTIVE(state, ce) { \
374 list_insert_head(&state->id_ah_active, ce); \
375 _ret_ = mod_hash_insert(state->id_ah_active_hash, \
378 state
1226 struct ibd_state_s *state; member in struct:ibd_rc_chan_s
[all...]
/illumos-gate/usr/src/uts/sun4u/mpxu/sys/
H A Dlom_io.h111 int state; member in struct:__anon9871
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.h133 * current state. Just helps convert strings representing the current state into
139 char *state; /* printer's current status */ member in struct:__anon802
150 * The lookup terminates when we get a match or when an entry with a NULL state
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dmcreate.c71 md->state = MDS_IDLE;

Completed in 123 milliseconds

<<11121314151617181920>>