Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDfcntl.h257 #define F_UNLCKSYS 4 /* purge locks for a given system ID */ macro
/NextBSD/tests/sys/file/
HDflock_helper.c941 fl.l_type = F_UNLCKSYS; in test11()
952 fl.l_type = F_UNLCKSYS; in test11()
/NextBSD/sys/kern/
HDkern_descrip.c667 case F_UNLCKSYS: in kern_fcntl()
677 F_UNLCKSYS, flp, flg); in kern_fcntl()
684 flp->l_type == F_UNLCKSYS) { in kern_fcntl()
HDkern_lockf.c426 if (ap->a_op == F_UNLCKSYS) { in lf_advlockasync()