OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dkcksum
(Results
1 - 25
of
106
) sorted by relevancy
1
2
3
4
5
/src/sbin/disklabel/
dkcksum.h
1
/* $NetBSD:
dkcksum
.h,v 1.6 2013/05/03 16:05:12 matt Exp $ */
3
uint16_t
dkcksum
(const struct disklabel *);
dkcksum.c
1
/* $NetBSD:
dkcksum
.c,v 1.14 2013/05/03 16:05:12 matt Exp $ */
39
static char sccsid[] = "@(#)
dkcksum
.c 8.1 (Berkeley) 6/5/93";
41
__RCSID("$NetBSD:
dkcksum
.c,v 1.14 2013/05/03 16:05:12 matt Exp $");
51
#include "
dkcksum
.h"
54
dkcksum
(const struct disklabel *lp)
function in typeref:typename:uint16_t
Makefile
5
SRCS= main.c
dkcksum
.c interact.c printlabel.c bswap.c
bswap.h
61
#define dkcksum_target(label)
dkcksum
(label)
/src/sbin/apmlabel/
Makefile
7
SRCS= apmlabel.c
dkcksum
.c printlabel.c
/src/sbin/dkscan_bsdlabel/
dkscan_util.h
35
u_int
dkcksum
(struct disklabel *);
dkscan_util.c
52
dkcksum
(struct disklabel *lp)
function in typeref:typename:u_int
/src/sys/arch/atari/stand/installboot/
installboot.h
48
u_int
dkcksum
(struct disklabel *);
/src/sys/arch/x68k/stand/installboot/
Makefile
16
SRCS+=
dkcksum
.c
/src/sbin/mbrlabel/
Makefile
7
SRCS= mbrlabel.c
dkcksum
.c printlabel.c xlat_mbr_fstype.c
/src/sbin/svhlabel/
Makefile
7
SRCS= svhlabel.c
dkcksum
.c printlabel.c
/src/sys/arch/atari/stand/ahdilabel/
cksum.c
39
dkcksum
(struct disklabel *dl)
function in typeref:typename:int
magic.c
60
dkcksum
(dl) == 0) {
privahdi.h
79
int
dkcksum
(struct disklabel *);
/src/usr.sbin/mscdlabel/
Makefile
8
SRCS= main.c
dkcksum
.c iso9660.c
/src/sys/arch/atari/stand/tostools/libtos/
bsdlabel.c
42
static int
dkcksum
PROTO((struct disklabel *));
67
&&
dkcksum
(dl) == 0
82
dkcksum
(struct disklabel *dl)
function in typeref:typename:int
/src/sys/kern/
subr_disklabel.c
75
nlp->d_npartitions > MAXPARTITIONS ||
dkcksum
(nlp) != 0) {
79
nlp->d_npartitions, MAXPARTITIONS,
dkcksum
(nlp));
107
nlp->d_checksum =
dkcksum
(nlp);
/src/distrib/utils/x_disklabel/
Makefile
7
SRCS= main.c
dkcksum
.c printlabel.c
/src/sys/lib/libkern/
dkcksum.c
1
/* $NetBSD:
dkcksum
.c,v 1.1 2021/05/17 08:50:36 mrg Exp $ */
31
* from: NetBSD:
dkcksum
.c,v 1.14 2013/05/03 16:05:12 matt Exp
37
static char sccsid[] = "@(#)
dkcksum
.c 8.1 (Berkeley) 6/5/93";
39
__RCSID("$NetBSD:
dkcksum
.c,v 1.1 2021/05/17 08:50:36 mrg Exp $");
48
dkcksum
(const struct disklabel *lp)
function in typeref:typename:uint16_t
/src/sys/lib/libsa/
disklabel.c
67
dkcksum
(dlp) != 0) {
/src/sbin/newfs_lfs/
Makefile
9
SRCS=
dkcksum
.c make_lfs.c lfs_cksum.c misc.c newfs.c
/src/sys/arch/luna68k/stand/boot/
ufs_disksubr.c
123
dkcksum
(dlp) != 0)
/src/sys/arch/evbppc/evbppc/
disksubr.c
104
dkcksum
(dlp) != 0)
196
dkcksum
(dlp) == 0) {
/src/sys/arch/hp300/hp300/
disksubr.c
98
dkcksum
(dlp) != 0)
141
dkcksum
(dlp) == 0) {
/src/sys/arch/news68k/news68k/
disksubr.c
97
dkcksum
(dlp) != 0)
140
dkcksum
(dlp) == 0) {
Completed in 18 milliseconds
1
2
3
4
5
Indexes created Sun Oct 19 02:09:48 GMT 2025