/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/ |
H A D | zfs_share_concurrent_shares.ksh | 52 for pfs in $TESTFS1 $TESTFS2 $TESTFS3 54 log_must zfs set sharenfs=off $TESTPOOL/$pfs/$fs 55 unshare_fs $TESTPOOL/$pfs/$fs 57 if mounted $TESTPOOL/$pfs/$fs; then 58 log_must zfs unmount $TESTPOOL/$pfs/$fs 61 datasetexists $TESTPOOL/$pfs/$fs && \ 62 destroy_dataset $TESTPOOL/$pfs/$fs -f 179 for pfs in $TESTFS1 $TESTFS2 $TESTFS3 181 test_share $TESTPOOL/$pfs/$fs & 183 log_note "$TESTPOOL/$pfs/$fs ==> $!" [all …]
|
/freebsd/usr.sbin/fstyp/ |
H A D | hammer2.c | 113 find_pfs(FILE *fp, const hammer2_blockref_t *bref, const char *pfs, bool *res) in find_pfs() argument 138 (const char*)ipdata.filename, pfs)) in find_pfs() 141 if (strlen(pfs) > 0 && in find_pfs() 142 !memcmp(ipdata.filename, pfs, in find_pfs() 143 strlen(pfs))) in find_pfs() 162 if (find_pfs(fp, &bscan[i], pfs, res) == -1) { in find_pfs() 211 const char *pfs; in read_label() local 243 pfs = ""; in read_label() 248 if (find_pfs(fp, bref, pfs, &res) == 0 && res) { in read_label() 250 snprintf(label, size, "%s_%s", pfs, devnam in read_label() [all...] |
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | pf_snmp.c | 57 static struct pfctl_status *pfs; variable 169 val->v.uint32 = pfs->running; in pf_status() 172 runtime = (pfs->since > 0) ? in pf_status() 173 time(NULL) - pfs->since : 0; in pf_status() 177 val->v.uint32 = pfs->debug; in pf_status() 180 sprintf(str, "0x%08x", ntohl(pfs->hostid)); in pf_status() 208 val->v.counter64 = pfctl_status_counter(pfs, PFRES_MATCH); in pf_counter() 211 val->v.counter64 = pfctl_status_counter(pfs, PFRES_BADOFF); in pf_counter() 214 val->v.counter64 = pfctl_status_counter(pfs, PFRES_FRAG); in pf_counter() 217 val->v.counter64 = pfctl_status_counter(pfs, PFRES_SHORT); in pf_counter() [all …]
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_iw.c | 127 LIST_INIT(&ixl_iw.pfs); in ixl_iw_init() 149 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node) in ixl_iw_pf_init() 196 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node) in ixl_iw_pf_stop() 231 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node) in ixl_iw_pf_attach() 253 LIST_INSERT_HEAD(&ixl_iw.pfs, pf_entry, node); in ixl_iw_pf_attach() 273 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node) in ixl_iw_pf_detach() 379 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node) in ixl_iw_register() 428 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node) in ixl_iw_register() 447 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node) in ixl_iw_unregister() 469 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node) in ixl_iw_unregister() [all …]
|
H A D | ixl_iw_int.h | 60 struct ixl_iw_pfs_head pfs; member
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_crypto.c | 2006 struct dpp_pfs *pfs; in dpp_pfs_init() local 2008 pfs = os_zalloc(sizeof(*pfs)); in dpp_pfs_init() 2009 if (!pfs) in dpp_pfs_init() 2012 own_key = dpp_set_keypair(&pfs->curve, net_access_key, in dpp_pfs_init() 2020 pfs->ecdh = crypto_ecdh_init(pfs->curve->ike_group); in dpp_pfs_init() 2021 if (!pfs->ecdh) in dpp_pfs_init() 2024 pub = crypto_ecdh_get_pubkey(pfs->ecdh, 0); in dpp_pfs_init() 2025 pub = wpabuf_zeropad(pub, pfs->curve->prime_len); in dpp_pfs_init() 2029 pfs->ie = wpabuf_alloc(5 + wpabuf_len(pub)); in dpp_pfs_init() 2030 if (!pfs->ie) in dpp_pfs_init() [all …]
|
H A D | dpp.h | 708 int dpp_pfs_process(struct dpp_pfs *pfs, const u8 *peer_ie, size_t peer_ie_len); 709 void dpp_pfs_free(struct dpp_pfs *pfs);
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | ia64.S | 183 .save ar.pfs,r2 184 { .mii; alloc r2=ar.pfs,4,12,0,16 236 .save ar.pfs,r2 237 { .mii; alloc r2=ar.pfs,4,12,0,16 295 .save ar.pfs,r2 297 { .mfi; alloc r2=ar.pfs,4,0,0,0 };; 299 { .mfi; alloc r2=ar.pfs,4,12,0,16 };; 409 .save ar.pfs,r2 410 { .mmi; alloc r2=ar.pfs,4,4,0,8 477 .save ar.pfs,r2 [all …]
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_if.c | 806 pfi_update_status(const char *name, struct pf_status *pfs) in pfi_update_status() argument 814 if (pfs) { in pfi_update_status() 815 memset(pfs->pcounters, 0, sizeof(pfs->pcounters)); in pfi_update_status() 816 memset(pfs->bcounters, 0, sizeof(pfs->bcounters)); in pfi_update_status() 841 if (pfs == NULL) { in pfi_update_status() 848 pfs->pcounters[i][j][k] += in pfi_update_status() 850 pfs->bcounters[i][j] += in pfi_update_status()
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ia64.S | 43 .save ar.pfs,r2 44 { .mmi; alloc r2=ar.pfs,2,0,0,0 117 .save ar.pfs,r2 118 { .mii; alloc r2=ar.pfs,4,1,0,0 284 .save ar.pfs,r2 285 { .mmi; alloc r2=ar.pfs,3,0,0,0
|
/freebsd/crypto/openssl/crypto/ |
H A D | ia64cpuid.S | 65 .save ar.pfs,r2 67 { .mib; alloc r2=ar.pfs,0,96,0,96 188 .save ar.pfs,r2 189 { .mib; alloc r2=ar.pfs,3,5,0,8
|
/freebsd/contrib/netbsd-tests/lib/csu/arch/ia64/ |
H A D | h_initfini_align.S | 11 alloc loc0 = ar.pfs, 0, 2, 0, 0
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aes-ia64.S | 99 { .mmi; alloc r16=ar.pfs,12,0,0,8 288 .save ar.pfs,pfssave 289 { .mmi; alloc pfssave=ar.pfs,3,1,12,0 328 mov ar.pfs=pfssave 412 mov ar.pfs=pfssave };; 476 { .mmi; alloc r16=ar.pfs,12,0,0,8 665 .save ar.pfs,pfssave 666 { .mmi; alloc pfssave=ar.pfs,3,1,12,0 705 mov ar.pfs=pfssave 789 mov ar.pfs=pfssave };;
|
/freebsd/contrib/lib9p/pytest/ |
H A D | README | 29 - You must mkdir the exported 9pfs file system (e.g., mkdir /tmp/9).
|
/freebsd/stand/ficl/ |
H A D | ficl.h | 324 #define SI_PFS(si, pfs) \ argument 325 {si.cp = pfs->text; si.count = pfs->count;}
|
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs.c | 52 SYSCTL_NODE(_vfs, OID_AUTO, pfs, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
/freebsd/tools/tools/sysdoc/ |
H A D | tunables.mdoc | 2076 vfs.pfs.vncache.entries 2079 vfs.pfs.vncache.hits 2082 vfs.pfs.vncache.maxentries 2085 vfs.pfs.vncache.misses
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 840 micom-pfs 490/tcp 841 micom-pfs 490/udp 1015 9pfs 564/tcp #plan 9 file service 1016 9pfs 564/udp #plan 9 file service
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 2396 auto pfs = [](const std::set<CycleType> &Cs, unsigned Len) { in perfect() 2441 if (unsigned SingleOpc = pfs(Cycles, LogLen)) { in perfect() 2398 auto pfs = [](const std::set<CycleType> &Cs, unsigned Len) { perfect() local
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | images | 2573 #!mime image/x-pfs
|