Searched refs:SG_SET_KEEP_ORPHAN (Results 1 – 7 of 7) sorted by relevance
160 #if defined(SG_SET_KEEP_ORPHAN) || (defined(HAVE_DECL_SG_SET_KEEP_ORPHAN) && HAVE_DECL_SG_SET_KEEP_…162 static_assert((SG_SET_KEEP_ORPHAN) == (0x2287), "SG_SET_KEEP_ORPHAN != 0x2287");165 # define SG_SET_KEEP_ORPHAN 0x2287
23 SG_SET_KEEP_ORPHAN 0x2287
98 TEST_NULL_ARG(SG_SET_KEEP_ORPHAN); in main()110 TEST_TAKES_INT_BY_PTR(SG_SET_KEEP_ORPHAN, pint); in main()
144 case SG_SET_KEEP_ORPHAN: in scsi_ioctl()
214 #define SG_SET_KEEP_ORPHAN 0x2287 /* 1 -> hold for read(), 0 -> drop (def) */ macro