Searched refs:addpart (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/quotacheck/ |
H A D | preen.c | 75 static void addpart(struct fstab *, struct quotafile *, struct quotafile *); 127 addpart(fs, qfu, qfg); in checkfstab() 245 addpart(struct fstab *fs, struct quotafile *qfu, struct quotafile *qfg) in addpart() function
|
/freebsd/sbin/fsck/ |
H A D | preen.c | 73 static void addpart(const char *, const char *, const char *, const int); 137 addpart(fs->fs_vfstype, name, fs->fs_file, in checkfstab() 296 addpart(const char *type, const char *dev, const char *mntpt, const int failok) in addpart() function
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 4892 uint64_t resid_bw, subpart = 0, addpart = 0, srtt; in rack_do_goodput_measurement() local 5079 addpart = rack->r_ctl.num_measurements; in rack_do_goodput_measurement() 5140 addpart = bytes_ps * utim; in rack_do_goodput_measurement() 5141 addpart /= (srtt * 8); in rack_do_goodput_measurement() 5154 addpart = bytes_ps / 2; in rack_do_goodput_measurement() 5157 rack_log_gp_calc(rack, addpart, subpart, srtt, bytes_ps, utim, meth, __LINE__); in rack_do_goodput_measurement() 5159 rack->r_ctl.gp_bw = resid_bw + addpart; in rack_do_goodput_measurement() 5173 addpart = bytes_ps * utim; in rack_do_goodput_measurement() 5174 addpart /= (srtt * rack_wma_divisor); in rack_do_goodput_measurement() 5183 addpart = bytes_ps / rack_wma_divisor; in rack_do_goodput_measurement() [all …]
|