Home
last modified time | relevance | path

Searched refs:ND (Results 1 – 25 of 34) sorted by relevance

12

/titanic_51/usr/src/uts/common/inet/
H A Dnd.c42 ND *nd; in nd_free()
44 if ((nd = (ND *)(*nd_pparam)) != NULL) { in nd_free()
58 ND *nd; in nd_getset()
65 nd = (ND *)nd_param; in nd_getset()
173 ND *nd; in nd_get_names()
178 nd = (ND *)nd_param; in nd_get_names()
210 ND *nd; in nd_load()
215 if ((nd = (ND *)(*nd_pparam)) == NULL) { in nd_load()
216 nd = (ND *)mi_alloc_sleep(sizeof (ND), BPRI_ME in nd_load()
[all...]
H A Dnd.h45 /* ND callback function prototypes */
62 } ND; typedef
/titanic_51/usr/src/cmd/spell/
H A Dspellin.c54 while (wp < ND - 1) { in append()
100 table = (unsigned *)malloc(ND * sizeof (*table)); in main()
H A Dhash.h32 #define ND ((25750/2) * sizeof (*table)) macro
/titanic_51/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c1282 ND *nd; in hxge_nd_load()
1288 if ((nd = (ND *) * pparam) == NULL) { in hxge_nd_load()
1289 if ((nd = (ND *) KMEM_ZALLOC(sizeof (ND), KM_NOSLEEP)) == NULL) in hxge_nd_load()
1336 ND *nd; in hxge_nd_free()
1338 if ((nd = (ND *)*pparam) != NULL) { in hxge_nd_free()
1341 KMEM_FREE((char *)nd, sizeof (ND)); in hxge_nd_free()
1352 ND *nd; in hxge_nd_getset()
1361 nd = (ND *) param; in hxge_nd_getset()
1476 ND *n in hxge_nd_get_names()
[all...]
/titanic_51/usr/src/ucblib/libcurses/
H A Dcr_put.c193 * get to the proper column. This assumes ND space costs in plod()
368 * move one char to the right. We don't use ND space in plod()
384 if (ND) in plod()
385 (void) tputs(ND, 0, plodput); in plod()
H A Dcurses.c56 *LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF, *SO, *SR, *TA, *TE, variable
H A Dcr_tty.c49 &LL, &MA, &ND, &NL, &_PC, &RC, &SC, &SE, &SF,
H A Dmapfile-vers119 ND;
/titanic_51/usr/src/common/ficl/test/
H A Dcore.fr555 CONSTANT 2ND
557 { 1ST 2ND U< -> <TRUE> } \ HERE MUST GROW WITH ALLOT
558 { 1ST CELL+ -> 2ND } \ ... BY ONE CELL
559 { 1ST 1 CELLS + -> 2ND }
560 { 1ST @ 2ND @ -> 1 2 }
562 { 1ST @ 2ND @ -> 5 2 }
563 { 6 2ND ! -> }
564 { 1ST @ 2ND @ -> 5 6 }
/titanic_51/usr/src/cmd/fm/dicts/
H A DPCIEX.po363 # code: PCIEX-8000-ND
366 msgid "PCIEX-8000-ND.type"
368 msgid "PCIEX-8000-ND.severity"
370 msgid "PCIEX-8000-ND.description"
372 msgid "PCIEX-8000-ND.response"
374 msgid "PCIEX-8000-ND.impact"
376 msgid "PCIEX-8000-ND.action"
H A DINTEL.po859 # code: INTEL-8001-ND
862 msgid "INTEL-8001-ND.type"
864 msgid "INTEL-8001-ND.severity"
866 msgid "INTEL-8001-ND.description"
868 msgid "INTEL-8001-ND.response"
870 msgid "INTEL-8001-ND.impact"
872 msgid "INTEL-8001-ND.action"
H A DSUN4U.po2396 # code: SUN4U-8004-ND
2399 msgid "SUN4U-8004-ND.type"
2401 msgid "SUN4U-8004-ND.severity"
2403 msgid "SUN4U-8004-ND.description"
2405 msgid "SUN4U-8004-ND.response"
2407 msgid "SUN4U-8004-ND.impact"
2409 msgid "SUN4U-8004-ND.action"
/titanic_51/usr/src/data/zoneinfo/
H A Dzone.tab.txt417 US +470659-1011757 America/North_Dakota/Center Central - ND (Oliver)
418 US +465042-1012439 America/North_Dakota/New_Salem Central - ND (Morton rural)
419 US +471551-1014640 America/North_Dakota/Beulah Central - ND (Mercer)
H A Dzone_sun.tab441 US +470659-1011757 America/North_Dakota/Center - Central - ND (Oliver)
442 US +465042-1012439 America/North_Dakota/New_Salem - Central - ND (Morton rural)
443 US +471551-1014640 America/North_Dakota/Beulah - Central - ND (Mercer)
H A Dnorthamerica451 # Oliver County, ND switched from mountain to central time on 1992-10-25.
455 # Morton County, ND, switched from mountain to central time on
1141 # Oliver County, ND (from MST to CST) ... 1992-10
1149 # See America/North_Dakota/Center for the Oliver County, ND change.
/titanic_51/usr/src/ucbhead/
H A Dcurses.h64 *KR, *KS, *KU, *LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF,
/titanic_51/usr/src/uts/sun/io/eri/
H A Deri.c4382 ND *nd; in eri_nd_free()
4387 kmem_free(nd, sizeof (ND)); in eri_nd_free()
4398 ND *nd; in eri_nd_getset()
4521 ND *nd; in eri_nd_load()
4528 if ((nd = (ND *)kmem_zalloc(sizeof (ND), KM_NOSLEEP)) in eri_nd_load()
/titanic_51/usr/src/uts/common/io/nxge/
H A Dnxge_ndd.c2412 ND *nd; in nxge_nd_get_names()
2419 nd = (ND *)param; in nxge_nd_get_names()
/titanic_51/usr/src/tools/scripts/
H A Dnightly.sh173 ND=$3
H A Dnightly163 # usage: build LABEL SUFFIX ND MULTIPROTO
167 # - ND is "-nd" (non-DEBUG builds) or "" (DEBUG builds).
174 ND=$3
/titanic_51/usr/src/lib/libcurses/screen/
H A Dcaps69 non_dest_scroll_region, "ndscr" "ND" Scrolling region is non-destructive.
/titanic_51/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 */
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps93 non_dest_scroll_region ndscr ND bool Scroll region is non-destructive
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps93 non_dest_scroll_region ndscr ND bool Scroll region is non-destructive

12