Searched refs:sl_status (Results 1 – 4 of 4) sorted by relevance
198 if (slot.sl_status == SL_NONE) in pc_direnter()914 slotp->sl_status = SL_NONE; in pc_findentry()942 if (error == ENOENT && slotp->sl_status == SL_NONE) { in pc_findentry()943 slotp->sl_status = SL_EXTEND; in pc_findentry()954 if (slotp->sl_status == SL_NONE) { in pc_findentry()955 slotp->sl_status = SL_FOUND; in pc_findentry()
118 struct sl_status { struct
234 enum {SL_NONE, SL_FOUND, SL_EXTEND} sl_status; /* slot status */ member
1407 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()