@@ -1372,11 +1372,35 @@ pub const KI_WMESGLEN: ::c_int = 8;
13721372pub const KI_MAXLOGNAME : :: c_int = 32 ;
13731373pub const KI_EMULNAMELEN : :: c_int = 8 ;
13741374
1375+ pub const KVE_ET_OBJ : :: c_int = 0x00000001 ;
1376+ pub const KVE_ET_SUBMAP : :: c_int = 0x00000002 ;
1377+ pub const KVE_ET_COPYONWRITE : :: c_int = 0x00000004 ;
1378+ pub const KVE_ET_NEEDSCOPY : :: c_int = 0x00000008 ;
1379+ pub const KVE_ET_HOLE : :: c_int = 0x00000010 ;
1380+ pub const KVE_ET_NOFAULT : :: c_int = 0x00000020 ;
1381+ pub const KVE_ET_STACK : :: c_int = 0x00000040 ;
1382+ pub const KVE_ET_WC : :: c_int = 0x000000080 ;
1383+ pub const KVE_ET_CONCEAL : :: c_int = 0x000000100 ;
1384+ pub const KVE_ET_SYSCALL : :: c_int = 0x000000200 ;
1385+ pub const KVE_ET_FREEMAPPED : :: c_int = 0x000000800 ;
1386+
13751387pub const KVE_PROT_NONE : :: c_int = 0x00000000 ;
13761388pub const KVE_PROT_READ : :: c_int = 0x00000001 ;
13771389pub const KVE_PROT_WRITE : :: c_int = 0x00000002 ;
13781390pub const KVE_PROT_EXEC : :: c_int = 0x00000004 ;
13791391
1392+ pub const KVE_ADV_NORMAL : :: c_int = 0x00000000 ;
1393+ pub const KVE_ADV_RANDOM : :: c_int = 0x00000001 ;
1394+ pub const KVE_ADV_SEQUENTIAL : :: c_int = 0x00000002 ;
1395+
1396+ pub const KVE_INH_SHARE : :: c_int = 0x00000000 ;
1397+ pub const KVE_INH_COPY : :: c_int = 0x00000010 ;
1398+ pub const KVE_INH_NONE : :: c_int = 0x00000020 ;
1399+ pub const KVE_INH_ZERO : :: c_int = 0x00000030 ;
1400+
1401+ pub const KVE_F_STATIC : :: c_int = 0x1 ;
1402+ pub const KVE_F_KMEM : :: c_int = 0x2 ;
1403+
13801404pub const CHWFLOW : :: tcflag_t = :: MDMBUF | :: CRTSCTS ;
13811405pub const OLCUC : :: tcflag_t = 0x20 ;
13821406pub const ONOCR : :: tcflag_t = 0x40 ;
0 commit comments