/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)
|
/src/usr.bin/systat/ |
systat.h | 40 void (*c_label)(void); /* label display */ member in struct:mode
|
/src/usr.bin/rdist/ |
defs.h | 119 char *c_label; /* label for partial update */ member in struct:cmd
|
/src/bin/ksh/ |
c_sh.c | 24 c_label(wp) function 885 {"*=:", c_label}, 893 {"+false", c_label}, 902 {"+true", c_label},
|
/src/include/protocols/ |
dumprestore.h | 109 char c_label[LBLSIZE]; /* dump label */ member in struct:u_spcl::s_spcl
|
/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...] |