Searched refs:bhead (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | rcsrev.c | 536 register struct branchhead const *bhead; local 542 bhead = bpoint->branches; 545 if (!bhead) { 556 while (0 < (result=cmpnumfld(revno,bhead->hsh->num,field))) { 557 bhead = bhead->nextbranch; 558 if (!bhead) { 573 next = bhead->hsh; 588 next = bhead->hsh; 651 bhead = trail->branches;
|
| H A D | ci.c | 994 struct branchhead *bhead, **btrail; local 1014 bhead=branchpoint->branches; 1015 while (bhead->nextbranch) bhead=bhead->nextbranch; 1016 bhead->nextbranch = &newbranch; 1018 getbranchno(bhead->hsh->num, &branchnum);
|
| /netbsd-src/usr.sbin/sysinst/arch/i386/ |
| H A D | md.c | 110 int bcyl = 0, bhead = 0, bsec = 0, res; in md_get_info() local 135 if (get_bios_info(pm->diskdev, pm->parts, &bcyl, &bhead, &bsec) in md_get_info() 138 bcyl, bhead, bsec); in md_get_info() 711 int *bhead, int *bsec) in get_bios_info() argument 786 *bhead = head; in get_bios_info() 789 set_bios_geom(parts, bcyl, bhead, bsec); in get_bios_info() 792 *bhead = biosdisk->bi_head; in get_bios_info()
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | mbr.c | 356 int bsec, bhead, bcyl; in set_bios_geom() local 373 bhead = atoi(res); in set_bios_geom() 374 } while (bhead <= 0 || bhead > MAXHEAD); in set_bios_geom() 376 bcyl = s / bsec / bhead; in set_bios_geom() 377 if (s != bcyl * bsec * bhead) in set_bios_geom() 381 pm->max_chs = (unsigned long)bcyl * bhead * bsec; in set_bios_geom() 382 pm->current_cylsize = bhead * bsec; in set_bios_geom() 383 parts->pscheme->change_disk_geom(parts, bcyl, bhead, bsec); in set_bios_geom() 385 *head = bhead; in set_bios_geom() 670 int bhead, int bcyl) in write_mbr() argument [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/ |
| H A D | cvs.texinfo | 8711 @c and ".bhead" for the head of the current branch. 8716 @c "Tags"). Of course, .thead and .bhead should be
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/ |
| H A D | cvs.texinfo | 13543 @c and ".bhead" for the head of the current branch. 13548 @c "Tags"). Of course, .thead and .bhead should be
|