Symbol: Buffer
sbin/newfs/mkfs.c
1042
union Buffer buf __aligned(DEV_BSIZE);
sbin/newfs/mkfs.c
113
union Buffer;
sbin/newfs/mkfs.c
114
static int makedir(union Buffer *, struct direct *, int);
sbin/newfs/mkfs.c
1273
makedir(union Buffer *buf, struct direct *protodir, int entries)
sys/arch/arm/acpi/cpu_acpi.c
256
if (lpi->Package.Elements[6].Buffer.Length <
sys/arch/arm/acpi/cpu_acpi.c
260
memcpy(&addr, lpi->Package.Elements[6].Buffer.Pointer +
sys/arch/emips/ebus/flash_ebus.c
1064
static size_t eflash_write_sector(struct eflash_softc *sc, char *Buffer, size_t n,
sys/arch/emips/ebus/flash_ebus.c
1081
if (sc->sc_ops->program_buffer(sc,Offset,(uint16_t*)(Buffer+i),Verify,&nWritten))
sys/arch/emips/ebus/flash_ebus.c
1085
if (sc->sc_ops->program_word(sc,Offset,(uint16_t*)(Buffer+i),Verify,&nWritten))
sys/arch/emips/stand/common/ace.c
485
static int SysAce_read(struct _Sac * Interface, char *Buffer, uint32_t StartSector, uint32_t nBlocks)
sys/arch/emips/stand/common/ace.c
495
Buffer, StartSector, nBlocks));
sys/arch/emips/stand/common/ace.c
547
memcpy(Buffer+i, &Data32, 4);
sys/arch/emips/stand/common/ace.c
564
Buffer += SizeThisTime;
sys/arch/epoc32/stand/e32boot/exe/netbsd.cpp
101
Mem::Copy(phdr, Buffer + ehdr.e_phoff, PhdrSize);
sys/arch/epoc32/stand/e32boot/exe/netbsd.cpp
64
TPtr fileBuf(netbsd->Buffer, size);
sys/arch/epoc32/stand/e32boot/exe/netbsd.cpp
98
Mem::Copy(&ehdr, Buffer, sizeof(ehdr));
sys/arch/epoc32/stand/e32boot/include/netbsd.h
49
TUint8 *GetBuffer(void) { return Buffer; };
sys/arch/epoc32/stand/e32boot/include/netbsd.h
55
TUint8 *Buffer;
sys/arch/epoc32/stand/e32boot/include/netbsd.h
64
ELF(TInt size) { Buffer = new TUint8[size]; };
sys/arch/i386/stand/pxeboot/pxe.c
386
pvbcopy((void *)((gci->Buffer.segment << 4) + gci->Buffer.offset),
sys/arch/i386/stand/pxeboot/pxe.h
382
SEGOFF16_t Buffer;
sys/arch/i386/stand/pxeboot/pxe.h
390
ADDR32_t Buffer;
sys/arch/i386/stand/pxeboot/pxe.h
460
SEGOFF16_t Buffer; /* copy to, leave at 0 for pointer */
sys/arch/x86/acpi/acpi_pdc.c
140
obj.Buffer.Length = sizeof(cap);
sys/arch/x86/acpi/acpi_pdc.c
141
obj.Buffer.Pointer = (void *)cap;
sys/arch/x86/x86/mpacpi.c
701
uint8_t *Buffer;
sys/arch/x86/x86/mpacpi.c
707
for (Buffer = mpr->mpr_buf.Pointer;; Buffer += PrtElement->Length) {
sys/arch/x86/x86/mpacpi.c
708
PrtElement = (ACPI_PCI_ROUTING_TABLE *)Buffer;
sys/dev/acpi/acpi_cppc.c
429
if (obj->Buffer.Length <
sys/dev/acpi/acpi_cppc.c
433
memcpy(&addr, obj->Buffer.Pointer +
sys/dev/acpi/acpi_cppc.c
465
obj->Buffer.Length < sizeof(AML_RESOURCE_GENERIC_REGISTER)) {
sys/dev/acpi/acpi_cppc.c
469
memcpy(&addr, obj->Buffer.Pointer +
sys/dev/acpi/acpi_cpu.c
464
obj[0].Buffer.Length = sizeof(intel_uuid);
sys/dev/acpi/acpi_cpu.c
465
obj[0].Buffer.Pointer = intel_uuid;
sys/dev/acpi/acpi_cpu.c
474
obj[3].Buffer.Length = sizeof(cap);
sys/dev/acpi/acpi_cpu.c
475
obj[3].Buffer.Pointer = (void *)cap;
sys/dev/acpi/acpi_cpu.c
492
if (osc->Buffer.Length != sizeof(cap)) {
sys/dev/acpi/acpi_cpu.c
497
ptr = (uint32_t *)osc->Buffer.Pointer;
sys/dev/acpi/acpi_cpu_cstate.c
308
if (obj->Buffer.Length < sizeof(struct acpicpu_reg)) {
sys/dev/acpi/acpi_cpu_cstate.c
313
reg = (struct acpicpu_reg *)obj->Buffer.Pointer;
sys/dev/acpi/acpi_cpu_pstate.c
429
if (elm[i].Buffer.Length != 8)
sys/dev/acpi/acpi_cpu_pstate.c
450
ps->ps_control = ACPI_GET64(elm[4].Buffer.Pointer);
sys/dev/acpi/acpi_cpu_pstate.c
453
ps->ps_status = ACPI_GET64(elm[5].Buffer.Pointer);
sys/dev/acpi/acpi_cpu_pstate.c
456
ps->ps_control_mask = ACPI_GET64(elm[6].Buffer.Pointer);
sys/dev/acpi/acpi_cpu_pstate.c
459
ps->ps_status_mask = ACPI_GET64(elm[7].Buffer.Pointer);
sys/dev/acpi/acpi_cpu_pstate.c
510
if (size > elm->Buffer.Length) {
sys/dev/acpi/acpi_cpu_pstate.c
515
reg[i] = (struct acpicpu_reg *)elm->Buffer.Pointer;
sys/dev/acpi/acpi_cpu_tstate.c
385
if (size > elm->Buffer.Length) {
sys/dev/acpi/acpi_cpu_tstate.c
390
reg[i] = (struct acpicpu_reg *)elm->Buffer.Pointer;
sys/dev/acpi/acpi_util.c
1197
if (uuid->Buffer.Length == ACPI_UUID_LENGTH &&
sys/dev/acpi/acpi_util.c
1198
memcmp(uuid->Buffer.Pointer, acpi_dsd_uuid, ACPI_UUID_LENGTH) == 0) {
sys/dev/acpi/acpi_util.c
1300
obj[0].Buffer.Length = ACPI_UUID_LENGTH;
sys/dev/acpi/acpi_util.c
1301
obj[0].Buffer.Pointer = uuid;
sys/dev/acpi/acpi_util.c
1382
obj->Buffer.Length <= 8) {
sys/dev/acpi/acpi_util.c
1384
data = (uint8_t *)obj->Buffer.Pointer;
sys/dev/acpi/acpi_util.c
1385
for (n = 0; n < obj->Buffer.Length; n++) {
sys/dev/acpi/acpi_util.c
333
args->propsize = propval->Buffer.Length;
sys/dev/acpi/acpi_util.c
339
memcpy(args->buf, propval->Buffer.Pointer,
sys/dev/acpi/acpica/OsdMisc.c
164
AcpiOsGetLine(char *Buffer, UINT32 BufferLength, UINT32 *BytesRead)
sys/dev/acpi/acpica/OsdMisc.c
169
db_readline(Buffer, 80);
sys/dev/acpi/acpica/OsdMisc.c
170
for (cp = Buffer; *cp != 0; cp++)
sys/dev/acpi/aibs_acpi.c
540
tmp.Buffer.Length = sizeof(cmb);
sys/dev/acpi/aibs_acpi.c
541
tmp.Buffer.Pointer = (uint8_t *)cmb;
sys/dev/acpi/aibs_acpi.c
596
if (obj->Buffer.Length < 8) {
sys/dev/acpi/aibs_acpi.c
601
ret = (uint32_t *)obj->Buffer.Pointer;
sys/dev/acpi/dalb_acpi.c
129
switch (obj->Buffer.Length) {
sys/dev/acpi/dalb_acpi.c
131
sc->sc_usageid = *(uint8_t *)obj->Buffer.Pointer;
sys/dev/acpi/dalb_acpi.c
134
sc->sc_usageid = le16toh(*(uint16_t *)obj->Buffer.Pointer);
sys/dev/acpi/dalb_acpi.c
137
sc->sc_usageid = le32toh(*(uint32_t *)obj->Buffer.Pointer);
sys/dev/acpi/dalb_acpi.c
141
(unsigned long)obj->Buffer.Length);
sys/dev/acpi/ehci_acpi.c
225
if (memcmp(pld->Buffer.Pointer, portpld->Buffer.Pointer,
sys/dev/acpi/ehci_acpi.c
226
pld->Buffer.Length) == 0) {
sys/dev/acpi/fdc_acpi.c
232
if (fde->Buffer.Length < 5 * sizeof(uint32_t)) {
sys/dev/acpi/fdc_acpi.c
235
(unsigned long)(5 * sizeof(uint32_t)), fde->Buffer.Length);
sys/dev/acpi/fdc_acpi.c
239
p = (uint32_t *)fde->Buffer.Pointer;
sys/dev/acpi/smbus_acpi.c
244
info = (struct SMB_INFO *)(e[1].Buffer.Pointer);
sys/dev/acpi/smbus_acpi.c
355
arg[4].Buffer.Pointer = buf;
sys/dev/acpi/smbus_acpi.c
356
arg[4].Buffer.Length = (len < 32) ? len : 32;
sys/dev/acpi/smbus_acpi.c
422
xb = e[2].Buffer.Pointer;
sys/dev/acpi/wmi/wmi_acpi.c
200
len = obj->Buffer.Length;
sys/dev/acpi/wmi/wmi_acpi.c
235
n = obj->Buffer.Length / siz;
sys/dev/acpi/wmi/wmi_acpi.c
242
(void)memcpy(&wmi->guid, obj->Buffer.Pointer + offset, siz);
sys/dev/acpi/wmi/wmi_acpi.c
734
obj[1].Buffer.Length = ibuf->Length;
sys/dev/acpi/wmi/wmi_acpi.c
735
obj[1].Buffer.Pointer = ibuf->Pointer;
sys/dev/acpi/wmi/wmi_acpi.c
777
obj[2].Buffer.Length = ibuf->Length;
sys/dev/acpi/wmi/wmi_acpi.c
778
obj[2].Buffer.Pointer = ibuf->Pointer;
sys/dev/acpi/wmi/wmi_dell.c
161
if (obj->Buffer.Length != 128) {
sys/dev/acpi/wmi/wmi_dell.c
163
obj->Buffer.Length);
sys/dev/acpi/wmi/wmi_dell.c
164
if (obj->Buffer.Length < 16) {
sys/dev/acpi/wmi/wmi_dell.c
169
data = (uint32_t *)obj->Buffer.Pointer;
sys/dev/acpi/wmi/wmi_dell.c
310
data = (void *)(&obj->Buffer.Pointer[0]);
sys/dev/acpi/wmi/wmi_dell.c
311
end = (void *)(&obj->Buffer.Pointer[obj->Buffer.Length]);
sys/dev/acpi/wmi/wmi_dell.c
314
obj->Buffer.Length));
sys/dev/acpi/wmi/wmi_hp.c
297
if (obj->Buffer.Length != 8) {
sys/dev/acpi/wmi/wmi_hp.c
302
val = *((uint8_t *)obj->Buffer.Pointer);
sys/dev/acpi/wmi/wmi_hp.c
415
val = (uint32_t *)obj->Buffer.Pointer;
sys/dev/ic/mpt_mpilib.h
3964
CMD_BUFFER_DESCRIPTOR Buffer[1]; /* 0Ch */
tests/usr.bin/indent/lsym_rparen_or_rbracket.c
64
char *Buf_DoneData(Buffer *) MAKE_ATTR_USE;
usr.bin/make/arch.c
173
Buffer buf;
usr.bin/make/buf.c
109
Buf_AddRange(Buffer *buf, const char *start, const char *end)
usr.bin/make/buf.c
116
Buf_AddStr(Buffer *buf, const char *str)
usr.bin/make/buf.c
123
Buf_AddInt(Buffer *buf, int n)
usr.bin/make/buf.c
132
Buf_AddFlag(Buffer *buf, bool flag, const char *name)
usr.bin/make/buf.c
143
Buf_InitSize(Buffer *buf, size_t cap)
usr.bin/make/buf.c
152
Buf_Init(Buffer *buf)
usr.bin/make/buf.c
162
Buf_Done(Buffer *buf)
usr.bin/make/buf.c
178
Buf_DoneData(Buffer *buf)
usr.bin/make/buf.c
82
Buf_Expand(Buffer *buf)
usr.bin/make/buf.c
90
Buf_AddBytes(Buffer *buf, const char *bytes, size_t bytes_len)
usr.bin/make/buf.h
101
Buf_AddByte(Buffer *buf, char byte)
usr.bin/make/buf.h
113
Buf_EndsWith(const Buffer *buf, char ch)
usr.bin/make/buf.h
118
void Buf_AddBytes(Buffer *, const char *, size_t);
usr.bin/make/buf.h
119
void Buf_AddRange(Buffer *, const char *, const char *);
usr.bin/make/buf.h
120
void Buf_AddStr(Buffer *, const char *);
usr.bin/make/buf.h
121
void Buf_AddInt(Buffer *, int);
usr.bin/make/buf.h
122
void Buf_AddFlag(Buffer *, bool, const char *);
usr.bin/make/buf.h
123
void Buf_Init(Buffer *);
usr.bin/make/buf.h
124
void Buf_InitSize(Buffer *, size_t);
usr.bin/make/buf.h
125
void Buf_Done(Buffer *);
usr.bin/make/buf.h
126
char *Buf_DoneData(Buffer *) MAKE_ATTR_USE;
usr.bin/make/buf.h
89
void Buf_Expand(Buffer *);
usr.bin/make/buf.h
93
Buf_Clear(Buffer *buf)
usr.bin/make/cond.c
204
Buffer word;
usr.bin/make/cond.c
381
Buffer *buf, FStr *out_str)
usr.bin/make/cond.c
421
Buffer buf;
usr.bin/make/dir.c
1563
Buffer buf;
usr.bin/make/for.c
123
Buffer buf;
usr.bin/make/for.c
335
AddEscaped(Buffer *body, Substring item, char endc)
usr.bin/make/for.c
370
ForLoop_SubstVarLong(ForLoop *f, unsigned firstItem, Buffer *body,
usr.bin/make/for.c
405
ForLoop_SubstVarShort(ForLoop *f, unsigned firstItem, Buffer *body,
usr.bin/make/for.c
449
ForLoop_SubstBody(ForLoop *f, unsigned firstItem, Buffer *body)
usr.bin/make/for.c
479
For_NextIteration(ForLoop *f, Buffer *body)
usr.bin/make/for.c
506
Buffer buf;
usr.bin/make/for.c
67
Buffer body; /* Unexpanded body of the loop */
usr.bin/make/main.c
1761
Buffer buf; /* buffer to store the result */
usr.bin/make/main.c
1824
Buffer errBuf;
usr.bin/make/make.c
136
Buffer buf;
usr.bin/make/make.c
180
Buffer buf;
usr.bin/make/make.h
1071
bool EvalStack_Details(Buffer *buf) MAKE_ATTR_USE;
usr.bin/make/make.h
852
bool For_NextIteration(struct ForLoop *, Buffer *);
usr.bin/make/make.h
895
void Parse_PushInput(const char *, unsigned, unsigned, Buffer,
usr.bin/make/parse.c
1301
Buffer buf;
usr.bin/make/parse.c
132
Buffer buf; /* the file's content or the body of the .for
usr.bin/make/parse.c
2165
Buffer buf, struct ForLoop *forLoop)
usr.bin/make/parse.c
2920
Buffer buf;
usr.bin/make/parse.c
346
static Buffer
usr.bin/make/parse.c
350
Buffer buf;
usr.bin/make/parse.c
413
Buffer buffer, *buf = &buffer;
usr.bin/make/suff.c
2080
Buffer buf;
usr.bin/make/suff.c
2134
Buffer buf;
usr.bin/make/var.c
164
Buffer val;
usr.bin/make/var.c
1802
Buffer buf;
usr.bin/make/var.c
254
Buffer buf;
usr.bin/make/var.c
2682
Buffer buf;
usr.bin/make/var.c
3311
Buffer buf;
usr.bin/make/var.c
378
EvalStack_Details(Buffer *buf)
usr.bin/make/var.c
4774
VarSubstDollarDollar(const char **pp, Buffer *res, VarEvalMode emode)
usr.bin/make/var.c
4784
VarSubstExpr(const char **pp, Buffer *buf, GNode *scope, VarEvalMode emode)
usr.bin/make/var.c
4820
VarSubstPlain(const char **pp, Buffer *res)
usr.bin/make/var.c
4845
Buffer res;