Searched refs:IO_BITS_ACTIVE (Results 1 – 5 of 5) sorted by relevance
150 #define IO_BITS_ACTIVE 0x80000000 /* is object alive? */ macro174 #define io_active(io) ((io_bits(io) & IO_BITS_ACTIVE) != 0)180 #define io_makebits(otype) (IO_BITS_ACTIVE | ((otype) << 16))
214 io_bits_andnot(ips_to_object(pset), IO_BITS_ACTIVE); in ipc_pset_destroy()
733 io_bits_andnot(ip_to_object(port), IO_BITS_ACTIVE); in ipc_port_clear_receiver()
189 IO_BITS_ACTIVE = 0x80000000 variable
618 if bits & xnudefines.IO_BITS_ACTIVE == 0: