HomeSort by: relevance | last modified time | path
    Searched defs:advance (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/libc/inet/
inet_neta.c 60 int advance; local in function:__weak_alias
78 advance = snprintf(dst, (size_t)(ep - dst), "%u", b);
79 if (advance <= 0 || advance >= ep - dst)
81 dst += advance;
inet_ntop.c 138 int advance; local in function:inet_ntop6
205 advance = snprintf(tp, (size_t)(ep - tp), "%x", words[i]);
206 if (advance <= 0 || advance >= ep - tp)
208 tp += advance;
  /src/usr.sbin/puffs/mount_9p/
subr.c 129 off_t advance = wantoff - curoff; local in function:getdfwithoffset
136 p9pbuf_put_4(pb, advance);
157 if (count == advance || count == 0)
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
mock_engine.c 94 static void advance(struct i915_request *request) function in typeref:typename:void
114 advance(request);
127 advance(request);
226 advance(request);
359 advance(request);
  /src/sys/arch/m68k/fpe/
fpu_emulate.c 1062 int advance, sig, branch, displ; local in function:fpu_emul_type1
1074 /* advance */
1109 advance = 4;
1113 advance += 2;
1115 advance += 2;
1122 insn->is_advance = advance;
  /src/common/lib/libprop/
prop_intern.c 460 return idx; /* advance input by this much */
498 int advance = 2; local in function:_prop_json_intern_decode_string
528 advance = _prop_json_intern_decode_uesc(
530 if (advance == 0) {
539 src += advance;
717 data++; /* advance past the '>' */
  /src/lib/libc/net/
gethnamaddr.c 1004 int advance; local in function:_dns_gethtbyaddr
1027 advance = snprintf(qp, (size_t)(ep - qp), "%x.%x.",
1030 if (advance > 0 && qp + advance < ep)
1031 qp += advance;
  /src/sys/arch/sun3/dev/
xy.c 135 * XYC_ADVANCE: advance iorq's pointers by a number of sectors
1772 * must advance the pointers 1 sector and issue a new
1776 XYC_ADVANCE(iorq, 1); /* advance 1 sector */
1875 int oldmode, advance, i; local in function:xyc_error
1889 advance = iorq->sectcnt - iopb->scnt;
1890 XYC_ADVANCE(iorq, advance);
xd.c 202 * XDC_ADVANCE: advance iorq's pointers by a number of sectors
1872 * must advance the pointers 1 sector and issue a new
1876 XDC_ADVANCE(iorq, 1); /* advance 1 sector */
1978 int oldmode, advance, i; local in function:xdc_error
1994 advance = iorq->sectcnt - iopb->sectcnt;
1995 XDC_ADVANCE(iorq, advance);
  /src/sys/dev/vme/
xy.c 123 * XYC_ADVANCE: advance iorq's pointers by a number of sectors
1923 * must advance the pointers 1 sector and issue a new
1927 XYC_ADVANCE(iorq, 1); /* advance 1 sector */
2033 int oldmode, advance; local in function:xyc_error
2050 advance = iorq->sectcnt - iopb->scnt;
2051 XYC_ADVANCE(iorq, advance);
xd.c 182 * XDC_ADVANCE: advance iorq's pointers by a number of sectors
2048 * must advance the pointers 1 sector and issue a new
2052 XDC_ADVANCE(iorq, 1); /* advance 1 sector */
2159 int oldmode, advance; local in function:xdc_error
2178 advance = iorq->sectcnt - iopb->sectcnt;
2179 XDC_ADVANCE(iorq, advance);
  /src/sys/dev/usb/
if_umb.c 2797 int advance; local in function:inet_ntop6
2862 advance = snprintf(tp, ep - tp, "%x", words[i]);
2863 if (advance <= 0 || advance >= ep - tp)
2865 tp += advance;
  /src/sys/external/bsd/ipf/netinet/
ip_nat.c 6404 int hlen, advance; local in function:ipf_nat_mssclamp
6423 advance = cp[1];
6424 if ((cp + advance > ep) || (advance <= 0))
6429 if (advance != 4)
6444 cp += advance;

Completed in 52 milliseconds