Searched refs:pfs (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_concurrent_shares.ksh52 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/
[all...]
/freebsd-current/crypto/openssl/ms/
H A Duplink-ia64.pl29 { .mii; .save ar.pfs,$loc0
30 alloc loc0=ar.pfs,$V,3,2,0
44 { .mib; mov ar.pfs=loc0
/freebsd-current/usr.sbin/fstyp/
H A Dhammer2.c113 find_pfs(FILE *fp, const hammer2_blockref_t *bref, const char *pfs, bool *res) argument
138 (const char*)ipdata.filename, pfs))
141 if (strlen(pfs) > 0 &&
142 !memcmp(ipdata.filename, pfs,
143 strlen(pfs)))
162 if (find_pfs(fp, &bscan[i], pfs, res) == -1) {
211 const char *pfs; local
241 pfs = "";
246 if (find_pfs(fp, bref, pfs, &res) == 0 && res) {
248 snprintf(label, size, "%s_%s", pfs, devnam
[all...]
/freebsd-current/sys/dev/ixl/
H A Dixl_iw_int.h60 struct ixl_iw_pfs_head pfs; member in struct:ixl_iw_state
H A Dixl_iw.c127 LIST_INIT(&ixl_iw.pfs);
149 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
196 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
231 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
253 LIST_INSERT_HEAD(&ixl_iw.pfs, pf_entry, node);
273 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
379 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
428 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
447 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
469 LIST_FOREACH(pf_entry, &ixl_iw.pfs, nod
[all...]
/freebsd-current/contrib/netbsd-tests/lib/csu/arch/ia64/
H A Dh_initfini_align.S11 alloc loc0 = ar.pfs, 0, 2, 0, 0
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c57 static struct pfctl_status *pfs; variable in typeref:struct:pfctl_status
169 val->v.uint32 = pfs->running;
172 runtime = (pfs->since > 0) ?
173 time(NULL) - pfs->since : 0;
177 val->v.uint32 = pfs->debug;
180 sprintf(str, "0x%08x", ntohl(pfs->hostid));
208 val->v.counter64 = pfctl_status_counter(pfs, PFRES_MATCH);
211 val->v.counter64 = pfctl_status_counter(pfs, PFRES_BADOFF);
214 val->v.counter64 = pfctl_status_counter(pfs, PFRES_FRAG);
217 val->v.counter64 = pfctl_status_counter(pfs, PFRES_SHOR
[all...]
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dia64.S183 .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,r
[all...]
H A Dia64-mont.pl118 { .mmi; .save ar.pfs,prevfs
119 alloc prevfs=ar.pfs,6,2,0,8
387 { .mmi; .save ar.pfs,prevfs
388 alloc prevfs=ar.pfs,6,2,0,8
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S43 .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-current/crypto/openssl/crypto/
H A Dia64cpuid.S65 .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-current/contrib/wpa/src/common/
H A Ddpp_crypto.c1978 struct dpp_pfs *pfs; local
1980 pfs = os_zalloc(sizeof(*pfs));
1981 if (!pfs)
1984 own_key = dpp_set_keypair(&pfs->curve, net_access_key,
1992 pfs->ecdh = crypto_ecdh_init(pfs->curve->ike_group);
1993 if (!pfs->ecdh)
1996 pub = crypto_ecdh_get_pubkey(pfs->ecdh, 0);
1997 pub = wpabuf_zeropad(pub, pfs
2021 dpp_pfs_process(struct dpp_pfs *pfs, const u8 *peer_ie, size_t peer_ie_len) argument
2042 dpp_pfs_free(struct dpp_pfs *pfs) argument
[all...]
H A Ddpp.h638 int dpp_pfs_process(struct dpp_pfs *pfs, const u8 *peer_ie, size_t peer_ie_len);
639 void dpp_pfs_free(struct dpp_pfs *pfs);
/freebsd-current/sys/netpfil/pf/
H A Dpf_if.c806 pfi_update_status(const char *name, struct pf_status *pfs) argument
814 if (pfs) {
815 memset(pfs->pcounters, 0, sizeof(pfs->pcounters));
816 memset(pfs->bcounters, 0, sizeof(pfs->bcounters));
841 if (pfs == NULL) {
848 pfs->pcounters[i][j][k] +=
850 pfs->bcounters[i][j] +=
/freebsd-current/stand/ficl/
H A Dficl.h324 #define SI_PFS(si, pfs) \
325 {si.cp = pfs->text; si.count = pfs->count;}
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S99 { .mmi; alloc r16=ar.pfs,12,0,0,8
290 .save ar.pfs,pfssave
291 { .mmi; alloc pfssave=ar.pfs,3,1,12,0
330 mov ar.pfs=pfssave
414 mov ar.pfs=pfssave };;
478 { .mmi; alloc r16=ar.pfs,12,0,0,8
669 .save ar.pfs,pfssave
670 { .mmi; alloc pfssave=ar.pfs,3,1,12,0
709 mov ar.pfs=pfssave
793 mov ar.pfs
[all...]
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-ia64.pl44 .save ar.pfs,r2
45 { .mmi; alloc r2=ar.pfs,5,17,0,0
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl114 { .mmi; .save ar.pfs,prevfs
115 alloc prevfs=ar.pfs,2,6,0,8
191 { .mmi; .save ar.pfs,prevfs
192 alloc prevfs=ar.pfs,4,2,0,0
/freebsd-current/sys/fs/pseudofs/
H A Dpseudofs.c52 SYSCTL_NODE(_vfs, OID_AUTO, pfs, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl248 { .mmi; alloc tmp1=ar.pfs,3,14,0,0
H A Dsha512-ia64.pl149 .save ar.pfs,pfssave
150 { .mmi; alloc pfssave=ar.pfs,3,25,0,24
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp2396 auto pfs = [](const std::set<CycleType> &Cs, unsigned Len) {
2441 if (unsigned SingleOpc = pfs(Cycles, LogLen)) {

Completed in 367 milliseconds