Searched refs:c_label (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dsystat.h40 void (*c_label)(void); /* label display */ member in struct:mode
H A Dmain.c259 (*curmode->c_label)();
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_copyback.c90 RF_ComponentLabel_t *c_label; local
223 c_label = raidget_component_label(raidPtr, fcol);
224 raid_init_component_label(raidPtr, c_label);
226 c_label->row = 0;
227 c_label->column = fcol;
228 rf_component_label_set_partitionsize(c_label,
H A Drf_reconstruct.c239 RF_ComponentLabel_t *c_label; local
294 c_label = raidget_component_label(raidPtr, scol);
296 raid_init_component_label(raidPtr, c_label);
297 c_label->row = 0;
298 c_label->column = col;
299 c_label->clean = RF_RAID_DIRTY;
300 c_label->status = rf_ds_optimal;
301 rf_component_label_set_partitionsize(c_label,
349 RF_ComponentLabel_t *c_label; local
526 c_label
[all...]
/netbsd-6-1-5-RELEASE/include/protocols/
H A Ddumprestore.h105 char c_label[LBLSIZE]; /* dump label */ member in struct:u_spcl::s_spcl
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Ddefs.h119 char *c_label; /* label for partial update */ member in struct:cmd
H A Dgram.y398 nc->c_label = label;
427 c->c_label = label;
H A Ddocmd.c95 if (c->c_label != NULL &&
96 strcmp(c->c_label, *cpp) == 0) {
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dc_sh.c23 c_label(wp) function
887 {"*=:", c_label},
895 {"+false", c_label},
904 {"+true", c_label},
914 {"extproc", c_label},
H A Dproto.h33 int c_label ARGS((char **));
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dmain.c428 (void)strlcpy(spcl.c_label, labelstr, sizeof(spcl.c_label));
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dtape.c601 fprintf(stderr, "Label: %s\n", spcl.c_label);
612 fprintf(Mtreefile, "#Label: %s\n", spcl.c_label);

Completed in 115 milliseconds