HomeSort by: relevance | last modified time | path
    Searched defs:bnum (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
low.c 124 unsigned long bnum; local
127 bnum = 1;
132 if (b_readlb(vol, bnum, &b) < 0)
194 if (bnum >= map.pmMapBlkCnt)
200 ++bnum;
hfs.c 1276 unsigned long bnum, offs, chunk; local
1278 bnum = file->pos / HFS_BLOCKSZ;
1285 if (f_getblock(file, bnum, &b) < 0)
1328 unsigned long bnum, offs, chunk; local
1330 bnum = file->pos / HFS_BLOCKSZ;
1349 if (f_getblock(file, bnum, &b) < 0)
1356 if (f_putblock(file, bnum, &b) < 0)
  /src/external/gpl3/gdb.old/dist/gdb/
reverse.c 237 bookmark_1 (int bnum)
244 if (bnum == -1 || bnum == iter.number)
254 if (bnum > 0 && matched == 0)
255 gdb_printf ("No bookmark #%d\n", bnum);
274 int bnum = parser.get_number (); local
275 bookmark_1 (bnum);
breakpoint.c 1328 int bnum;
1341 bnum = get_number (&p);
1342 if (bnum == 0)
1345 set_breakpoint_condition (bnum, p, from_tty, cc_opts.force_condition);
7499 int bnum, bool have_bnum)
7510 bnum, astr1, astr2);
1326 int bnum; local
  /src/external/gpl3/gdb/dist/gdb/
reverse.c 237 bookmark_1 (int bnum)
244 if (bnum == -1 || bnum == iter.number)
254 if (bnum > 0 && matched == 0)
255 gdb_printf ("No bookmark #%d\n", bnum);
274 int bnum = parser.get_number (); local
275 bookmark_1 (bnum);
breakpoint.c 1335 int bnum;
1348 bnum = get_number (&p);
1349 if (bnum == 0)
1352 set_breakpoint_condition (bnum, p, from_tty, cc_opts.force_condition);
7531 int bnum, bool have_bnum)
7542 bnum, astr1, astr2);
1333 int bnum; local
  /src/tests/lib/libdes/
t_des.c 352 static int bnum = 0; local
357 ret = &(bufs[bnum++][0]);
358 bnum %= 10;
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-break.c 559 int bnum; local
565 bnum = strtol (argv[0], &endptr, 0);
573 b = get_breakpoint (bnum);
575 error (_("breakpoint %d not found."), bnum);
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-break.c 556 int bnum; local
562 bnum = strtol (argv[0], &endptr, 0);
570 b = get_breakpoint (bnum);
572 error (_("breakpoint %d not found."), bnum);
  /src/sys/arch/x86/include/
bootinfo.h 212 uint8_t bnum; member in struct:btinfo_framebuffer
  /src/external/bsd/openldap/dist/tests/progs/
slapd-tester.c 194 int bnum = 0; local
479 bnum = get_search_filters( bfile, bcreds, battrs, breqs, NULL );
480 if ( bnum < 0 ) {
483 bfile, -2*(bnum + 1) );
863 if ( DOREQ( bnum, j ) ) {
864 int jj = j % bnum;
  /src/external/gpl3/gdb.old/dist/sim/erc32/
erc32.c 235 static int32_t bnum, bind = 0; variable
520 anum = aind = bnum = bind = 0;
1084 if (bind < bnum) {
1085 if ((bind + 1) < bnum)
1090 bnum = DO_STDIO_READ(ifd2, bq, UARTBUF);
1092 if (bnum > 0) {
1094 if ((bind + 1) < bnum)
1130 if (bind < bnum) {
1134 bnum = DO_STDIO_READ(ifd2, bq, UARTBUF);
1136 if (bnum > 0)
    [all...]
  /src/external/gpl3/gdb/dist/sim/erc32/
erc32.c 235 static int32_t bnum, bind = 0; variable
520 anum = aind = bnum = bind = 0;
1084 if (bind < bnum) {
1085 if ((bind + 1) < bnum)
1090 bnum = DO_STDIO_READ(ifd2, bq, UARTBUF);
1092 if (bnum > 0) {
1094 if ((bind + 1) < bnum)
1130 if (bind < bnum) {
1134 bnum = DO_STDIO_READ(ifd2, bq, UARTBUF);
1136 if (bnum > 0)
    [all...]

Completed in 44 milliseconds