Searched refs:fsb (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/openbsm/compat/
H A Dflopen.h41 struct stat sb, fsb; local
80 if (fstat(fd, &fsb) == -1) {
87 if (sb.st_dev != fsb.st_dev ||
88 sb.st_ino != fsb.st_ino) {
/freebsd-13-stable/sys/compat/cloudabi/
H A Dcloudabi_fd.c387 cloudabi_fdstat_t fsb = {0}; local
399 fsb.fs_filetype = cloudabi_convert_filetype(fp);
404 fsb.fs_flags |= CLOUDABI_FDFLAG_APPEND;
406 fsb.fs_flags |= CLOUDABI_FDFLAG_NONBLOCK;
408 fsb.fs_flags |= CLOUDABI_FDFLAG_SYNC;
411 convert_capabilities(&fcaps.fc_rights, fsb.fs_filetype,
412 &fsb.fs_rights_base, &fsb.fs_rights_inheriting);
414 return (copyout(&fsb, (void *)uap->buf, sizeof(fsb)));
440 cloudabi_fdstat_t fsb; local
[all...]
/freebsd-13-stable/lib/libutil/
H A Dflopen.c54 struct stat sb, fsb; local
89 if (fstat(fd, &fsb) == -1) {
96 if (sb.st_dev != fsb.st_dev ||
97 sb.st_ino != fsb.st_ino) {
/freebsd-13-stable/sys/x86/cpufreq/
H A Dpowernow.c87 uint8_t fsb; member in struct:pst_header
220 u_int fsb; member in struct:pn_softc
403 sc->pll * (uint64_t) sc->fsb,
416 sc->pll * (uint64_t) sc->fsb,
575 state.freq = 100 * pn7_fid_to_mult[state.fid] * sc->fsb;
581 state.freq = 100 * pn8_fid_to_mult[state.fid] * sc->fsb;
720 sc->sgtc = psb->settlingtime * sc->fsb;
721 if (sc->sgtc < 100 * sc->fsb)
722 sc->sgtc = 100 * sc->fsb;
740 if (abs(sc->fsb
[all...]
/freebsd-13-stable/usr.bin/sort/
H A Dsort.c921 struct stat fsb, rsb; local
938 if (fstat(rsfd, &fsb) != 0)
941 if (!S_ISREG(fsb.st_mode) && !S_ISCHR(fsb.st_mode))
949 if (S_ISREG(fsb.st_mode)) {
950 if (fsb.st_size > (off_t)sizeof(randseed))
952 " %zu)!", (intmax_t)fsb.st_size,
954 else if (fsb.st_size < 1)
960 rd = read(rsfd, randseed, fsb.st_size);
964 if (rd < (ssize_t)fsb
[all...]
/freebsd-13-stable/contrib/sendmail/mail.local/
H A Dmail.local.c987 struct stat fsb; local
1224 else if (fstat(mbfd, &fsb) < 0 ||
1225 fsb.st_nlink != 1 ||
1227 !S_ISREG(fsb.st_mode) ||
1228 sb.st_dev != fsb.st_dev ||
1229 sb.st_ino != fsb.st_ino ||
1231 sb.st_gen != fsb.st_gen ||
1233 sb.st_uid != fsb.st_uid)
1402 sb.st_dev != fsb.st_dev ||
1403 sb.st_ino != fsb
[all...]
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c243 struct zfs_stat fsb, tsb; local
263 MAXPATHLEN, &fsb);
293 fmode = fsb.zs_mode & S_IFMT;
295 if (fmode == S_IFDIR || tmode == S_IFDIR || fsb.zs_links == 0 ||
299 change = tsb.zs_links - fsb.zs_links;
310 print_link_change(fp, di, change, fobjname, &fsb);
313 print_file(fp, di, ZDIFF_REMOVED, fobjname, &fsb);
317 if (fmode != tmode && fsb.zs_gen == tsb.zs_gen)
321 if (fsb.zs_gen == tsb.zs_gen) {
323 if (fsb
[all...]
/freebsd-13-stable/stand/libsa/
H A Dufsread.c77 #define FS_TO_VBA(fs, fsb, off) (fsbtodb(fs, fsb) + \
79 #define FS_TO_VBO(fs, fsb, off) ((off) & VBLKMASK)
/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Drack.c1402 OID_AUTO, "fsb", CTLFLAG_RW,
9609 new_total = acked_amount + rack->r_ctl.fsb.left_to_send;
9615 rack->r_ctl.fsb.left_to_send = new_total;
9616 KASSERT((rack->r_ctl.fsb.left_to_send <= (sbavail(&rack->rc_inp->inp_socket->so_snd) - (tp->snd_max - tp->snd_una))),
9618 rack, rack->r_ctl.fsb.left_to_send,
10050 if ((out + rack->r_ctl.fsb.left_to_send) > tp->snd_wnd) {
10057 rack->r_ctl.fsb.left_to_send = tp->snd_wnd - out;
10058 if (rack->r_ctl.fsb.left_to_send < ctf_fixed_maxseg(tp)) {
11963 rack->r_ctl.fsb.tcp_ip_hdr_len = sizeof(struct ip6_hdr) + sizeof(struct tcphdr);
11964 ip6 = (struct ip6_hdr *)rack->r_ctl.fsb
14873 rack_fo_base_copym(struct mbuf *the_m, uint32_t the_off, int32_t *plen, struct rack_fast_send_blk *fsb, int32_t seglimit, int32_t segsize) argument
[all...]
H A Dtcp_rack.h344 struct rack_fast_send_blk fsb; /* The fast-send block */ member in struct:rack_control
/freebsd-13-stable/sys/ufs/ffs/
H A Dfs.h681 #define fragnum(fs, fsb) /* calculates (fsb % fs->fs_frag) */ \
682 ((fsb) & ((fs)->fs_frag - 1))
683 #define blknum(fs, fsb) /* calculates rounddown(fsb, fs->fs_frag) */ \
684 ((fsb) &~ ((fs)->fs_frag - 1))
/freebsd-13-stable/usr.sbin/mountd/
H A Dmountd.c1135 struct statfs fsb; local
1196 statfs(dirpath, &fsb) < 0) {
1221 ep = ex_search(&fsb.f_fsid, exphead);
1557 struct statfs fsb; local
1639 statfs(cp, &fsb) >= 0) {
1640 if ((fsb.f_flags & MNT_AUTOMOUNTED) != 0)
1668 if (fsidcmp(&ep->ex_fs, &fsb.f_fsid)
1679 ep = ex_search(&fsb.f_fsid, exphead);
1682 ep->ex_fs = fsb.f_fsid;
1683 ep->ex_fsdir = strdup(fsb
3078 do_mount(struct exportlist *ep, struct grouplist *grp, uint64_t exflags, struct expcred *anoncrp, char *dirp, int dirplen, struct statfs *fsb, int numsecflavors, int *secflavors) argument
[all...]
/freebsd-13-stable/sys/xen/interface/arch-x86/hvm/
H A Dsave.h530 uint64_t fsb; /* FSB route, not supported now */ member in struct:hvm_hw_hpet::__anon16037
/freebsd-13-stable/usr.bin/truss/
H A Dsyscalls.c2887 cloudabi_filestat_t fsb; local
2888 if (get_struct(pid, args[sc->offset], &fsb, sizeof(fsb))
2891 xlookup(cloudabi_filetype, fsb.st_filetype),
2892 (uintmax_t)fsb.st_size);

Completed in 291 milliseconds