Searched refs:vt (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsystemcalls.c95 void *vt; local
148 vt = (void *)uthread->uu_arg;
158 error = copyin((user_addr_t) params, (char *) vt, nargs);
168 int *ip = (int *)vt;
184 (*mungerp)(NULL, vt);
207 error = (*(callp->sy_call))((void *) p, (void *) vt, &(uthread->uu_rval[0]));
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.c860 * get the class with the minimum vt in the hierarchy
876 * don't update if the new vt is smaller.
1242 u_int64_t vt, f, cur_time; local
1258 * set vt to the average of the min and max
1260 * change, don't decrease vt of the class.
1262 vt = max_cl->cl_vt;
1264 vt = (cl->cl_parent->cl_cvtmin + vt)/2;
1267 cl->cl_parentperiod || vt > cl->cl_vt)
1268 cl->cl_vt = vt;
[all...]
H A Dpktsched_hfsc.h140 u_int64_t vt; /* virtual time */ member in struct:hfsc_classstats
161 u_int32_t vtperiod; /* vt period sequence no */
162 u_int32_t parentperiod; /* parent's vt period seqno */
268 u_int64_t cl_vtadj; /* intra-period cumulative vt */
270 u_int64_t cl_vtoff; /* inter-period cumulative vt offset */
271 u_int64_t cl_cvtmax; /* max child's vt in the last period */
286 u_int32_t cl_vtperiod; /* vt period sequence no */
287 u_int32_t cl_parentperiod; /* parent's vt period seqno */
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_syscalls.c104 void *vt; local
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c1108 void *vt; local
1118 vt = get_bsduthreadarg(thread);
1120 return(wait4(p, (struct wait4_args *)vt, retval));
1316 void *vt; local
1324 vt = get_bsduthreadarg(thread);
1326 return (waitid(current_proc(), (struct waitid_args *)vt, retval));
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c1883 enum vtype vt = vp->v_type; local
1884 if (!((vt == VCHR) || (vt == VBLK))) {
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c9356 dtrace_diftype_t *vt, *et;
9421 vt = &v->dtdv_type;
9423 if (vt->dtdt_flags & DIF_TF_BYREF) {
9424 if (vt->dtdt_size == 0) {
9430 vt->dtdt_size > dtrace_global_maxsize) {
9447 if (vt->dtdt_flags != et->dtdt_flags) {
9452 if (vt->dtdt_size != 0 && vt->dtdt_size != et->dtdt_size) {

Completed in 66 milliseconds