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

  /src/sys/arch/sgimips/stand/sgivol/
sgivol.c 269 * Compare the name in `slot' of voldir to `b'. Be careful, as the
270 * name in voldir need not be nul-terminated and `b' may be longer
284 cmp = strncmp(volhdr->voldir[slot].name, b,
285 sizeof(volhdr->voldir[slot].name));
287 return cmp == 0 && strlen(b) <= sizeof(volhdr->voldir[slot].name);
313 if (volhdr->voldir[i].name[0])
316 volhdr->voldir[i].name,
317 be32toh(volhdr->voldir[i].block),
318 be32toh(volhdr->voldir[i].bytes),
319 (be32toh(volhdr->voldir[i].bytes) + 511) / 512)
    [all...]
  /src/sbin/svhlabel/
svhlabel.c 265 BE32TOH(vh->voldir[i].block);
266 BE32TOH(vh->voldir[i].bytes);
  /src/sys/sys/
bootblock.h 1356 } voldir[SGI_BOOT_BLOCK_MAXVOLDIRS]; member in struct:sgi_boot_block

Completed in 13 milliseconds