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

/freebsd-13-stable/usr.sbin/fstyp/
H A Dhammer2.c115 find_pfs(FILE *fp, const hammer2_blockref_t *bref, const char *pfs, bool *res) argument
140 (const char*)ipdata.filename, pfs))
143 if (strlen(pfs) > 0 &&
144 !memcmp(ipdata.filename, pfs,
145 strlen(pfs)))
164 if (find_pfs(fp, &bscan[i], pfs, res) == -1) {
213 const char *pfs; local
243 pfs = "";
248 if (find_pfs(fp, bref, pfs, &res) == 0 && res) {
250 snprintf(label, size, "%s_%s", pfs, devnam
[all...]
/freebsd-13-stable/sys/dev/ixl/
H A Dixl_iw_int.h61 struct ixl_iw_pfs_head pfs; member in struct:ixl_iw_state
H A Dixl_iw.c128 LIST_INIT(&ixl_iw.pfs);
150 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
197 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
232 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
254 LIST_INSERT_HEAD(&ixl_iw.pfs, pf_entry, node);
274 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
380 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
429 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
448 LIST_FOREACH(pf_entry, &ixl_iw.pfs, node)
470 LIST_FOREACH(pf_entry, &ixl_iw.pfs, nod
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/csu/arch/ia64/
H A Dh_initfini_align.S11 alloc loc0 = ar.pfs, 0, 2, 0, 0
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c59 static struct pf_status pfs; variable in typeref:struct:pf_status
171 val->v.uint32 = pfs.running;
174 runtime = (pfs.since > 0) ?
175 time(NULL) - pfs.since : 0;
179 val->v.uint32 = pfs.debug;
182 sprintf(str, "0x%08x", ntohl(pfs.hostid));
210 val->v.counter64 = pfs.counters[PFRES_MATCH];
213 val->v.counter64 = pfs.counters[PFRES_BADOFF];
216 val->v.counter64 = pfs.counters[PFRES_FRAG];
219 val->v.counter64 = pfs
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dia64.S184 .save ar.pfs,r2
185 { .mii; alloc r2=ar.pfs,4,12,0,16
237 .save ar.pfs,r2
238 { .mii; alloc r2=ar.pfs,4,12,0,16
296 .save ar.pfs,r2
298 { .mfi; alloc r2=ar.pfs,4,0,0,0 };;
300 { .mfi; alloc r2=ar.pfs,4,12,0,16 };;
410 .save ar.pfs,r2
411 { .mmi; alloc r2=ar.pfs,4,4,0,8
478 .save ar.pfs,r
[all...]
H A Dia64-mont.pl117 { .mmi; .save ar.pfs,prevfs
118 alloc prevfs=ar.pfs,6,2,0,8
386 { .mmi; .save ar.pfs,prevfs
387 alloc prevfs=ar.pfs,6,2,0,8
/freebsd-13-stable/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-13-stable/sys/netpfil/pf/
H A Dpf_if.c767 pfi_update_status(const char *name, struct pf_status *pfs) argument
790 if (pfs) {
791 bzero(pfs->pcounters, sizeof(pfs->pcounters));
792 bzero(pfs->bcounters, sizeof(pfs->bcounters));
800 if (pfs == NULL) {
807 pfs->pcounters[i][j][k] +=
809 pfs->bcounters[i][j] +=
/freebsd-13-stable/stand/ficl/
H A Dficl.h325 #define SI_PFS(si, pfs) \
326 {si.cp = pfs->text; si.count = pfs->count;}
/freebsd-13-stable/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-13-stable/contrib/wpa/src/common/
H A Ddpp.c8270 struct dpp_pfs *pfs; local
8272 pfs = os_zalloc(sizeof(*pfs));
8273 if (!pfs)
8276 own_key = dpp_set_keypair(&pfs->curve, net_access_key,
8284 pfs->ecdh = crypto_ecdh_init(pfs->curve->ike_group);
8285 if (!pfs->ecdh)
8288 pub = crypto_ecdh_get_pubkey(pfs->ecdh, 0);
8289 pub = wpabuf_zeropad(pub, pfs
8313 dpp_pfs_process(struct dpp_pfs *pfs, const u8 *peer_ie, size_t peer_ie_len) argument
8334 dpp_pfs_free(struct dpp_pfs *pfs) argument
[all...]
H A Ddpp.h495 int dpp_pfs_process(struct dpp_pfs *pfs, const u8 *peer_ie, size_t peer_ie_len);
496 void dpp_pfs_free(struct dpp_pfs *pfs);
/freebsd-13-stable/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-13-stable/sys/fs/pseudofs/
H A Dpseudofs.c54 SYSCTL_NODE(_vfs, OID_AUTO, pfs, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl247 { .mmi; alloc tmp1=ar.pfs,3,14,0,0
H A Dsha512-ia64.pl148 .save ar.pfs,pfssave
149 { .mmi; alloc pfssave=ar.pfs,3,25,0,24
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pcieepx-defs.h2607 uint32_t pfs : 2; /**< Phantom Function Supported member in struct:cvmx_pcieepx_cfg029::cvmx_pcieepx_cfg029_s
2616 uint32_t pfs : 2;
2653 uint32_t pfs : 2; /**< Phantom Function Supported member in struct:cvmx_pcieepx_cfg029::cvmx_pcieepx_cfg029_cn61xx
2662 uint32_t pfs : 2;
2698 uint32_t pfs : 2; /**< Phantom Function Supported member in struct:cvmx_pcieepx_cfg029::cvmx_pcieepx_cfg029_cn66xx
2707 uint32_t pfs : 2;
H A Dcvmx-pciercx-defs.h2431 uint32_t pfs : 2; /**< Phantom Function Supported member in struct:cvmx_pciercx_cfg029::cvmx_pciercx_cfg029_s
2440 uint32_t pfs : 2;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1847 auto pfs = [](const std::set<CycleType> &Cs, unsigned Len) {
1892 if (unsigned SingleOpc = pfs(Cycles, LogLen)) {

Completed in 272 milliseconds