/src/usr.bin/systat/ |
vmstat.c | 75 static void copyinfo(struct Info *, struct Info *); 247 copyinfo(&s2, &s1); 678 copyinfo(&z, &s1); 685 copyinfo(&s1, &s2); 866 copyinfo(struct Info *from, struct Info *to) function in typeref:typename:void
|
vmstat.c | 75 static void copyinfo(struct Info *, struct Info *); 247 copyinfo(&s2, &s1); 678 copyinfo(&z, &s1); 685 copyinfo(&s1, &s2); 866 copyinfo(struct Info *from, struct Info *to) function in typeref:typename:void
|
/src/usr.sbin/fstyp/ |
hammer2_disk.h | 1136 * NOTE: The copyinfo[] array contains the configuration for both the 1141 * allow HAMMER2 to pick up the others when it checks the copyinfo[] 1222 * An id from the active copies set (up to 8, see copyinfo later on) 1271 * Contains the configuration for up to 256 copyinfo targets. These 1276 /* 1000-8FFF copyinfo config */ 1277 hammer2_volconf_t copyinfo[HAMMER2_COPYID_COUNT]; member in struct:hammer2_volume_data
|
hammer2_disk.h | 1136 * NOTE: The copyinfo[] array contains the configuration for both the 1141 * allow HAMMER2 to pick up the others when it checks the copyinfo[] 1222 * An id from the active copies set (up to 8, see copyinfo later on) 1271 * Contains the configuration for up to 256 copyinfo targets. These 1276 /* 1000-8FFF copyinfo config */ 1277 hammer2_volconf_t copyinfo[HAMMER2_COPYID_COUNT]; member in struct:hammer2_volume_data
|