Home
last modified time | relevance | path

Searched refs:ndf (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/
H A Ddevfm_machdep.c498 uint32_t ndf = 0; in fm_physcpu_pci_amd() local
519 ndf = base.atb_ndf; in fm_physcpu_pci_amd()
520 nvlist_t **dfs = kmem_zalloc(sizeof (nvlist_t *) * ndf, KM_SLEEP); in fm_physcpu_pci_amd()
522 for (uint32_t i = 0; i < ndf; i++) { in fm_physcpu_pci_amd()
547 dfs, (uint_t)ndf); in fm_physcpu_pci_amd()
555 for (uint32_t i = 0; i < ndf; i++) in fm_physcpu_pci_amd()
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h470 #define ndf env._ndf macro
H A Dn5.c1202 getnm(&ndf, 1); in casenm()
H A Dn7.c231 if (numtab[LN].val % ndf) { in donum()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c3083 ctf_dwfunc_t *cdf, *ndf; in ctf_dwarf_free_die() local
3107 for (cdf = ctf_list_next(&cup->cu_funcs); cdf != NULL; cdf = ndf) { in ctf_dwarf_free_die()
3108 ndf = ctf_list_next(cdf); in ctf_dwarf_free_die()