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

/illumos-gate/usr/src/uts/common/sys/
H A Dser_sync.h120 struct sl_status { struct
137 * defines for type field in sl_status
143 * defines for status field in sl_status
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h236 enum {SL_NONE, SL_FOUND, SL_EXTEND} sl_status; /* slot status */ member in struct:pcslot
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c197 if (slot.sl_status == SL_NONE)
913 slotp->sl_status = SL_NONE;
941 if (error == ENOENT && slotp->sl_status == SL_NONE) {
942 slotp->sl_status = SL_EXTEND;
953 if (slotp->sl_status == SL_NONE) {
954 slotp->sl_status = SL_FOUND;
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c1406 sizeof (struct sl_status),
1791 zss->sl_mstat = allocb(sizeof (struct sl_status), BPRI_MED);
2063 register struct sl_status *mstat;
2068 mstat = (struct sl_status *)mp->b_wptr;
2073 mp->b_wptr += sizeof (struct sl_status);

Completed in 219 milliseconds