Home
last modified time | relevance | path

Searched refs:nopen (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/pam.d/
H A Dsu44 # "nopen" stands to avoid reporting new mail when su'ing to another user
45 session optional pam_mail.so nopen
/OK3568_Linux_fs/kernel/drivers/block/aoe/
H A Daoeblk.c44 (d->nopen && !(d->flags & DEVFL_UP)) ? ",closewait" : ""); in aoedisk_show_state()
237 d->nopen++; in aoeblk_open()
255 if (--d->nopen == 0) { in aoeblk_release()
H A Daoe.h164 u16 nopen; /* (bd_openers isn't available without sleeping) */ member
H A Daoedev.c341 || d->nopen in flush()
H A Daoecmd.c1590 if (d->nopen == 0) { in aoecmd_cfg_rsp()