Searched refs:F_UNLCKSYS (Results 1 – 4 of 4) sorted by relevance
257 #define F_UNLCKSYS 4 /* purge locks for a given system ID */ macro
941 fl.l_type = F_UNLCKSYS; in test11()952 fl.l_type = F_UNLCKSYS; in test11()
667 case F_UNLCKSYS: in kern_fcntl()677 F_UNLCKSYS, flp, flg); in kern_fcntl()684 flp->l_type == F_UNLCKSYS) { in kern_fcntl()
426 if (ap->a_op == F_UNLCKSYS) { in lf_advlockasync()