Home
last modified time | relevance | path

Searched refs:SL_NONE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h234 enum {SL_NONE, SL_FOUND, SL_EXTEND} sl_status; /* slot status */ enumerator
/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()
953 if (slotp->sl_status == SL_NONE) { in pc_findentry()