Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dpk0.c336 while (pk->p_os[x]!=B_NULL) {
380 pk->p_os[x] = B_NULL;
538 if (pk->p_os[i]!=B_NULL) { in pkclose()
542 if (pk->p_is[i]!=B_NULL) { in pkclose()
H A Dpk.h119 #define B_NULL 0 macro