Home
last modified time | relevance | path

Searched refs:bnum (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dhdisk.pl35 $bnum, $pmParType, $drVN, $pmPyPartStart, $pmPartBlkCnt
40 $bnum = 1;
43 seek(DISK, 512 * $bnum, 0) || die "seek: $!\n";
63 } while ($bnum++ < $pmMapBlkCnt);
/openbsd/usr.bin/cvs/
H A Dannotate.c159 RCSNUM *bnum, *rev; in cvs_annotate_local() local
194 bnum = rev; in cvs_annotate_local()
196 bnum = rcsnum_alloc(); in cvs_annotate_local()
197 rcsnum_cpy(rev, bnum, 2); in cvs_annotate_local()
200 rcs_rev_getlines(cf->file_rcs, bnum, &alines); in cvs_annotate_local()
206 if (bnum != rev) { in cvs_annotate_local()
208 free(bnum); in cvs_annotate_local()
H A Drcs.c1727 RCSNUM *tnum, *bnum; in rcs_rev_getlines() local
1746 bnum = rcsnum_alloc(); in rcs_rev_getlines()
1778 free(bnum); in rcs_rev_getlines()
1835 free(bnum); in rcs_rev_getlines()
1867 free(bnum); in rcs_rev_getlines()
1898 if (bnum != tnum) in rcs_rev_getlines()
1899 free(bnum); in rcs_rev_getlines()
1909 RCSNUM *bnum; in rcs_annotate_getlines() local
1923 bnum = rcsnum_alloc(); in rcs_annotate_getlines()
1996 if (bnum != frev) in rcs_annotate_getlines()
[all …]
/openbsd/regress/lib/libcrypto/idea/
H A Dideatest.c207 static int bnum=0; in pt() local
212 ret= &(bufs[bnum++][0]); in pt()
213 bnum%=10; in pt()
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dlow.c124 unsigned long bnum; in l_readpm() local
127 bnum = 1; in l_readpm()
132 if (b_readlb(vol, bnum, &b) < 0) in l_readpm()
194 if (bnum >= map.pmMapBlkCnt) in l_readpm()
200 ++bnum; in l_readpm()
H A Dhfs.c1276 unsigned long bnum, offs, chunk; in hfs_read() local
1278 bnum = file->pos / HFS_BLOCKSZ; in hfs_read()
1285 if (f_getblock(file, bnum, &b) < 0) in hfs_read()
1328 unsigned long bnum, offs, chunk; in hfs_write() local
1330 bnum = file->pos / HFS_BLOCKSZ; in hfs_write()
1349 if (f_getblock(file, bnum, &b) < 0) in hfs_write()
1356 if (f_putblock(file, bnum, &b) < 0) in hfs_write()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdb.h49 enum gdb_rc gdb_breakpoint_query (struct ui_out *uiout, int bnum);
H A Dbreakpoint.c536 int bnum; in condition_command() local
543 if (bnum == 0) in condition_command()
590 int bnum; in commands_command() local
610 bnum); in commands_command()
3594 int bnum; member
3618 args.bnum = bnum; in gdb_breakpoint_query()
3661 if (bnum == -1 in breakpoint_1()
3708 if (bnum == -1 in breakpoint_1()
3725 bnum); in breakpoint_1()
3743 int bnum = -1; in breakpoints_info() local
[all …]
/openbsd/sys/dev/fdt/
H A Dsimplefb.c42 int bpos, bnum; member
231 ri->ri_bnum = fmt->bnum; in simplefb_init()
/openbsd/regress/lib/libcrypto/des/
H A Ddestest.c771 static int bnum=0; in pt() local
776 ret= &(bufs[bnum++][0]); in pt()
777 bnum%=10; in pt()
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dgdb.texinfo3139 @item condition @var{bnum} @var{expression}
3141 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3142 breakpoint @var{bnum} stops your program only if the value of
3160 @item condition @var{bnum}
3161 Remove the condition from breakpoint number @var{bnum}. It becomes
3179 @item ignore @var{bnum} @var{count}
3180 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3218 @item commands @r{[}@var{bnum}@r{]}
3221 Specify a list of commands for breakpoint number @var{bnum}. The commands
3228 With no @var{bnum} argument, @code{commands} refers to the last