Home
last modified time | relevance | path

Searched refs:SMB_PRSTATUS_STATUS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h478 #define SMB_PRSTATUS_STATUS(s) ((s) & 0x07) /* status (see below) */ macro
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c583 status = SMB_PRSTATUS_STATUS(p.smbp_status); in print_processor()