Searched refs:pss (Results 1 – 5 of 5) sorted by relevance
| /illumos-gate/usr/src/cmd/eqn/ |
| H A D | fromto.c | 20 int b, h1, b1, pss; in fromto() local 26 pss = EFFPS(ps); in fromto() 31 nrwid(p2, pss, p2); in fromto() 38 nrwid(p3, pss, p3); in fromto() 46 eht[p2]-ebase[p2]+b1, yyval, p2, pss, p2, EFFPS(ps)); in fromto() 60 -(h1-b1+ebase[p3]), yyval, p3, pss, p3, EFFPS(ps), in fromto()
|
| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | pci_ahci.c | 1162 ata_ident->pss = ATA_PSS_VALID_VALUE; in ata_identify_init() 1165 ata_ident->pss |= ATA_PSS_MULTLS; in ata_identify_init() 1166 ata_ident->pss |= ffsl(psectsz / sectsz) - 1; in ata_identify_init() 1170 ata_ident->pss |= ATA_PSS_LSSABOVE512; in ata_identify_init()
|
| /illumos-gate/usr/src/uts/common/inet/sockmods/ |
| H A D | socksctp.c | 189 struct sctp_sonode *pss; in sosctp_init() local 202 pss = SOTOSSO(pso); in sosctp_init() 207 sosctp_so_inherit(pss, ss); in sosctp_init()
|
| /illumos-gate/usr/src/cmd/zpool/ |
| H A D | zpool_main.c | 8600 pool_scan_stat_t *pss = NULL; in print_wait_status_row() local 8649 ZPOOL_CONFIG_SCAN_STATS, (uint64_t **)&pss, &c); in print_wait_status_row() 8650 if (pss != NULL && pss->pss_state == DSS_SCANNING && in print_wait_status_row() 8651 pss->pss_pass_scrub_pause == 0) { in print_wait_status_row() 8652 int64_t rem = pss->pss_to_examine - pss->pss_issued; in print_wait_status_row() 8653 if (pss->pss_func == POOL_SCAN_SCRUB) in print_wait_status_row()
|
| /illumos-gate/usr/src/contrib/bhyve/sys/ |
| H A D | ata.h | 229 /*106*/ u_int16_t pss; member
|