Searched refs:c_label (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/sbin/gpt/ |
| D | label.c | 61 const struct gpt_cmd c_label = { variable 68 #define usage() gpt_usage(NULL, &c_label)
|
| D | gpt.h | 151 c_label,
|
| D | main.c | 64 &c_label,
|
| /netbsd/src/sys/dev/raidframe/ |
| D | rf_reconstruct.c | 245 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/ |
| D | c_sh.c | 24 c_label(wp) in c_label() function 885 {"*=:", c_label}, 893 {"+false", c_label}, 902 {"+true", c_label},
|
| D | proto.h | 35 int c_label ARGS((char **));
|
| /netbsd/src/usr.bin/systat/ |
| D | systat.h | 40 void (*c_label)(void); /* label display */ member
|
| D | main.c | 269 (*curmode->c_label)(); in labels()
|
| /netbsd/src/usr.bin/rdist/ |
| D | defs.h | 119 char *c_label; /* label for partial update */ member
|
| D | gram.y | 400 nc->c_label = label; in insert() 429 c->c_label = label; in append()
|
| D | docmd.c | 95 if (c->c_label != NULL && in docmds() 96 strcmp(c->c_label, *cpp) == 0) { in docmds()
|
| /netbsd/src/include/protocols/ |
| D | dumprestore.h | 109 char c_label[LBLSIZE]; /* dump label */ member
|
| /netbsd/src/sbin/dump/ |
| D | main.c | 483 (void)strlcpy(spcl.c_label, labelstr, sizeof(spcl.c_label)); in main()
|
| /netbsd/src/sbin/restore/ |
| D | tape.c | 611 fprintf(stderr, "Label: %s\n", spcl.c_label); in printdumpinfo() 622 fprintf(Mtreefile, "#Label: %s\n", spcl.c_label); in printdumpinfo()
|