Searched refs:pss (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_proc.c | 1828 struct freebsd32_ps_strings pss; in get_proc_vector32() local 1838 sizeof(pss)) != sizeof(pss)) in get_proc_vector32() 1843 vsize = pss.ps_nargvstr; in get_proc_vector32() 1850 vsize = pss.ps_nenvstr; in get_proc_vector32() 1902 struct ps_strings pss; in get_proc_vector() local 1914 sizeof(pss)) != sizeof(pss)) in get_proc_vector() 1918 vptr = (vm_offset_t)pss.ps_argvstr; in get_proc_vector() 1919 vsize = pss.ps_nargvstr; in get_proc_vector() 1925 vptr = (vm_offset_t)pss.ps_envstr; in get_proc_vector() 1926 vsize = pss.ps_nenvstr; in get_proc_vector() [all …]
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-uahcx-defs.h | 1573 …uint32_t pss : 1; /**< Periodic Schedule Status. The bit reports the cur… member 1624 uint32_t pss : 1; 2638 …uint32_t pss : 1; /**< (read) PortSuspendStatus. This bit indicates the … member 2680 uint32_t pss : 1;
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 3995 size_t ZSTD_resetCStream(ZSTD_CStream* zcs, unsigned long long pss) in ZSTD_resetCStream() argument 4001 U64 const pledgedSrcSize = (pss==0) ? ZSTD_CONTENTSIZE_UNKNOWN : pss; in ZSTD_resetCStream() 4063 ZSTD_parameters params, unsigned long long pss) in ZSTD_initCStream_advanced() argument 4069 …U64 const pledgedSrcSize = (pss==0 && params.fParams.contentSizeFlag==0) ? ZSTD_CONTENTSIZE_UNKNOW… in ZSTD_initCStream_advanced() 4088 size_t ZSTD_initCStream_srcSize(ZSTD_CStream* zcs, int compressionLevel, unsigned long long pss) in ZSTD_initCStream_srcSize() argument 4094 U64 const pledgedSrcSize = (pss==0) ? ZSTD_CONTENTSIZE_UNKNOWN : pss; in ZSTD_initCStream_srcSize()
|
| /f-stack/freebsd/sys/ |
| H A D | ata.h | 231 /*106*/ u_int16_t pss; member
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 9989 pool_scan_stat_t *pss = NULL; in print_wait_status_row() local 10038 ZPOOL_CONFIG_SCAN_STATS, (uint64_t **)&pss, &c); in print_wait_status_row() 10039 if (pss != NULL && pss->pss_state == DSS_SCANNING && in print_wait_status_row() 10040 pss->pss_pass_scrub_pause == 0) { in print_wait_status_row() 10041 int64_t rem = pss->pss_to_examine - pss->pss_issued; in print_wait_status_row() 10042 if (pss->pss_func == POOL_SCAN_SCRUB) in print_wait_status_row()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 16757 size_t ZSTD_resetCStream(ZSTD_CStream* zcs, unsigned long long pss) in ZSTD_resetCStream() argument 16763 U64 const pledgedSrcSize = (pss==0) ? ZSTD_CONTENTSIZE_UNKNOWN : pss; in ZSTD_resetCStream() 16825 ZSTD_parameters params, unsigned long long pss) in ZSTD_initCStream_advanced() argument 16831 …U64 const pledgedSrcSize = (pss==0 && params.fParams.contentSizeFlag==0) ? ZSTD_CONTENTSIZE_UNKNOW… in ZSTD_initCStream_advanced() 16850 size_t ZSTD_initCStream_srcSize(ZSTD_CStream* zcs, int compressionLevel, unsigned long long pss) in ZSTD_initCStream_srcSize() argument 16856 U64 const pledgedSrcSize = (pss==0) ? ZSTD_CONTENTSIZE_UNKNOWN : pss; in ZSTD_initCStream_srcSize()
|