mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
De-__P the man page, but I suspect that we need to freshly import
sys/disklabel.h since the one in here looks a little crunchy.
This commit is contained in:
parent
475df34ac2
commit
34ef9eb5e6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92714
@ -511,19 +511,19 @@ dkunit(dev_t dev)
|
||||
struct buf;
|
||||
struct buf_queue_head;
|
||||
|
||||
int bounds_check_with_label __P((struct buf *bp, struct disklabel *lp,
|
||||
int wlabel));
|
||||
void diskerr __P((struct buf *bp, char *what, int pri, int blkdone,
|
||||
struct disklabel *lp));
|
||||
void disksort __P((struct buf *ap, struct buf *bp));
|
||||
u_int dkcksum __P((struct disklabel *lp));
|
||||
char *readdisklabel __P((dev_t dev, struct disklabel *lp));
|
||||
void bufqdisksort __P((struct buf_queue_head *ap, struct buf *bp));
|
||||
int setdisklabel __P((struct disklabel *olp, struct disklabel *nlp,
|
||||
u_long openmask));
|
||||
int writedisklabel __P((dev_t dev, struct disklabel *lp));
|
||||
int bounds_check_with_label(struct buf *bp, struct disklabel *lp,
|
||||
int wlabel);
|
||||
void diskerr(struct buf *bp, char *what, int pri, int blkdone,
|
||||
struct disklabel *lp);
|
||||
void disksort(struct buf *ap, struct buf *bp);
|
||||
u_int dkcksum struct disklabel *lp);
|
||||
char *readdisklabel(dev_t dev, struct disklabel *lp);
|
||||
void bufqdisksort(struct buf_queue_head *ap, struct buf *bp);
|
||||
int setdisklabel(struct disklabel *olp, struct disklabel *nlp,
|
||||
u_long openmask);
|
||||
int writedisklabel(dev_t dev, struct disklabel *lp);
|
||||
#ifdef __alpha__
|
||||
void alpha_fix_srm_checksum __P((struct buf *bp));
|
||||
void alpha_fix_srm_checksum(struct buf *bp);
|
||||
#endif
|
||||
|
||||
#endif /* _KERNEL */
|
||||
@ -532,7 +532,7 @@ void alpha_fix_srm_checksum __P((struct buf *bp));
|
||||
|
||||
#ifndef _KERNEL
|
||||
__BEGIN_DECLS
|
||||
struct disklabel *getdiskbyname __P((const char *));
|
||||
struct disklabel *getdiskbyname(const char *);
|
||||
__END_DECLS
|
||||
#endif
|
||||
|
||||
|
@ -511,19 +511,19 @@ dkunit(dev_t dev)
|
||||
struct buf;
|
||||
struct buf_queue_head;
|
||||
|
||||
int bounds_check_with_label __P((struct buf *bp, struct disklabel *lp,
|
||||
int wlabel));
|
||||
void diskerr __P((struct buf *bp, char *what, int pri, int blkdone,
|
||||
struct disklabel *lp));
|
||||
void disksort __P((struct buf *ap, struct buf *bp));
|
||||
u_int dkcksum __P((struct disklabel *lp));
|
||||
char *readdisklabel __P((dev_t dev, struct disklabel *lp));
|
||||
void bufqdisksort __P((struct buf_queue_head *ap, struct buf *bp));
|
||||
int setdisklabel __P((struct disklabel *olp, struct disklabel *nlp,
|
||||
u_long openmask));
|
||||
int writedisklabel __P((dev_t dev, struct disklabel *lp));
|
||||
int bounds_check_with_label(struct buf *bp, struct disklabel *lp,
|
||||
int wlabel);
|
||||
void diskerr(struct buf *bp, char *what, int pri, int blkdone,
|
||||
struct disklabel *lp);
|
||||
void disksort(struct buf *ap, struct buf *bp);
|
||||
u_int dkcksum struct disklabel *lp);
|
||||
char *readdisklabel(dev_t dev, struct disklabel *lp);
|
||||
void bufqdisksort(struct buf_queue_head *ap, struct buf *bp);
|
||||
int setdisklabel(struct disklabel *olp, struct disklabel *nlp,
|
||||
u_long openmask);
|
||||
int writedisklabel(dev_t dev, struct disklabel *lp);
|
||||
#ifdef __alpha__
|
||||
void alpha_fix_srm_checksum __P((struct buf *bp));
|
||||
void alpha_fix_srm_checksum(struct buf *bp);
|
||||
#endif
|
||||
|
||||
#endif /* _KERNEL */
|
||||
@ -532,7 +532,7 @@ void alpha_fix_srm_checksum __P((struct buf *bp));
|
||||
|
||||
#ifndef _KERNEL
|
||||
__BEGIN_DECLS
|
||||
struct disklabel *getdiskbyname __P((const char *));
|
||||
struct disklabel *getdiskbyname(const char *);
|
||||
__END_DECLS
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user