Searched refs:ival (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c1498 int ival[2]; /* dummy retval for system calls) */ local
1533 ival);
1541 if (error || ival[0] == psfa->psfaa_filedes)
1544 origfd = ival[0];
1555 * ival to newfd in the success case, but we
1559 error = dup2(p, &dup2a, ival);
1568 error = close_nocancel(p, &ca, ival);
1580 * ival to newfd in the success case, but we
1584 error = dup2(p, &dup2a, ival);
1593 error = close_nocancel(p, &ca, ival);
1695 int ival[2]; /* dummy retval for setpgid() */ local
[all...]
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_subr.c736 int64_t ival, idepth = 0; local
742 ival = pktsched_nsecs_to_abstime(10 * NSEC_PER_MSEC); /* 10ms */
746 if ((idepth / tbr->tbr_rate) > ival)

Completed in 23 milliseconds