Home
last modified time | relevance | path

Searched refs:sl_status (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dser_sync.h118 struct sl_status { struct
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c197 if (slot.sl_status == SL_NONE) in pc_direnter()
913 slotp->sl_status = SL_NONE; in pc_findentry()
941 if (error == ENOENT && slotp->sl_status == SL_NONE) { in pc_findentry()
942 slotp->sl_status = SL_EXTEND; in pc_findentry()
953 if (slotp->sl_status == SL_NONE) { in pc_findentry()
954 slotp->sl_status = SL_FOUND; in pc_findentry()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h234 enum {SL_NONE, SL_FOUND, SL_EXTEND} sl_status; /* slot status */ member
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c1407 sizeof (struct sl_status), in zsh_setmode()
1792 zss->sl_mstat = allocb(sizeof (struct sl_status), BPRI_MED); in zsh_softint()
2064 struct sl_status *mstat; in zsh_setmstat()
2069 mstat = (struct sl_status *)mp->b_wptr; in zsh_setmstat()
2074 mp->b_wptr += sizeof (struct sl_status); in zsh_setmstat()