Lines Matching refs:arg2

105 	int arg2, struct sysctl_req *req);
107 int arg2, struct sysctl_req *req);
114 STATIC int sysctl_sysctl_name2oid(struct sysctl_oid *oidp, void *arg1, int arg2, struct sysctl_req *req);
115 STATIC int sysctl_sysctl_next(struct sysctl_oid *oidp, void *arg1, int arg2,
117 STATIC int sysctl_sysctl_oidfmt(struct sysctl_oid *oidp, void *arg1, int arg2, struct sysctl_req *req);
622 __unused int arg2, __unused struct sysctl_req *req)
647 * arg2 The number of elements which
680 sysctl_sysctl_name(__unused struct sysctl_oid *oidp, void *arg1, int arg2,
684 u_int namelen = arg2;
844 * arg2 Start OID name length
872 sysctl_sysctl_next(__unused struct sysctl_oid *oidp, void *arg1, int arg2,
876 u_int namelen = arg2;
978 * arg2 __unused
1008 __unused int arg2, struct sysctl_req *req)
1062 * arg2 The length of the OID name
1089 sysctl_sysctl_oidfmt(__unused struct sysctl_oid *oidp, void *arg1, int arg2,
1094 u_int namelen = arg2;
1151 * a constant: pass it in arg2.
1155 sysctl_handle_int(__unused struct sysctl_oid *oidp, void *arg1, int arg2,
1158 return sysctl_io_number(req, arg1? *(int*)arg1: arg2, sizeof(int), arg1, NULL);
1167 __unused int arg2, struct sysctl_req *req)
1180 __unused int arg2, struct sysctl_req *req)
1196 __unused int arg2, struct sysctl_req *req)
1229 * a variable string: point arg1 at it, arg2 is max length.
1230 * a constant string: point arg1 at it, arg2 is zero.
1234 sysctl_handle_string( __unused struct sysctl_oid *oidp, void *arg1, int arg2,
1237 return sysctl_io_string(req, arg1, arg2, 0, NULL);
1242 * arg1 points to it, arg2 is the size.
1246 sysctl_handle_opaque(__unused struct sysctl_oid *oidp, void *arg1, int arg2,
1249 return sysctl_io_opaque(req, arg1, arg2, NULL);
1370 sysctl_root(__unused struct sysctl_oid *oidp, void *arg1, int arg2,
1374 u_int namelen = arg2;