Searched refs:d_state (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_odir.c420 switch (od->d_state) {
423 od->d_state = SMB_ODIR_STATE_IN_USE;
453 switch (od->d_state) {
459 od->d_state = SMB_ODIR_STATE_OPEN;
464 od->d_state = SMB_ODIR_STATE_CLOSED;
487 switch (od->d_state) {
491 od->d_state = SMB_ODIR_STATE_CLOSING;
530 switch (od->d_state) {
602 switch (od->d_state) {
692 switch (od->d_state) {
[all...]
H A Dsmb_tree.c405 ASSERT(od->d_state == SMB_ODIR_STATE_CLOSED);
/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/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/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1260 if (od->d_state >= SMB_ODIR_STATE_SENTINEL)
1263 state = smb_odir_state[od->d_state];
1268 mdb_printf("State: %d (%s)\n", od->d_state, 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/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 94 milliseconds