代码搜索:disk

找到约 10,000 项符合「disk」的源代码

代码结果 10,000
www.eeworm.com/read/209211/4981615

c disk.c

#include "stdinc.h" #include "dat.h" #include "fns.h" #include "error.h" static void diskThread(void *a); enum { QueueSize = 100, /* maximum block to queue */ }; struct Disk { VtLock *lk; int r
www.eeworm.com/read/209211/4982312

c disk.c

#include #include #include #include #include #include #include #include #include #include #include "d
www.eeworm.com/read/209211/4982392

c disk.c

#include "mplot.h" void plotdisc(double xc, double yc, double r){ Point p; int rad; p.x=SCX(xc); p.y=SCY(yc); if (r < 0) rad=SCR(-r); else rad=SCR(r); fillellipse(screen, p, rad, rad, getc
www.eeworm.com/read/209211/4983404

c disk.c

#include "sam.h" static Block *blist; static int tempdisk(void) { char buf[128]; int i, fd; snprint(buf, sizeof buf, "/tmp/X%d.%.4ssam", getpid(), getuser()); for(i='A'; i
www.eeworm.com/read/209211/4983846

h disk.h

typedef struct Disk Disk; /* * Reference to the disk */ struct Disk { Bcache; int nb; /* number of blocks */ int nab; /* number of allocation blocks */ int b2b; /* allocation bits to a block *
www.eeworm.com/read/209211/4983852

c disk.c

#include #include #include "cformat.h" #include "lru.h" #include "bcache.h" #include "disk.h" int icformat(Disk*, ulong); /* * read in the disk structures, return -1 if the format
www.eeworm.com/read/209211/4986295

c disk.c

#include #include #include #include #include static Disk* mkwidth(Disk *disk) { char buf[40]; sprint(buf, "%lld", disk->size); disk->width = strlen(buf);
www.eeworm.com/read/205824/5017346

h disk.h

/* rdesktop: A Remote Desktop Protocol client. Disk Redirection definitions Copyright (C) Jeroen Meijer 2003 Copyright (C) Peter Astrand 2004 This program is free software; yo
www.eeworm.com/read/205824/5017448

c disk.c

/* -*- c-basic-offset: 8 -*- rdesktop: A Remote Desktop Protocol client. Disk Redirection Copyright (C) Jeroen Meijer 2003 This program is free software; you can redistribute it and/
www.eeworm.com/read/205824/5018477

rc disk.rc

/* $Id: disk.rc 21397 2006-03-27 07:38:43Z peterw $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Disk Class Driver\0" #define REACTOS_STR_INTERNAL_NAME "disk\0" #define R