Home
last modified time | relevance | path

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

/netbsd/src/sbin/gpt/
Dlabel.c61 const struct gpt_cmd c_label = { variable
68 #define usage() gpt_usage(NULL, &c_label)
Dgpt.h151 c_label,
Dmain.c64 &c_label,
/netbsd/src/sys/dev/raidframe/
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/
Dc_sh.c24 c_label(wp) in c_label() function
885 {"*=:", c_label},
893 {"+false", c_label},
902 {"+true", c_label},
Dproto.h35 int c_label ARGS((char **));
/netbsd/src/usr.bin/systat/
Dsystat.h40 void (*c_label)(void); /* label display */ member
Dmain.c269 (*curmode->c_label)(); in labels()
/netbsd/src/usr.bin/rdist/
Ddefs.h119 char *c_label; /* label for partial update */ member
Dgram.y400 nc->c_label = label; in insert()
429 c->c_label = label; in append()
Ddocmd.c95 if (c->c_label != NULL && in docmds()
96 strcmp(c->c_label, *cpp) == 0) { in docmds()
/netbsd/src/include/protocols/
Ddumprestore.h109 char c_label[LBLSIZE]; /* dump label */ member
/netbsd/src/sbin/dump/
Dmain.c483 (void)strlcpy(spcl.c_label, labelstr, sizeof(spcl.c_label)); in main()
/netbsd/src/sbin/restore/
Dtape.c611 fprintf(stderr, "Label: %s\n", spcl.c_label); in printdumpinfo()
622 fprintf(Mtreefile, "#Label: %s\n", spcl.c_label); in printdumpinfo()