Home
last modified time | relevance | path

Searched refs:d_state (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_odir.c427 switch (od->d_state) { in smb_odir_hold()
430 od->d_state = SMB_ODIR_STATE_IN_USE; in smb_odir_hold()
462 switch (od->d_state) { in smb_odir_release()
468 od->d_state = SMB_ODIR_STATE_OPEN; in smb_odir_release()
473 od->d_state = SMB_ODIR_STATE_CLOSED; in smb_odir_release()
497 switch (od->d_state) { in smb_odir_close()
501 od->d_state = SMB_ODIR_STATE_CLOSING; in smb_odir_close()
540 switch (od->d_state) { in smb_odir_read()
612 switch (od->d_state) { in smb_odir_read_fileinfo()
709 switch (od->d_state) { in smb_odir_read_streaminfo()
[all …]
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c161 enum dkio_state d_state; member
753 bd->d_state = DKIO_NONE; in bd_attach()
2064 if (state != bd->d_state) { in bd_update_state()
2065 bd->d_state = state; in bd_update_state()
2108 if (bd->d_state != *state) { in bd_check_state()
2109 *state = bd->d_state; in bd_check_state()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c240 disk_state_t d_state; member
3924 switch (disk->d_state) { in set_disk_leds()
3939 disk->d_state = DISK_STATE_NOT_READY; in set_disk_leds()
3953 switch (disk->d_state) { in set_disk_leds()
3968 disk->d_state = DISK_STATE_READY; in set_disk_leds()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c1164 char *c_state, *d_state, *p_state, *p_var, *d_var; in ra_report() local
1198 d_state = ra_opts[i].opt_default_enabled ? enabled : disabled; in ra_report()
1204 "current=%s\n", p_state, d_state, c_state); in ra_report()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1724 smb_odir_state_t d_state; member
1763 "smb_odir_state_t", od->d_state, in smbodir_dcmd()
1769 mdb_printf("State: %d (%s)\n", od->d_state, state); in smbodir_dcmd()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1280 smb_odir_state_t d_state; member