Symbol: ND
usr/src/cmd/spell/spellin.c
52
while (wp < ND - 1) {
usr/src/cmd/spell/spellin.c
98
table = (unsigned *)calloc(ND, sizeof (*table));
usr/src/ucbhead/curses.h
62
*KR, *KS, *KU, *LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF,
usr/src/ucblib/libcurses/cr_put.c
375
if (ND)
usr/src/ucblib/libcurses/cr_put.c
376
(void) tputs(ND, 0, plodput);
usr/src/ucblib/libcurses/cr_tty.c
47
&LL, &MA, &ND, &NL, &_PC, &RC, &SC, &SE, &SF,
usr/src/ucblib/libcurses/curses.c
54
*LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF, *SO, *SR, *TA, *TE,
usr/src/uts/common/inet/nd.c
173
ND *nd;
usr/src/uts/common/inet/nd.c
178
nd = (ND *)nd_param;
usr/src/uts/common/inet/nd.c
210
ND *nd;
usr/src/uts/common/inet/nd.c
215
if ((nd = (ND *)(*nd_pparam)) == NULL) {
usr/src/uts/common/inet/nd.c
216
nd = (ND *)mi_alloc_sleep(sizeof (ND), BPRI_MED);
usr/src/uts/common/inet/nd.c
217
bzero((caddr_t)nd, sizeof (ND));
usr/src/uts/common/inet/nd.c
264
ND *nd;
usr/src/uts/common/inet/nd.c
269
if (nd_pparam == NULL || (nd = (ND *)(*nd_pparam)) == NULL ||
usr/src/uts/common/inet/nd.c
42
ND *nd;
usr/src/uts/common/inet/nd.c
44
if ((nd = (ND *)(*nd_pparam)) != NULL) {
usr/src/uts/common/inet/nd.c
58
ND *nd;
usr/src/uts/common/inet/nd.c
65
nd = (ND *)nd_param;
usr/src/uts/common/io/hxge/hxge_ndd.c
1248
ND *nd;
usr/src/uts/common/io/hxge/hxge_ndd.c
1254
if ((nd = (ND *) * pparam) == NULL) {
usr/src/uts/common/io/hxge/hxge_ndd.c
1255
if ((nd = (ND *) KMEM_ZALLOC(sizeof (ND), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/hxge/hxge_ndd.c
1302
ND *nd;
usr/src/uts/common/io/hxge/hxge_ndd.c
1304
if ((nd = (ND *)*pparam) != NULL) {
usr/src/uts/common/io/hxge/hxge_ndd.c
1307
KMEM_FREE((char *)nd, sizeof (ND));
usr/src/uts/common/io/hxge/hxge_ndd.c
1318
ND *nd;
usr/src/uts/common/io/hxge/hxge_ndd.c
1327
nd = (ND *) param;
usr/src/uts/common/io/hxge/hxge_ndd.c
1442
ND *nd;
usr/src/uts/common/io/hxge/hxge_ndd.c
1449
nd = (ND *) param;
usr/src/uts/common/io/nxge/nxge_ndd.c
2358
ND *nd;
usr/src/uts/common/io/nxge/nxge_ndd.c
2365
nd = (ND *)param;
usr/src/uts/sun/io/eri/eri.c
4382
ND *nd;
usr/src/uts/sun/io/eri/eri.c
4387
kmem_free(nd, sizeof (ND));
usr/src/uts/sun/io/eri/eri.c
4398
ND *nd;
usr/src/uts/sun/io/eri/eri.c
4521
ND *nd;
usr/src/uts/sun/io/eri/eri.c
4528
if ((nd = (ND *)kmem_zalloc(sizeof (ND), KM_NOSLEEP))