Home
last modified time | relevance | path

Searched refs:c_label (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sbin/gpt/
H A Dlabel.c61 struct gpt_cmd c_label = { variable
68 #define usage() gpt_usage(NULL, &c_label)
H A Dmain.c64 c_label,
88 &c_label,
/netbsd-src/sys/dev/raidframe/
H A Drf_reconstruct.c245 RF_ComponentLabel_t *c_label; in rf_ReconstructFailedDiskBasic() local
301 c_label = raidget_component_label(raidPtr, col); in rf_ReconstructFailedDiskBasic()
303 raid_init_component_label(raidPtr, c_label); in rf_ReconstructFailedDiskBasic()
304 c_label->row = 0; in rf_ReconstructFailedDiskBasic()
305 c_label->column = col; in rf_ReconstructFailedDiskBasic()
306 c_label->clean = RF_RAID_DIRTY; in rf_ReconstructFailedDiskBasic()
307 c_label->status = rf_ds_optimal; in rf_ReconstructFailedDiskBasic()
308 rf_component_label_set_partitionsize(c_label, in rf_ReconstructFailedDiskBasic()
361 RF_ComponentLabel_t *c_label; in rf_ReconstructInPlace() local
524 c_label = raidget_component_label(raidPtr, col); in rf_ReconstructInPlace()
[all …]
/netbsd-src/bin/ksh/
H A Dc_sh.c24 c_label(wp) in c_label() function
885 {"*=:", c_label},
893 {"+false", c_label},
902 {"+true", c_label},
H A Dproto.h35 int c_label ARGS((char **));
/netbsd-src/usr.bin/systat/
H A Dsystat.h40 void (*c_label)(void); /* label display */ member
H A Dmain.c269 (*curmode->c_label)(); in labels()
/netbsd-src/usr.bin/rdist/
H A Ddefs.h119 char *c_label; /* label for partial update */ member
H A Dgram.y400 nc->c_label = label; in insert()
429 c->c_label = label; in append()
H A Ddocmd.c95 if (c->c_label != NULL && in docmds()
96 strcmp(c->c_label, *cpp) == 0) { in docmds()
/netbsd-src/include/protocols/
H A Ddumprestore.h109 char c_label[LBLSIZE]; /* dump label */ member
/netbsd-src/sbin/dump/
H A Dmain.c483 (void)strlcpy(spcl.c_label, labelstr, sizeof(spcl.c_label)); in main()
/netbsd-src/sbin/restore/
H A Dtape.c611 fprintf(stderr, "Label: %s\n", spcl.c_label); in printdumpinfo()
622 fprintf(Mtreefile, "#Label: %s\n", spcl.c_label); in printdumpinfo()