HomeSort by: relevance | last modified time | path
    Searched refs:c_label (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/systat/
systat.h 40 void (*c_label)(void); /* label display */ member in struct:mode
main.c 269 (*curmode->c_label)();
  /src/sbin/gpt/
label.c 61 const struct gpt_cmd c_label = { variable in typeref:typename:const struct gpt_cmd
68 #define usage() gpt_usage(NULL, &c_label)
gpt.h 151 c_label,
main.c 64 &c_label,
  /src/include/protocols/
dumprestore.h 109 char c_label[LBLSIZE]; /* dump label */ member in struct:u_spcl::s_spcl
  /src/usr.bin/rdist/
defs.h 119 char *c_label; /* label for partial update */ member in struct:cmd
gram.y 400 nc->c_label = label;
429 c->c_label = label;
docmd.c 95 if (c->c_label != NULL &&
96 strcmp(c->c_label, *cpp) == 0) {
  /src/sys/dev/raidframe/
rf_reconstruct.c 245 RF_ComponentLabel_t *c_label; local in function:rf_ReconstructFailedDiskBasic
301 c_label = raidget_component_label(raidPtr, col);
303 raid_init_component_label(raidPtr, c_label);
304 c_label->row = 0;
305 c_label->column = col;
306 c_label->clean = RF_RAID_DIRTY;
307 c_label->status = rf_ds_optimal;
308 rf_component_label_set_partitionsize(c_label,
361 RF_ComponentLabel_t *c_label; local in function:rf_ReconstructInPlace
524 c_label = raidget_component_label(raidPtr, col)
    [all...]
  /src/bin/ksh/
c_sh.c 24 c_label(wp) function
885 {"*=:", c_label},
893 {"+false", c_label},
902 {"+true", c_label},
proto.h 35 int c_label ARGS((char **));
  /src/sbin/dump/
main.c 483 (void)strlcpy(spcl.c_label, labelstr, sizeof(spcl.c_label));
  /src/sbin/restore/
tape.c 611 fprintf(stderr, "Label: %s\n", spcl.c_label);
622 fprintf(Mtreefile, "#Label: %s\n", spcl.c_label);

Completed in 18 milliseconds