Man Page: disklabel_scan
Operating Environment: netbsd
Section: 3
DISKLABEL_SCAN(3) BSD Library Functions Manual DISKLABEL_SCAN(3)NAMEdisklabel_scan -- scan a buffer for a valid disklabelLIBRARYSystem Utilities Library (libutil, -lutil)SYNOPSIS#include <util.h> int disklabel_scan(struct disklabel *lp, char *buf, size_t buflen);DESCRIPTIONdisklabel_scan() scans the memory region specified by buf and buflen for a valid disklabel. If such a label is found, it is copied into lp.RETURN VALUESThe disklabel_scan() function returns 0 if a valid disklabel was found and 1 if not.HISTORYThe disklabel_scan() function call appeared in NetBSD 2.0.BSDMay 4, 2010 BSD
| Related Man Pages |
|---|
| libutil(3) - netbsd |
| setdisktab(3) - netbsd |
| util(3) - netbsd |
| newfs_sysvbfs(8) - netbsd |
| readdisklabel(9) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| NetBSD 6.1.2: apm and admd not found |
| Make bold chars in UNIX |
| Adding a List of Times |
| Grandpa returning to UNIX |