Searched refs:UIOC (Results 1 – 2 of 2) sorted by relevance
10 #define UIOC ('u' << 16 | 's' << 8) macro12 #define UIOCATTACHSEMA (UIOC|2) /* attach to sema */13 #define UIOCBLOCK (UIOC|3) /* block sync "intr"? */14 #define UIOCABLOCK (UIOC|4) /* block async */15 #define UIOCNOIBLOCK (UIOC|5) /* IRIX: block sync intr17 #define UIOCUNBLOCK (UIOC|6) /* unblock sync */18 #define UIOCAUNBLOCK (UIOC|7) /* unblock async */19 #define UIOCINIT (UIOC|8) /* init sema (async) */
16 #define UIOC ('u' << 16 | 's' << 8) macro18 #define UIOCATTACHSEMA (UIOC|2) /* attach to sema */19 #define UIOCBLOCK (UIOC|3) /* block sync "intr"? */20 #define UIOCABLOCK (UIOC|4) /* block async */21 #define UIOCNOIBLOCK (UIOC|5) /* IRIX: block sync intr23 #define UIOCUNBLOCK (UIOC|6) /* unblock sync */24 #define UIOCAUNBLOCK (UIOC|7) /* unblock async */25 #define UIOCINIT (UIOC|8) /* init sema (async) */