@@ -1075,12 +1075,15 @@ pub const TMP_MAX : ::c_uint = 0x7fffffff;
1075
1075
pub const NI_MAXHOST : :: size_t = 256 ;
1076
1076
1077
1077
pub const RTLD_LOCAL : :: c_int = 0 ;
1078
+
1078
1079
pub const CTL_MAXNAME : :: c_int = 12 ;
1080
+
1079
1081
pub const CTLTYPE_NODE : :: c_int = 1 ;
1080
1082
pub const CTLTYPE_INT : :: c_int = 2 ;
1081
1083
pub const CTLTYPE_STRING : :: c_int = 3 ;
1082
1084
pub const CTLTYPE_QUAD : :: c_int = 4 ;
1083
1085
pub const CTLTYPE_STRUCT : :: c_int = 5 ;
1086
+
1084
1087
pub const CTL_UNSPEC : :: c_int = 0 ;
1085
1088
pub const CTL_KERN : :: c_int = 1 ;
1086
1089
pub const CTL_VM : :: c_int = 2 ;
@@ -1092,7 +1095,9 @@ pub const CTL_MACHDEP: ::c_int = 7;
1092
1095
pub const CTL_DDB : :: c_int = 9 ;
1093
1096
pub const CTL_VFS : :: c_int = 10 ;
1094
1097
pub const CTL_MAXID : :: c_int = 11 ;
1098
+
1095
1099
pub const HW_NCPUONLINE : :: c_int = 25 ;
1100
+
1096
1101
pub const KERN_OSTYPE : :: c_int = 1 ;
1097
1102
pub const KERN_OSRELEASE : :: c_int = 2 ;
1098
1103
pub const KERN_OSREV : :: c_int = 3 ;
@@ -1169,7 +1174,9 @@ pub const KERN_CONSBUFSIZE: ::c_int = 82;
1169
1174
pub const KERN_CONSBUF : :: c_int = 83 ;
1170
1175
pub const KERN_AUDIO : :: c_int = 84 ;
1171
1176
pub const KERN_CPUSTATS : :: c_int = 85 ;
1172
- pub const KERN_MAXID : :: c_int = 86 ;
1177
+ pub const KERN_PFSTATUS : :: c_int = 86 ;
1178
+ pub const KERN_MAXID : :: c_int = 87 ;
1179
+
1173
1180
pub const KERN_PROC_ALL : :: c_int = 0 ;
1174
1181
pub const KERN_PROC_PID : :: c_int = 1 ;
1175
1182
pub const KERN_PROC_PGRP : :: c_int = 2 ;
@@ -1179,13 +1186,16 @@ pub const KERN_PROC_UID: ::c_int = 5;
1179
1186
pub const KERN_PROC_RUID : :: c_int = 6 ;
1180
1187
pub const KERN_PROC_KTHREAD : :: c_int = 7 ;
1181
1188
pub const KERN_PROC_SHOW_THREADS : :: c_int = 0x40000000 ;
1189
+
1182
1190
pub const KERN_SYSVIPC_MSG_INFO : :: c_int = 1 ;
1183
1191
pub const KERN_SYSVIPC_SEM_INFO : :: c_int = 2 ;
1184
1192
pub const KERN_SYSVIPC_SHM_INFO : :: c_int = 3 ;
1193
+
1185
1194
pub const KERN_PROC_ARGV : :: c_int = 1 ;
1186
1195
pub const KERN_PROC_NARGV : :: c_int = 2 ;
1187
1196
pub const KERN_PROC_ENV : :: c_int = 3 ;
1188
1197
pub const KERN_PROC_NENV : :: c_int = 4 ;
1198
+
1189
1199
pub const KI_NGROUPS : :: c_int = 16 ;
1190
1200
pub const KI_MAXCOMLEN : :: c_int = 24 ;
1191
1201
pub const KI_WMESGLEN : :: c_int = 8 ;
0 commit comments