Searched refs:BN (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dconfig.c65 EMPTY, EMPTYID, BN|AN, /* Filled in dynamically */
66 EMPTY, EMPTYID, BN|AN, /* Filled in dynamically */
79 BN, '!',
93 '!', BN,
94 '^', BN,
101 BN, EXPLICIT,
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dconfigdefs.h81 * BN -- connected to Bell Net.
85 #define BN 2 /* Connected to BTL net */ macro
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_node.h83 #define pc_makenodeid(BN, OFF, ATTR, SCLUSTER, ENTPS) \
86 ((BN) * (ENTPS)) + ((OFF) / sizeof (struct pcdir)))
91 #define PCFHASH(FSP, BN, O) 0
94 #define PCFHASH(FSP, BN, O) (((unsigned)FSP + BN + O) % NPCHASH)

Completed in 46 milliseconds