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

  /src/sys/arch/vax/vax/
crx.c 146 char secbuf[512]; local in function:crxrw
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 128 restore_ent(gpt_t gpt, prop_dictionary_t gpt_dict, void *secbuf,
166 memcpy((char *)secbuf + gpt->secsz + ((i - 1) * sizeof(ent)),
187 void *secbuf = NULL; local in function:restore
276 if ((secbuf = calloc(gpt_size + 1, gpt->secsz)) == NULL) {
286 if (write(gpt->fd, secbuf, gpt->secsz) != (ssize_t)gpt->secsz) {
296 if (write(gpt->fd, secbuf, gpt->secsz) != (ssize_t)gpt->secsz) {
302 mbr = secbuf;
330 if (restore_ent(gpt, gpt_dict, secbuf, gpt_size, entries) == -1)
337 write(gpt->fd, (char *)secbuf + gpt->secsz, len) != (ssize_t) len) {
343 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 14 milliseconds