Searched refs:oldidx (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_shift.c62 size_t blen, len, newcol, newidx, oldcol, oldidx, sw; local
107 for (oldidx = 0, oldcol = 0; oldidx < len; ++oldidx)
108 if (p[oldidx] == ' ')
110 else if (p[oldidx] == '\t')
144 MEMCPY(tbp, p + oldidx, len - oldidx);
147 if (db_set(sp, from, bp, (tbp + (len - oldidx)) - bp)) {
170 if (newidx > oldidx)
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_sysctl.c937 if (req->oldidx)
952 if (req->oldidx)
1613 if (req->oldlen <= req->oldidx)
1616 if (i > req->oldlen - req->oldidx)
1617 i = req->oldlen - req->oldidx;
1619 bcopy(p, (char *)req->oldptr + req->oldidx, i);
1621 req->oldidx += l;
1678 if (req.oldptr && req.oldidx > req.validlen)
1681 *retval = req.oldidx;
1717 origidx = req->oldidx;
[all...]
H A Dsubr_witness.c2590 req->oldidx = 0;
2616 req->oldidx = 0;
2675 req->oldidx = 0;
H A Duipc_usrreq.c1598 req->oldidx = 2 * (sizeof *xug)
/freebsd-11-stable/sys/dev/extres/clk/
H A Dclk.c631 int oldidx; local
642 oldidx = clknode->parent_idx;
646 clknode_adjust_parent(clknode, oldidx);
661 int oldidx, idx; local
692 oldidx = clknode->parent_idx;
696 clknode_adjust_parent(clknode, oldidx);
/freebsd-11-stable/sys/netinet/
H A Dip_divert.c650 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
H A Draw_ip.c1069 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
H A Dsctp_sysctl.c388 req->oldidx = (n + n / 8);
H A Dudp_usrreq.c834 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
H A Dtcp_subr.c1697 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xtcpcb);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h712 size_t oldidx; member in struct:sysctl_req
/freebsd-11-stable/sys/sys/
H A Dsysctl.h162 size_t oldidx; member in struct:sysctl_req
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1794 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xtcpcb);

Completed in 140 milliseconds