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

/xnu-2422.115.4/bsd/kern/
H A Dkern_exec.c1495 int ival[2]; /* dummy retval for system calls) */ local
1531 ival);
1539 if (error || ival[0] == psfa->psfaa_filedes)
1542 origfd = ival[0];
1553 * ival to newfd in the success case, but we
1557 error = dup2(p, &dup2a, ival);
1566 error = close_nocancel(p, &ca, ival);
1578 * ival to newfd in the success case, but we
1582 error = dup2(p, &dup2a, ival);
1591 error = close_nocancel(p, &ca, ival);
1803 int ival[2]; /* dummy retval for setpgid() */ local
[all...]
/xnu-2422.115.4/bsd/net/classq/
H A Dclassq_subr.c756 int64_t ival, idepth = 0; local
762 ival = pktsched_nsecs_to_abstime(10 * NSEC_PER_MSEC); /* 10ms */
766 if ((idepth / tbr->tbr_rate) > ival)
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fsevents.c745 uint32_t ival = (uint32_t)va_arg(ap, int32_t); local
746 kfse->uid = (ino64_t)ival;
1315 uint64_t ival; local
1333 memcpy(&ival, &cur->uid, sizeof(uint64_t)); // the docid gets stuffed into the ino field
1334 error = fill_buff(FSE_ARG_INT64, sizeof(uint64_t), &ival, evbuff, &evbuff_idx, sizeof(evbuff), uio);
/xnu-2422.115.4/bsd/net/
H A Ddlil.c1884 u_int64_t ival; local
1888 if ((ival = inp->rxpoll_ival) < IF_RXPOLL_INTERVALTIME_MIN)
1889 ival = IF_RXPOLL_INTERVALTIME_MIN;
2080 net_nsectimer(&ival, &ts);
2169 u_int64_t ival; local
2188 ival = ((p == NULL || p->interval_time == 0) ?
2193 VERIFY(ival >= IF_RXPOLL_INTERVALTIME_MIN);
2203 inp->rxpoll_ival = ival;

Completed in 32 milliseconds