Searched refs:SG_SET_KEEP_ORPHAN (Results 1 – 13 of 13) 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()
48 SG_SET_KEEP_ORPHAN = 8839
32 ioctl$SG_SET_KEEP_ORPHAN(fd fd_sg, cmd const[SG_SET_KEEP_ORPHAN], arg ptr[in, int32])
144 case SG_SET_KEEP_ORPHAN: in scsi_ioctl()
184 #define SG_SET_KEEP_ORPHAN 0x2287 /* 1 -> hold for read(), 0 -> drop (def) */ macro