Searched refs:ND (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/spell/
H A Dhash.h32 #define ND ((25750/2) * sizeof (*table)) macro
H A Dspellin.c54 while (wp < ND - 1) {
100 table = (unsigned *)malloc(ND * sizeof (*table));
/illumos-gate/usr/src/uts/common/inet/
H A Dnd.c42 ND *nd;
44 if ((nd = (ND *)(*nd_pparam)) != NULL) {
58 ND *nd;
65 nd = (ND *)nd_param;
173 ND *nd;
178 nd = (ND *)nd_param;
210 ND *nd;
215 if ((nd = (ND *)(*nd_pparam)) == NULL) {
216 nd = (ND *)mi_alloc_sleep(sizeof (ND), BPRI_ME
[all...]
H A Dnd.h45 /* ND callback function prototypes */
62 } ND; typedef in typeref:struct:nd_s
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.c56 *LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF, *SO, *SR, *TA, *TE, variable
H A Dcr_put.c193 * get to the proper column. This assumes ND space costs
368 * move one char to the right. We don't use ND space
384 if (ND)
385 (void) tputs(ND, 0, plodput);
H A Dcr_tty.c49 &LL, &MA, &ND, &NL, &_PC, &RC, &SC, &SE, &SF,
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c1282 ND *nd;
1288 if ((nd = (ND *) * pparam) == NULL) {
1289 if ((nd = (ND *) KMEM_ZALLOC(sizeof (ND), KM_NOSLEEP)) == NULL)
1336 ND *nd;
1338 if ((nd = (ND *)*pparam) != NULL) {
1341 KMEM_FREE((char *)nd, sizeof (ND));
1352 ND *nd;
1361 nd = (ND *) param;
1476 ND *n
[all...]
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h64 *KR, *KS, *KU, *LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF,
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c4382 ND *nd;
4387 kmem_free(nd, sizeof (ND));
4398 ND *nd;
4521 ND *nd;
4528 if ((nd = (ND *)kmem_zalloc(sizeof (ND), KM_NOSLEEP))
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ndd.c2412 ND *nd;
2419 nd = (ND *)param;
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh162 # usage: build LABEL SUFFIX ND MULTIPROTO
166 # - ND is "-nd" (non-DEBUG builds) or "" (DEBUG builds).
173 ND=$3
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s2850 * Private 2ND TSB 4M-256 pages
2907 * Private 2ND TSB 4M-256 pages
3044 stn %g3, [%g6 + TSBMISS_TSBPTR4M] /* save 2ND tsb pointer */
3444 ldn [%g6 + TSBMISS_TSBPTR4M], %g1 ! g1 = 2ND TSB ptr
3451 ldn [%g6 + TSBMISS_TSBPTR4M], %g1 ! g1 = 2ND TSB ptr
3523 ldn [%g6 + TSBMISS_TSBPTR4M], %g1 /* g1 = 2ND TSB */
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c7486 ND *nd;
7488 if ((nd = (ND *)(*nd_pparam)) != NULL) {

Completed in 99 milliseconds