OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:secbuf
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/vax/vax/
crx.c
146
char
secbuf
[512];
local
186
error = uiomove(
secbuf
, 512, uio);
190
for (cp =
secbuf
, i = 512; --i >= 0;)
225
for (cp =
secbuf
, i = 512; --i >= 0;)
227
error = uiomove(
secbuf
, 512, uio);
/src/sbin/gpt/
restore.c
131
restore_ent(gpt_t gpt, prop_dictionary_t gpt_dict, void *
secbuf
,
169
memcpy((char *)
secbuf
+ gpt->secsz + ((i - 1) * sizeof(ent)),
190
void *
secbuf
= NULL;
local
279
if ((
secbuf
= calloc(gpt_size + 1, gpt->secsz)) == NULL) {
289
if (write(gpt->fd,
secbuf
, gpt->secsz) != (ssize_t)gpt->secsz) {
299
if (write(gpt->fd,
secbuf
, gpt->secsz) != (ssize_t)gpt->secsz) {
305
mbr =
secbuf
;
333
if (restore_ent(gpt, gpt_dict,
secbuf
, gpt_size, entries) == -1)
340
write(gpt->fd, (char *)
secbuf
+ gpt->secsz, len) != (ssize_t) len) {
346
write(gpt->fd, (char *)
secbuf
+ gpt->secsz, len) != (ssize_t) len)
[
all
...]
/src/sys/arch/mac68k/obio/
iwmreg.h
104
unsigned char *
secbuf
; /* ptr to one sector buffer */
member in struct:cylCacheSlot
Completed in 21 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026