Searched defs:ncd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c825 int ncd; /* max array size */ local
832 ncd = DFLT_NCD;
851 if (i == ncd) {
853 ncd = expandmem(i, (void **)&cd, sizeof (struct cd));
923 if (i == ncd) {
925 ncd = expandmem(i, (void **)&cd, sizeof (struct cd));
974 if (i == ncd) {
976 ncd = expandmem(i, (void **)&cd, sizeof (struct cd));
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h393 uint32_t ncd; /* number of country codes */ member in struct:cistpl_funce_t::__anon6848::data_modem

Completed in 51 milliseconds