Searched refs:pss (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/binutils/libiberty/
H A Dphysmem.c96 struct pst_static pss; local
97 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0))
99 double pages = pss.physical_memory;
100 double pagesize = pss.page_size;
200 struct pst_static pss; local
202 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0)
206 double pagesize = pss.page_size;
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c290 RSA_PSS_PARAMS *pss; local
298 pss = d2i_RSA_PSS_PARAMS(NULL, &p, plen);
300 if (!pss)
303 *pmaskHash = rsa_mgf1_decode(pss->maskGenAlgorithm);
305 return pss;
308 static int rsa_pss_param_print(BIO *bp, RSA_PSS_PARAMS *pss, argument
312 if (!pss) {
324 if (pss->hashAlgorithm) {
325 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0)
338 if (pss
386 RSA_PSS_PARAMS *pss; local
536 RSA_PSS_PARAMS *pss = NULL; local
593 RSA_PSS_PARAMS *pss; local
777 RSA_OAEP_PARAMS *pss; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dphysmem.c96 struct pst_static pss; local
97 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0))
99 double pages = pss.physical_memory;
100 double pagesize = pss.page_size;
230 struct pst_static pss; local
232 if (0 <= pstat_getstatic (&pss, sizeof pss, 1, 0)
236 double pagesize = pss.page_size;
/freebsd-11-stable/lib/libprocstat/
H A Dcore.c344 struct ps_strings pss; local
354 if (core_read_mem(core, &pss, sizeof(pss), psstrings, true) == -1)
357 addr = (vm_offset_t)pss.ps_argvstr;
358 nstr = pss.ps_nargvstr;
360 addr = (vm_offset_t)pss.ps_envstr;
361 nstr = pss.ps_nenvstr;
/freebsd-11-stable/sys/kern/
H A Dkern_proc.c1654 struct freebsd32_ps_strings pss; local
1663 if (proc_readmem(td, p, (vm_offset_t)p->p_sysent->sv_psstrings, &pss,
1664 sizeof(pss)) != sizeof(pss))
1668 vptr = (vm_offset_t)PTRIN(pss.ps_argvstr);
1669 vsize = pss.ps_nargvstr;
1675 vptr = (vm_offset_t)PTRIN(pss.ps_envstr);
1676 vsize = pss.ps_nenvstr;
1682 vptr = (vm_offset_t)PTRIN(pss.ps_envstr) +
1683 (pss
1728 struct ps_strings pss; local
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_block.c1815 off_t ps, pss, po, pos, us, uss, uo, uos; local
1869 pss = ps / cbe_lun->blocksize;
1871 if ((pss > 0) && (pss * cbe_lun->blocksize == ps) && (pss >= pos) &&
1872 ((pss & (pss - 1)) == 0) && (pos * cbe_lun->blocksize == po)) {
1873 cbe_lun->pblockexp = fls(pss) - 1;
1874 cbe_lun->pblockoff = (pss - pos) % pss;
1915 off_t ps, pss, po, pos, us, uss, uo, uos, otmp; local
[all...]
/freebsd-11-stable/sys/cam/ata/
H A Data_all.c505 if ((ident_data->pss & ATA_PSS_VALID_MASK) == ATA_PSS_VALID_VALUE &&
506 (ident_data->pss & ATA_PSS_LSSABOVE512)) {
516 if ((ident_data->pss & ATA_PSS_VALID_MASK) == ATA_PSS_VALID_VALUE) {
517 if (ident_data->pss & ATA_PSS_MULTLS) {
519 (1 << (ident_data->pss & ATA_PSS_LSPPS)));
/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c244 struct line_subseg **pss, *ss;
260 for (pss = &s->head; (ss = *pss) != NULL ; pss = &ss->next)
269 ss->next = *pss;
273 *pss = ss;
242 struct line_subseg **pss, *ss; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp593 ps_strings *pss; local
594 uptr sz = sizeof(pss);
595 if (internal_sysctlbyname("kern.ps_strings", &pss, &sz, NULL, 0) == -1) {
599 *argv = pss->ps_argvstr;
600 *envp = pss->ps_envstr;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-uahcx-defs.h1573 uint32_t pss : 1; /**< Periodic Schedule Status. The bit reports the current real status of member in struct:cvmx_uahcx_ehci_usbsts::cvmx_uahcx_ehci_usbsts_s
1624 uint32_t pss : 1;
2638 uint32_t pss : 1; /**< (read) PortSuspendStatus. This bit indicates the port is suspended or in the member in struct:cvmx_uahcx_ohci0_hcrhportstatusx::cvmx_uahcx_ohci0_hcrhportstatusx_s
2680 uint32_t pss : 1;
/freebsd-11-stable/contrib/gcc/
H A Dmodulo-sched.c1370 sbitmap pss = sbitmap_alloc (ps->g->num_nodes);
1378 sbitmap_zero (pss);
1380 pss_not_empty = sbitmap_a_and_b_cg (pss, u_node_succs, sched_nodes);
1465 else /* psp is empty && pss is empty. */
1476 sbitmap_free (pss);
1367 sbitmap pss = sbitmap_alloc (ps->g->num_nodes); local
/freebsd-11-stable/sys/sys/
H A Data.h228 /*106*/ u_int16_t pss; member in struct:ata_params

Completed in 164 milliseconds