| /netbsd-src/sys/nfs/ |
| H A D | nfsm_subs.h | 87 bpos = mtod(mb, char *); \ 89 (a) = (c)(bpos); \ 91 bpos += (s); } 116 } else if ((t2 = nfsm_strtmbuf(&mb, &bpos, \ 392 if ((t1 = nfsm_uiotombuf((p),&mb,(s),&bpos)) != 0) { \ 399 mb = mreq = nfsm_reqh((n),(a),(s),&bpos) 430 } else if ((t2 = nfsm_strtmbuf(&mb, &bpos, (a), (s))) != 0) { \ 445 mrq, &mb, &bpos); \ 448 mrq, &mb, &bpos); \ 464 &mreq, &mb, &bpos); \ [all...] |
| H A D | nfs_subs.c | 583 char *bpos; in nfsm_reqh() local 590 bpos = mtod(mb, void *); in nfsm_reqh() 593 *bposp = bpos; in nfsm_reqh() 611 char *bpos; in nfsm_rpchead() local 628 bpos = mtod(mb, void *); in nfsm_rpchead() 677 bpos = mtod(mb, void *); in nfsm_rpchead() 680 memcpy(bpos, auth_str, i); in nfsm_rpchead() 683 bpos += i; in nfsm_rpchead() 688 *bpos++ = '\0'; in nfsm_rpchead() 712 bpos = mtod(mb, void *); in nfsm_rpchead() [all …]
|
| H A D | nfs_serv.c | 173 char *bpos; in nfsrv3_access() local 238 char *bpos; in nfsrv_getattr() local 279 char *bpos; in nfsrv_setattr() local 407 char *bpos; in nfsrv_lookup() local 535 char *bpos; in nfsrv_readlink() local 633 char *bpos; in nfsrv_read() local 860 char *bpos; in nfsrv_write() local 1075 char *bpos, *dpos; in nfsrv_writegather() local 1433 char *bpos; in nfsrv_create() local 1673 char *bpos; in nfsrv_mknod() local [all …]
|
| H A D | nfs_vnops.c | 254 char *bpos, *dpos; in nfs_null() local 284 char *bpos, *dpos, *cp2; in nfs_access() local 524 char *bpos, *dpos; in nfs_getattr() local 667 char *bpos, *dpos; in nfs_setattrrpc() local 740 char *bpos, *dpos, *cp2; in nfs_lookup() local 1070 char *bpos, *dpos, *cp2; in nfs_readlinkrpc() local 1123 char *bpos, *dpos, *cp2; in nfs_readrpc() local 1225 char *bpos, *dpos; in nfs_writerpc() local 1316 bpos = mtod(void *, mb) + mb->m_len; in nfs_writerpc() 1449 char *bpos, *dpos; in nfs_mknodrpc() local [all …]
|
| H A D | nfs_srvcache.c | 243 char *bpos; in nfsrv_getcache() local 266 0, (u_quad_t *)0, repp, &mb, &bpos); in nfsrv_getcache()
|
| H A D | nfs_socket.c | 559 char *bpos; in nfs_rephead() local 576 bpos = ((char *)tl) + mreq->m_len; in nfs_rephead() 585 bpos -= NFSX_UNSIGNED; in nfs_rephead() 678 *bposp = bpos; in nfs_rephead()
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | lsystem.c | 255 POSITION mpos, tpos, bpos; in pipe_mark() local 268 bpos = position(BOTTOM); in pipe_mark() 271 return (pipe_data(cmd, tpos, bpos)); in pipe_mark() 273 return (pipe_data(cmd, mpos, bpos)); in pipe_mark() 274 else if (bpos == NULL_POSITION) in pipe_mark() 275 return (pipe_data(cmd, tpos, bpos)); in pipe_mark()
|
| H A D | jump.c | 199 POSITION bpos; in jump_loc() local 239 bpos = position(BOTTOM_PLUS_ONE); in jump_loc() 250 if (bpos != NULL_POSITION && pos <= bpos) in jump_loc() 257 forw(sc_height-sindex+nline-1, bpos, 1, 0, 0); in jump_loc()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ldelfgen.c | 149 bfd_vma apos, bpos; in compare_link_order() local 167 bpos = bsec->output_section->lma + bsec->output_offset; in compare_link_order() 169 if (apos < bpos) in compare_link_order() 171 else if (apos > bpos) in compare_link_order() 190 bpos = bsec->output_section->vma + bsec->output_offset; in compare_link_order() 191 if (apos < bpos) in compare_link_order() 193 else if (apos > bpos) in compare_link_order()
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ldelfgen.c | 150 bfd_vma apos, bpos; in compare_link_order() local 168 bpos = bsec->output_section->lma + bsec->output_offset; in compare_link_order() 170 if (apos < bpos) in compare_link_order() 172 else if (apos > bpos) in compare_link_order() 191 bpos = bsec->output_section->vma + bsec->output_offset; in compare_link_order() 192 if (apos < bpos) in compare_link_order() 194 else if (apos > bpos) in compare_link_order()
|
| /netbsd-src/games/adventure/ |
| H A D | save.c | 299 size_t pos, bpos; in savefile_binwrite() local 304 bpos = 0; in savefile_binwrite() 307 buf[bpos++] = writeletter(byte >> 4); in savefile_binwrite() 308 buf[bpos++] = writeletter(byte & 0xf); in savefile_binwrite() 309 if (bpos >= sizeof(buf)) { in savefile_binwrite() 310 if (savefile_bintextwrite(sf, buf, bpos)) { in savefile_binwrite() 313 bpos = 0; in savefile_binwrite() 316 if (savefile_bintextwrite(sf, buf, bpos)) { in savefile_binwrite()
|
| /netbsd-src/sys/fs/udf/ |
| H A D | udf_allocation.c | 169 uint8_t *bpos; 197 bpos = bitmap->bits + lb_num/8; 202 lb_num, bpos, bit)); 203 KASSERT(bitmap->bits + lb_num/8 == bpos); 204 if (*bpos & bitval) { 212 bpos++; 884 uint8_t *bpos; in udf_bitmap_allocate() local 904 bpos = bitmap->bits + offset/8; in udf_bitmap_allocate() 905 bit = ffs(*bpos); /* returns 0 or 1..8 */ in udf_bitmap_allocate() 918 offset + bit -1, bpos, bi in udf_bitmap_allocate() 940 uint8_t *bpos; udf_bitmap_free() local 989 uint8_t *bpos; udf_bitmap_check_trunc_free() local [all...] |
| H A D | udf_strat_rmw.c | 779 uint32_t bpos; in udf_queuebuf_rmw() local 817 bpos = 0; in udf_queuebuf_rmw() 830 dst = (uint8_t *) buf->b_data + bpos; in udf_queuebuf_rmw() 838 eccline->bufs_bpos[eccsect] = bpos; in udf_queuebuf_rmw() 841 bpos += sector_size; in udf_queuebuf_rmw() 867 bpos = 0; in udf_queuebuf_rmw() 887 src = (uint8_t *) buf->b_data + bpos; in udf_queuebuf_rmw() 897 bpos += sector_size; in udf_queuebuf_rmw() 935 bpos = 0; in udf_queuebuf_rmw() 940 fidblk = (uint8_t *) buf->b_data + bpos; in udf_queuebuf_rmw() [all …]
|
| H A D | udf_strat_direct.c | 244 uint32_t buf_offset, rbuflen, bpos; in udf_queue_buf_direct() local 324 bpos = 0; in udf_queue_buf_direct() 329 fidblk = (uint8_t *) buf->b_data + bpos; in udf_queue_buf_direct() 332 bpos += len; in udf_queue_buf_direct()
|
| H A D | udf_strat_sequential.c | 381 uint32_t sectornr, bpos; in udf_issue_buf() local 459 bpos = 0; in udf_issue_buf() 464 fidblk = (uint8_t *) buf->b_data + bpos; in udf_issue_buf() 467 bpos += len; in udf_issue_buf()
|
| /netbsd-src/sbin/fsck_udf/ |
| H A D | main.c | 330 uint8_t *bpos; in udf_wipe_and_reallocate() local 341 bpos = (uint8_t *) fe->data + l_ea; in udf_wipe_and_reallocate() 347 bpos = (uint8_t *) efe->data + l_ea; in udf_wipe_and_reallocate() 361 memset(bpos, 0, context.sector_size - bpos_start); in udf_wipe_and_reallocate() 364 short_adp = (struct short_ad *) bpos; in udf_wipe_and_reallocate() 369 long_adp = (struct long_ad *) bpos; in udf_wipe_and_reallocate() 615 uint8_t *bpos; in udf_check_if_allocated() local 640 bpos = &dscr->sbd.data[cnt / 8]; in udf_check_if_allocated() 643 if ((*bpos & (1 << bit)) == 0) in udf_check_if_allocated() 758 uint8_t *bpos, *piece; in udf_process_ad() local [all …]
|
| /netbsd-src/sys/fs/nfs/common/ |
| H A D | nfs_common.h | 57 void *nfsm_build_xx(int s, struct mbuf **mb, caddr_t *bpos); 60 (c)nfsm_build_xx((s), &mb, &bpos)
|
| /netbsd-src/sbin/newfs_udf/ |
| H A D | udf_core.c | 1707 uint8_t *bpos; in udf_mark_allocated() local 1732 bpos = &dscr->sbd.data[cnt / 8]; in udf_mark_allocated() 1735 if ((*bpos & (1 << bit))) in udf_mark_allocated() 1737 *bpos &= ~(1<< bit); in udf_mark_allocated() 1763 uint32_t sector_size, blockingnr, bpos; in udf_surface_check() local 1778 for (bpos = 0; bpos < block_bytes; bpos++) in udf_surface_check() 1779 buffer[bpos] = 0x00; in udf_surface_check() 2106 uint8_t *bpos, *data; in udf_append_parentfid() local 2123 bpos = data + l_ea; in udf_append_parentfid() 2124 fid = (struct fileid_desc *) bpos; in udf_append_parentfid() [all …]
|
| /netbsd-src/sys/arch/xen/xen/ |
| H A D | genfb_xen.c | 91 _xen_genfb_btinfo.bpos = d0_consi->u.vesa_lfb.blue_size; in xen_genfb_getbtinfo()
|
| /netbsd-src/sys/arch/x86/x86/ |
| H A D | genfb_machdep.c | 155 ri->ri_bpos = fbinfo->bpos; in x86_genfb_init()
|
| /netbsd-src/sys/arch/x86/include/ |
| H A D | bootinfo.h | 215 uint8_t bpos; member
|
| /netbsd-src/sys/arch/i386/stand/efiboot/ |
| H A D | eficons.c | 478 fb.bpos = 0; in bi_framebuffer() 487 fb.bpos = 16; in bi_framebuffer() 496 &fb.bnum, &fb.bpos); in bi_framebuffer()
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| H A D | vc4_drm.h | 312 __u32 bpoa, bpos; member
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | journal.c | 352 journal_pos_t bpos; /*%< Position before first, */ member 1870 CHECK(journal_find(j, begin_serial, &j->it.bpos)); in dns_journal_iter_init() 1871 INSIST(j->it.bpos.serial == begin_serial); in dns_journal_iter_init() 1877 journal_pos_t pos = j->it.bpos; in dns_journal_iter_init() 1940 CHECK(journal_seek(j, j->it.bpos.offset)); in dns_journal_first_rr() 1941 j->it.current_serial = j->it.bpos.serial; in dns_journal_first_rr()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | journal.c | 351 journal_pos_t bpos; /*%< Position before first, */ member 1869 CHECK(journal_find(j, begin_serial, &j->it.bpos)); in dns_journal_iter_init() 1870 INSIST(j->it.bpos.serial == begin_serial); in dns_journal_iter_init() 1876 journal_pos_t pos = j->it.bpos; in dns_journal_iter_init() 1938 CHECK(journal_seek(j, j->it.bpos.offset)); in dns_journal_first_rr() 1939 j->it.current_serial = j->it.bpos.serial; in dns_journal_first_rr()
|