Searched refs:F_UNLCKSYS (Results 1 – 4 of 4) sorted by relevance
287 #define F_UNLCKSYS 4 /* purge locks for a given system ID */ macro
939 fl.l_type = F_UNLCKSYS; in test11()950 fl.l_type = F_UNLCKSYS; in test11()
685 case F_UNLCKSYS: in kern_fcntl()691 F_UNLCKSYS, flp, flg); in kern_fcntl()698 flp->l_type == F_UNLCKSYS) { in kern_fcntl()
430 if (ap->a_op == F_UNLCKSYS) { in lf_advlockasync()