Symbol: adjust
crypto/krb5/src/util/verto/ev.c
3458
timers_reschedule (EV_P_ ev_tstamp adjust)
crypto/krb5/src/util/verto/ev.c
3465
ANHE_w (*he)->at += adjust;
crypto/openssh/channels.c
3661
u_int32_t adjust;
crypto/openssh/channels.c
3672
if ((r = sshpkt_get_u32(ssh, &adjust)) != 0 ||
crypto/openssh/channels.c
3677
debug2("channel %d: rcvd adjust %u", c->self, adjust);
crypto/openssh/channels.c
3678
if ((new_rwin = c->remote_window + adjust) < c->remote_window) {
crypto/openssh/channels.c
3680
c->self, adjust, c->remote_window);
crypto/openssh/regress/netcat.c
967
ssize_t adjust;
crypto/openssh/regress/netcat.c
976
adjust = *bufpos - n;
crypto/openssh/regress/netcat.c
977
if (adjust > 0)
crypto/openssh/regress/netcat.c
978
memmove(buf, buf + n, adjust);
crypto/openssh/sshbuf-misc.c
278
size_t adjust;
crypto/openssh/sshbuf-misc.c
290
if ((adjust = maxlen - (rr > 0 ? rr : 0)) != 0) {
crypto/openssh/sshbuf-misc.c
291
if ((r = sshbuf_consume_end(buf, adjust)) != 0) {
crypto/openssh/sshbuf-misc.c
293
memset(d + rr, '\0', adjust);
crypto/openssl/crypto/bn/bn_nist.c
1117
adjust = bn_sub_words;
crypto/openssl/crypto/bn/bn_nist.c
1124
adjust = carry ? bn_sub_words : bn_add_words;
crypto/openssl/crypto/bn/bn_nist.c
1128
res = ((*adjust)(c_d, r_d, _nist_p_384[0], BN_NIST_384_TOP) && carry)
crypto/openssl/crypto/bn/bn_nist.c
496
bn_addsub_f adjust;
crypto/openssl/crypto/bn/bn_nist.c
610
adjust = bn_sub_words;
crypto/openssl/crypto/bn/bn_nist.c
627
adjust = carry ? bn_sub_words : bn_add_words;
crypto/openssl/crypto/bn/bn_nist.c
632
res = ((*adjust)(c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP) && carry)
crypto/openssl/crypto/bn/bn_nist.c
665
bn_addsub_f adjust;
crypto/openssl/crypto/bn/bn_nist.c
850
adjust = bn_sub_words;
crypto/openssl/crypto/bn/bn_nist.c
857
adjust = carry ? bn_sub_words : bn_add_words;
crypto/openssl/crypto/bn/bn_nist.c
861
res = ((*adjust)(c_d, r_d, _nist_p_256[0], BN_NIST_256_TOP) && carry)
crypto/openssl/crypto/bn/bn_nist.c
898
bn_addsub_f adjust;
libexec/bootpd/readfile.c
223
adjust(char **);
libexec/bootpd/readfile.c
643
adjust(&src);
libexec/bootpd/readfile.c
647
adjust(&src);
sbin/fsck_ffs/dir.c
650
adjust(&idesc, inoinfo(oldlfdir)->ino_linkcnt + 1);
sbin/fsck_ffs/fsck.h
455
void adjust(struct inodesc *, int lcnt);
sbin/fsck_ffs/pass4.c
86
adjust(&idesc, (short)n);
sys/compat/linuxkpi/common/include/net/cfg80211.h
523
} adjust;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1005
int16_t adjust;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1023
return adjust5111[i].adjust / 3;
sys/dev/ath/ath_hal/ar5212/ar5111.c
643
int16_t adjust;
sys/dev/ath/ath_hal/ar5212/ar5111.c
661
return adjust5111[i].adjust;
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
771
int16_t adjust;
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
789
return adjustDef[i].adjust;
sys/dev/axgbe/xgbe-ptp.c
137
u64 adjust;
sys/dev/axgbe/xgbe-ptp.c
146
adjust = pdata->tstamp_addend;
sys/dev/axgbe/xgbe-ptp.c
147
adjust *= delta;
sys/dev/axgbe/xgbe-ptp.c
148
diff = div_u64(adjust, 1000000000UL);
sys/dev/bwi/bwirf.c
2102
bwi_rf_init_hw_nrssi_table(struct bwi_mac *mac, uint16_t adjust)
sys/dev/bwi/bwirf.c
2111
val -= adjust;
sys/kern/vfs_cache.c
5506
size_t adjust;
sys/kern/vfs_cache.c
5538
adjust = len;
sys/kern/vfs_cache.c
5543
adjust = len + 1;
sys/kern/vfs_cache.c
5552
ndp->ni_pathlen += adjust;
sys/kern/vfs_cache.c
5553
cache_fpl_pathlen_add(fpl, adjust);
sys/net/if.c
3957
if_handoff(struct ifqueue *ifq, struct mbuf *m, struct ifnet *ifp, int adjust)
sys/net/if.c
3969
if_inc_counter(ifp, IFCOUNTER_OBYTES, m->m_pkthdr.len + adjust);
sys/net/ifq.h
153
int adjust);
sys/net80211/ieee80211_output.c
3979
int adjust = tie->tim_bitmap+timlen
sys/net80211/ieee80211_output.c
3982
bo->bo_tim_trailer+adjust,
sys/net80211/ieee80211_output.c
3984
bo->bo_tim_trailer += adjust;
sys/net80211/ieee80211_output.c
3985
bo->bo_erp += adjust;
sys/net80211/ieee80211_output.c
3986
bo->bo_htinfo += adjust;
sys/net80211/ieee80211_output.c
3987
bo->bo_vhtinfo += adjust;
sys/net80211/ieee80211_output.c
3989
bo->bo_ath += adjust;
sys/net80211/ieee80211_output.c
3992
bo->bo_tdma += adjust;
sys/net80211/ieee80211_output.c
3995
bo->bo_meshconf += adjust;
sys/net80211/ieee80211_output.c
3997
bo->bo_appie += adjust;
sys/net80211/ieee80211_output.c
3998
bo->bo_wme += adjust;
sys/net80211/ieee80211_output.c
3999
bo->bo_csa += adjust;
sys/net80211/ieee80211_output.c
4000
bo->bo_quiet += adjust;
sys/net80211/ieee80211_output.c
4102
int adjust = aielen - bo->bo_appie_len;
sys/net80211/ieee80211_output.c
4103
ovbcopy(bo->bo_tim_trailer, bo->bo_tim_trailer+adjust,
sys/net80211/ieee80211_output.c
4105
bo->bo_tim_trailer += adjust;
sys/net80211/ieee80211_output.c
4106
bo->bo_appie += adjust;
sys/netinet/sctp_input.c
1065
uint32_t remaining_length, adjust;
sys/netinet/sctp_input.c
1231
adjust = SCTP_SIZE32(cause_length);
sys/netinet/sctp_input.c
1232
if (remaining_length >= adjust) {
sys/netinet/sctp_input.c
1233
remaining_length -= adjust;
sys/netinet/sctp_input.c
1237
cause = (struct sctp_error_cause *)((caddr_t)cause + adjust);
sys/netpfil/ipfw/ip_fw2.c
1006
* The mbuf will however be thrown away so we can adjust it.
sys/netpfil/ipfw/ip_fw_compat.c
186
int cmdlen, adjust;
sys/netpfil/ipfw/ip_fw_compat.c
195
adjust = F_INSN_SIZE(ipfw_insn_kidx) - cmdlen;
sys/netpfil/ipfw/ip_fw_compat.c
198
adjust = F_INSN_SIZE(ipfw_insn_limit) - cmdlen;
sys/netpfil/ipfw/ip_fw_compat.c
206
adjust = F_INSN_SIZE(ipfw_insn_kidx) - cmdlen;
sys/netpfil/ipfw/ip_fw_compat.c
208
adjust = F_INSN_SIZE(ipfw_insn_table) - cmdlen;
sys/netpfil/ipfw/ip_fw_compat.c
212
adjust = F_INSN_SIZE(ipfw_insn_u32) - cmdlen;
sys/netpfil/ipfw/ip_fw_compat.c
215
adjust = 0;
sys/netpfil/ipfw/ip_fw_compat.c
217
return (adjust);
sys/netpfil/ipfw/ip_fw_compat.c
432
int l, cmdlen, adjust, aadjust;
sys/netpfil/ipfw/ip_fw_compat.c
437
adjust = aadjust = 0;
sys/netpfil/ipfw/ip_fw_compat.c
441
adjust += adjust_size_v0(cmd);
sys/netpfil/ipfw/ip_fw_compat.c
443
aadjust = adjust;
sys/netpfil/ipfw/ip_fw_compat.c
449
cmdlen = urule->cmd_len + adjust;
sys/netpfil/ipfw/ip_fw_compat.c
454
krule->cmd_len = urule->cmd_len + adjust;
sys/netpfil/ipfw/ip_fw_compat.c
456
if (adjust != 0)
sys/sys/mbuf.h
1218
int adjust;
sys/sys/mbuf.h
1222
adjust = M_SIZE(m) - len;
sys/sys/mbuf.h
1223
m->m_data += adjust &~ (sizeof(long)-1);
usr.bin/col/col.c
124
int adjust, opt, warned, width;
usr.bin/col/col.c
169
adjust = cur_col = extra_lines = warned = 0;
usr.bin/col/col.c
243
if (cur_line + adjust != this_line) {
usr.bin/col/col.c
247
adjust = !fine && (cur_line & 1);
usr.bin/col/col.c
249
if (cur_line + adjust < this_line) {
usr.bin/col/col.c
250
while (cur_line + adjust < this_line &&
usr.bin/col/col.c
255
if (cur_line + adjust < this_line) {
usr.bin/col/col.c
262
while (cur_line + adjust
usr.bin/col/col.c
274
cur_line = this_line - adjust;
usr.bin/col/col.c
279
while (cur_line + adjust > this_line) {