Home
last modified time | relevance | path

Searched refs:bpos (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/less/
H A Dlsystem.c252 POSITION mpos, tpos, bpos; in pipe_mark()
257 * bpos = bottom of screen. in pipe_mark()
265 bpos = position(BOTTOM); in pipe_mark()
268 return (pipe_data(cmd, tpos, bpos)); in pipe_mark()
270 return (pipe_data(cmd, mpos, bpos)); in pipe_mark()
271 else if (bpos == NULL_POSITION) in pipe_mark()
272 return (pipe_data(cmd, tpos, bpos)); in pipe_mark()
253 POSITION mpos, tpos, bpos; pipe_mark() local
H A Djump.c229 POSITION bpos; in jump_loc()
270 bpos = position(BOTTOM_PLUS_ONE); in jump_loc()
281 if (bpos != NULL_POSITION && pos <= bpos) in jump_loc()
288 forw(sc_height-sindex+nline-1, bpos, 1, 0, 0); in jump_loc()
197 POSITION bpos; jump_loc() local
/freebsd/sbin/gbde/
H A Dgbde.c
/freebsd/sys/rpc/
H A Drpcm_subs.h88 bpos = mtod(mb, caddr_t); \
90 (a) = (c)(bpos); \
92 bpos += (s); }
/freebsd/contrib/libder/libder/
H A Dlibder_obj.c888 for (size_t bpos = 0; bpos < length; bpos++) { in libder_obj_normalize_boolean() local
889 sense |= payload[bpos]; in libder_obj_normalize_boolean()
911 for (size_t bpos = 0; bpos < length - 1; bpos++) { in libder_obj_normalize_integer() local
912 if (payload[bpos] != 0 && payload[bpos] != 0xff) in libder_obj_normalize_integer()
915 if (payload[bpos] == 0xff) { in libder_obj_normalize_integer()
917 if ((payload[bpos + 1] & 0x80) == 0) in libder_obj_normalize_integer()
921 if ((payload[bpos + 1] & 0x80) != 0) in libder_obj_normalize_integer()
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c4116 struct rtw89_btc_wl_role_info_bpos *bpos = &role_info->role_map.role; in rtw89_fw_h2c_keep_alive()
4141 RTW89_SET_FWCMD_CXROLE_ROLE_NONE(cmd, bpos->none); in rtw89_fw_h2c_keep_alive()
4142 RTW89_SET_FWCMD_CXROLE_ROLE_STA(cmd, bpos->station); in rtw89_fw_h2c_keep_alive()
4143 RTW89_SET_FWCMD_CXROLE_ROLE_AP(cmd, bpos->ap); in rtw89_fw_h2c_keep_alive()
4144 RTW89_SET_FWCMD_CXROLE_ROLE_VAP(cmd, bpos->vap); in rtw89_fw_h2c_keep_alive()
4145 RTW89_SET_FWCMD_CXROLE_ROLE_ADHOC(cmd, bpos->adhoc); in rtw89_fw_h2c_keep_alive()
4146 RTW89_SET_FWCMD_CXROLE_ROLE_ADHOC_MASTER(cmd, bpos->adhoc_master); in rtw89_fw_h2c_keep_alive()
4147 RTW89_SET_FWCMD_CXROLE_ROLE_MESH(cmd, bpos->mesh); in rtw89_fw_h2c_keep_alive()
4148 RTW89_SET_FWCMD_CXROLE_ROLE_MONITOR(cmd, bpos->moniter); in rtw89_fw_h2c_keep_alive()
4149 RTW89_SET_FWCMD_CXROLE_ROLE_P2P_DEV(cmd, bpos in rtw89_fw_h2c_keep_alive()
2582 struct rtw89_btc_wl_role_info_bpos *bpos = &role_info->role_map.role; rtw89_fw_h2c_cxdrv_role() local
2663 struct rtw89_btc_wl_role_info_bpos *bpos = &role_info->role_map.role; rtw89_fw_h2c_cxdrv_role_v1() local
2753 struct rtw89_btc_wl_role_info_bpos *bpos = &role_info->role_map.role; rtw89_fw_h2c_cxdrv_role_v2() local
[all...]
/freebsd/sys/kern/
H A Dsubr_mchain.c111 caddr_t bpos; in mb_reserve() local
125 bpos = mtod(m, caddr_t) + m->m_len; in mb_reserve()
127 return (bpos); in mb_reserve()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c727 char *bpos, *dpos; in nfsrvd_compound() local
1216 bpos = nd->nd_bpos; in nfsrvd_compound()
1365 nfsm_trimtrailing(nd, mb, bpos, bextpg, bextpgsiz); in nfsrvd_compound()
H A Dnfs_nfsdport.c7073 nfsm_trimtrailing(struct nfsrv_descript *nd, struct mbuf *mb, char *bpos, in nfsm_trimtrailing() argument
7086 KASSERT(bpos == (char *)(void *) in nfsm_trimtrailing()
7108 mb->m_len = bpos - mtod(mb, char *); in nfsm_trimtrailing()
7110 nd->nd_bpos = bpos; in nfsm_trimtrailing()
/freebsd/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m41468 bpos .ncbc.enc.next.block
1671 bpos .ede3.enc.next.block