Searched refs:bstat (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 71 int ret, bstat; in getvfsspec() local 80 bstat = 1; in getvfsspec() 83 bstat = 0; in getvfsspec() 86 ((bstat == 0 && in getvfsspec() 89 (bstat == 1 && in getvfsspec() 111 int ret, bstat, cstat; in getvfsany() local 141 bstat = 1; in getvfsany() 144 bstat = 0; in getvfsany() 155 ((bstat == 0 && DIFF(vfs_special)) || in getvfsany() 156 (bstat == 1 && SDIFF(vfs_special, bmode, brdev)) || in getvfsany()
|
H A D | getmntent.c | 109 int ret, bstat; in getmntany_compat() local 122 bstat = 1; in getmntany_compat() 125 bstat = 0; in getmntany_compat() 129 ((bstat == 0 && DIFF(mnt_special)) || in getmntany_compat() 130 (bstat == 1 && SDIFF(mnt_special, bmode, brdev)) || in getmntany_compat()
|
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/ |
H A D | gcpu_mca.c | 645 uint64_t bstat = gbl->gbl_status; in gcpu_ereport_add_logout() local 768 FM_EREPORT_PAYLOAD_NAME_MC_STATUS, DATA_TYPE_UINT64, bstat, in gcpu_ereport_add_logout() 770 _GCPU_BSTATUS(bstat, OVER), in gcpu_ereport_add_logout() 772 _GCPU_BSTATUS(bstat, UC), in gcpu_ereport_add_logout() 774 _GCPU_BSTATUS(bstat, EN), in gcpu_ereport_add_logout() 776 _GCPU_BSTATUS(bstat, PCC), in gcpu_ereport_add_logout() 779 DATA_TYPE_UINT16, MCAX86_ERRCODE(bstat), in gcpu_ereport_add_logout() 782 DATA_TYPE_UINT16, MCAX86_MSERRCODE(bstat), in gcpu_ereport_add_logout() 793 DATA_TYPE_STRING, tbes[MCAX86_TBES_VALUE(bstat)], in gcpu_ereport_add_logout() 804 ((bstat & MSR_MC_STATUS_ADDRV) || in gcpu_ereport_add_logout() [all …]
|