Searched defs:d_state (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c70 enum dkio_state d_state; member in struct:bd
569 bd->d_state = DKIO_NONE;
1608 if (state != bd->d_state) {
1609 bd->d_state = state;
1637 if (bd->d_state != *state) {
1638 *state = bd->d_state;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c221 * d_state is the most interesting field, as it changes
223 * is currently Configured or Unconfigured (by DR). d_state
227 * A disk starts in a d_state of DISK_STATE_NOT_INIT
242 disk_state_t d_state; member in struct:lw8_disk
3900 * state of the disk (eg, the d_state field of 'struct lw8_disk')
3926 switch (disk->d_state) {
3931 * fall through and force d_state to
3941 disk->d_state = DISK_STATE_NOT_READY;
3955 switch (disk->d_state) {
3960 * fall through and force d_state t
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c1166 char *c_state, *d_state, *p_state, *p_var, *d_var; local
1200 d_state = ra_opts[i].opt_default_enabled ? enabled : disabled;
1206 "current=%s\n", p_state, d_state, c_state);
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h537 uchar_t d_state; member in struct:idnsb::__anon10066
558 idn.idnsb->id_status[domid].d_state = \
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1157 smb_odir_state_t d_state; member in struct:smb_odir

Completed in 83 milliseconds