代码搜索:dump
找到约 8,160 项符合「dump」的源代码
代码结果 8,160
www.eeworm.com/read/161845/5549624
c dump_sockettab.c
/*
* Roadrunner/pk
* Copyright (C) 1989-2002 Cornfed Systems, Inc.
*
* The Roadrunner/pk operating system is free software; you can
* redistribute and/or modify it under the terms of the G
www.eeworm.com/read/161845/5549625
c dump_netiftab.c
/*
* Roadrunner/pk
* Copyright (C) 1989-2001 Cornfed Systems, Inc.
*
* The Roadrunner/pk operating system is free software; you can
* redistribute and/or modify it under the terms of the G
www.eeworm.com/read/161845/5549626
c dump_vm.c
/*
* Roadrunner/pk
* Copyright (C) 1989-2001 Cornfed Systems, Inc.
*
* The Roadrunner/pk operating system is free software; you can
* redistribute and/or modify it under the terms of the
www.eeworm.com/read/161845/5549628
c dump_blks.c
#include
#include
#include
#include
void
dump_blks(char *s)
{
disable;
sprintf(s, "%d\n", blkpool.nblks);
enable;
}
www.eeworm.com/read/161845/5549632
c dump_proctab.c
/*
* Roadrunner/pk
* Copyright (C) 1989-2002 Cornfed Systems, Inc.
*
* The Roadrunner/pk operating system is free software; you can
* redistribute and/or modify it under the terms of the G
www.eeworm.com/read/161845/5549636
c dump_bufs.c
#include
#include
#include
#include
void
dump_bufs(char *s)
{
disable;
sprintf(s, "%d\n", bufpool.nbufs);
enable;
}
www.eeworm.com/read/161845/5549638
c dump_tcbtab.c
/*
* Roadrunner/pk
* Copyright (C) 1989-2001 Cornfed Systems, Inc.
*
* The Roadrunner/pk operating system is free software; you can
* redistribute and/or modify it under the terms of the G
www.eeworm.com/read/161845/5549641
c dump_arptab.c
/*
* Roadrunner/pk
* Copyright (C) 1989-2001 Cornfed Systems, Inc.
*
* The Roadrunner/pk operating system is free software; you can
* redistribute and/or modify it under the terms of the G
www.eeworm.com/read/161121/5555473
c dump_tlb.c
/*
* Dump R4x00 TLB for debugging purposes.
*
* Copyright (C) 1994, 1995 by Waldorf Electronics, written by Ralf Baechle.
* Copyright (C) 1999 by Silicon Graphics, Inc.
*/
#include
www.eeworm.com/read/161121/5557722
c dump_tlb.c
/*
* Dump R4x00 TLB for debugging purposes.
*
* Copyright (C) 1994, 1995 by Waldorf Electronics, written by Ralf Baechle.
* Copyright (C) 1999 by Silicon Graphics, Inc.
*/
#include