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

/freebsd-10-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-10-stable/sys/kern/
H A Dkern_sysctl.c740 if (req->oldidx)
755 if (req->oldidx)
1241 if (req->oldlen <= req->oldidx)
1244 if (i > req->oldlen - req->oldidx)
1245 i = req->oldlen - req->oldidx;
1247 bcopy(p, (char *)req->oldptr + req->oldidx, i);
1249 req->oldidx += l;
1308 if (req.oldptr && req.oldidx > req.validlen)
1311 *retval = req.oldidx;
1347 origidx = req->oldidx;
[all...]
H A Dsubr_witness.c2539 req->oldidx = 0;
2565 req->oldidx = 0;
2630 req->oldidx = 0;
H A Duipc_usrreq.c1557 req->oldidx = 2 * (sizeof *xug)
/freebsd-10-stable/sys/netinet/
H A Dip_divert.c637 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
H A Draw_ip.c1024 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
H A Dsctp_sysctl.c399 req->oldidx = (n + n / 8);
H A Dudp_usrreq.c799 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xinpcb);
H A Dtcp_subr.c1352 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xtcpcb);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h702 size_t oldidx; member in struct:sysctl_req
/freebsd-10-stable/sys/sys/
H A Dsysctl.h156 size_t oldidx; member in struct:sysctl_req
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1792 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xtcpcb);

Completed in 139 milliseconds