| /dragonfly/usr.bin/fstat/ |
| HD | fstat.c | 469 struct filestat fst; in vtrans() local 476 fst.offset = off; in vtrans() 490 if (!hammer_filestat(&vn, &fst)) in vtrans() 494 if (!hammer2_filestat(&vn, &fst)) in vtrans() 498 if (!tmpfs_filestat(&vn, &fst)) in vtrans() 502 if (!ufs_filestat(&vn, &fst)) in vtrans() 506 if (!ufs_filestat(&vn, &fst)) in vtrans() 510 if (!nfs_filestat(&vn, &fst)) in vtrans() 514 if (!ntfs_filestat(&vn, &fst)) in vtrans() 518 if (!ext2fs_filestat(&vn, &fst)) in vtrans() [all …]
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | remote-fileio.c | 426 remote_fileio_to_fio_stat (struct stat *st, struct fio_stat *fst) in remote_fileio_to_fio_stat() argument 431 remote_fileio_to_fio_uint ((long) st->st_ino, fst->fst_ino); in remote_fileio_to_fio_stat() 432 remote_fileio_to_fio_mode (st->st_mode, fst->fst_mode); in remote_fileio_to_fio_stat() 433 remote_fileio_to_fio_uint ((long) st->st_nlink, fst->fst_nlink); in remote_fileio_to_fio_stat() 434 remote_fileio_to_fio_uint ((long) st->st_uid, fst->fst_uid); in remote_fileio_to_fio_stat() 435 remote_fileio_to_fio_uint ((long) st->st_gid, fst->fst_gid); in remote_fileio_to_fio_stat() 436 remote_fileio_to_fio_uint ((long) st->st_rdev, fst->fst_rdev); in remote_fileio_to_fio_stat() 437 remote_fileio_to_fio_ulong ((LONGEST) st->st_size, fst->fst_size); in remote_fileio_to_fio_stat() 443 remote_fileio_to_fio_ulong (blksize, fst->fst_blksize); in remote_fileio_to_fio_stat() 445 remote_fileio_to_fio_ulong ((LONGEST) st->st_blocks, fst->fst_blocks); in remote_fileio_to_fio_stat() [all …]
|
| /dragonfly/usr.bin/quota/ |
| HD | quota.c | 436 struct statfs *fst; in getprivs() local 441 nfst = getmntinfo(&fst, MNT_NOWAIT); in getprivs() 451 if (strcmp(fst[i].f_fstypename, "nfs") == 0) { in getprivs() 454 if (getnfsquota(&fst[i], qup, id, quotatype) in getprivs() 457 } else if (strcmp(fst[i].f_fstypename, "ufs") == 0) { in getprivs() 466 if ((fs = getfsspec(fst[i].f_mntfromname)) == NULL) in getprivs() 472 strcpy(qup->fsname, fst[i].f_mntonname); in getprivs() 559 getnfsquota(struct statfs *fst, struct quotause *qup, long id, int quotatype) in getnfsquota() argument 567 if (fst->f_flags & MNT_LOCAL) in getnfsquota() 579 cp = strchr(fst->f_mntfromname, ':'); in getnfsquota() [all …]
|
| /dragonfly/contrib/wpa_supplicant/src/ap/ |
| HD | utils.c | 61 if (ohapd->iface->fst && in prune_associations() 62 data->hapd->iface->fst && in prune_associations() 63 fst_are_ifaces_aggregated(ohapd->iface->fst, in prune_associations() 64 data->hapd->iface->fst)) in prune_associations()
|
| HD | hostapd.c | 2035 iface->fst = fst_attach(hapd->conf->iface, hapd->own_addr, in hostapd_setup_interface_complete_sync() 2037 if (!iface->fst) { in hostapd_setup_interface_complete_sync() 2067 if (iface->fst) { in hostapd_setup_interface_complete_sync() 2068 fst_detach(iface->fst); in hostapd_setup_interface_complete_sync() 2069 iface->fst = NULL; in hostapd_setup_interface_complete_sync() 2279 if (iface->fst) { in hostapd_interface_deinit() 2280 fst_detach(iface->fst); in hostapd_interface_deinit() 2281 iface->fst = NULL; in hostapd_interface_deinit()
|
| HD | sta_info.c | 1295 if (hapd->iface->fst) { in ap_sta_set_authorized() 1297 fst_notify_peer_connected(hapd->iface->fst, sta->addr); in ap_sta_set_authorized() 1299 fst_notify_peer_disconnected(hapd->iface->fst, in ap_sta_set_authorized()
|
| HD | hostapd.h | 444 struct fst_iface *fst; member
|
| HD | drv_callbacks.c | 252 if (hapd->iface->fst) in hostapd_notif_assoc() 1180 if (mgmt->u.action.category == WLAN_ACTION_FST && hapd->iface->fst) { in hostapd_action_rx() 1181 fst_rx_action(hapd->iface->fst, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
|
| HD | ieee802_11.c | 3267 if (hapd->iface->fst) in check_assoc_ies() 4485 if (hapd->iface->fst) in handle_action() 4486 fst_rx_action(hapd->iface->fst, mgmt, len); in handle_action()
|
| /dragonfly/sys/crypto/rijndael/ |
| HD | Makefile | 5 SRCS= ${PROG}.c rijndael-alg-fst.c rijndael-api-fst.c
|
| /dragonfly/sbin/mount_ufs/ |
| HD | mount.c | 678 struct fstab *fst; in putfsent() local 692 if ((fst = getfsspec(ent->f_mntfromname))) in putfsent() 693 printf("\t%u %u\n", fst->fs_freq, fst->fs_passno); in putfsent() 694 else if ((fst = getfsfile(ent->f_mntonname))) in putfsent() 695 printf("\t%u %u\n", fst->fs_freq, fst->fs_passno); in putfsent()
|
| /dragonfly/contrib/openbsd_libm/arch/amd64/ |
| HD | e_exp.S | 72 fst %st(1) 74 fst %st(2)
|
| /dragonfly/sbin/mount/ |
| HD | mount.c | 721 struct fstab *fst; in putfsent() local 735 if ((fst = getfsspec(ent->f_mntfromname))) in putfsent() 736 printf("\t%u %u\n", fst->fs_freq, fst->fs_passno); in putfsent() 737 else if ((fst = getfsfile(ent->f_mntonname))) in putfsent() 738 printf("\t%u %u\n", fst->fs_freq, fst->fs_passno); in putfsent()
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | openfst | 7 >&0 pstring/l x \b, fst type: %s
|
| /dragonfly/sys/crypto/ |
| HD | Makefile | 36 SRCS+= rijndael-alg-fst.c rijndael-api.c
|
| /dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
| HD | notify.c | 95 if (wpa_s->fst && !is_zero_ether_addr(wpa_s->bssid)) { in wpas_notify_state_changed() 97 fst_notify_peer_connected(wpa_s->fst, wpa_s->bssid); in wpas_notify_state_changed() 100 fst_notify_peer_disconnected(wpa_s->fst, wpa_s->bssid); in wpas_notify_state_changed()
|
| HD | wpa_supplicant_i.h | 1131 struct fst_iface *fst; member
|
| HD | wpa_supplicant.c | 5850 wpa_s->fst = fst_attach(wpa_s->ifname, wpa_s->own_addr, in wpa_supplicant_init_iface() 5852 if (!wpa_s->fst) { in wpa_supplicant_init_iface() 6015 if (wpa_s->fst) { in wpa_supplicant_deinit_iface() 6016 fst_detach(wpa_s->fst); in wpa_supplicant_deinit_iface() 6017 wpa_s->fst = NULL; in wpa_supplicant_deinit_iface()
|
| HD | events.c | 2342 if (!ie || !ie_len || !wpa_s->fst) in wpas_fst_update_mbie() 3873 if (mgmt->u.action.category == WLAN_ACTION_FST && wpa_s->fst) { in wpas_event_rx_mgmt_action() 3874 fst_rx_action(wpa_s->fst, mgmt, len); in wpas_event_rx_mgmt_action()
|
| HD | ctrl_iface.c | 11323 if (wpa_s->fst) { in wpas_global_ctrl_iface_fst_attach() 11328 wpa_s->fst = fst_attach(ifname, wpa_s->own_addr, in wpas_global_ctrl_iface_fst_attach() 11330 if (wpa_s->fst) in wpas_global_ctrl_iface_fst_attach() 11350 wpa_s->fst = NULL; in wpas_global_ctrl_iface_fst_detach()
|
| /dragonfly/contrib/wpa_supplicant/ |
| HD | README.DELETED | 21 src/fst/Makefile
|
| /dragonfly/crypto/openssh/ |
| HD | loginrec.c | 1672 struct stat fst; in record_failed_login() local 1681 if (fstat(fd, &fst) < 0) { in record_failed_login() 1686 if((fst.st_mode & (S_IXGRP | S_IRWXO)) || (fst.st_uid != 0)){ in record_failed_login()
|
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | objdump.c | 1457 slurp_file (const char *fn, size_t *size, struct stat *fst) in slurp_file() argument 1468 if (fstat (fd, fst) < 0) in slurp_file() 1473 *size = fst->st_size; in slurp_file() 1553 try_print_file_open (const char *origname, const char *modname, struct stat *fst) in try_print_file_open() argument 1559 p->map = slurp_file (modname, &p->mapsize, fst); in try_print_file_open() 1586 struct stat fst; in update_source_path() local 1589 p = try_print_file_open (filename, filename, &fst); in update_source_path() 1605 p = try_print_file_open (filename, modname, &fst); in update_source_path() 1617 if (fst.st_mtime > mtime) in update_source_path()
|
| /dragonfly/contrib/binutils-2.27/gas/doc/ |
| HD | c-i860.texi | 147 The analogous expansions apply to @code{ld.x, st.x, fld.x, pfld.x, fst.x}, and @code{pst.x} as well.
|
| HD | c-i386.texi | 1023 wrote @samp{fst %st, %st(1)}, since all register to register operations
|