Home
last modified time | relevance | path

Searched refs:ncd (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/allocate/
H A Dmkdevalloc.c825 int ncd; /* max array size */ in docd() local
832 ncd = DFLT_NCD; in docd()
851 if (i == ncd) { in docd()
853 ncd = expandmem(i, (void **)&cd, sizeof (struct cd)); in docd()
923 if (i == ncd) { in docd()
925 ncd = expandmem(i, (void **)&cd, sizeof (struct cd)); in docd()
974 if (i == ncd) { in docd()
976 ncd = expandmem(i, (void **)&cd, sizeof (struct cd)); in docd()
/titanic_44/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c1660 for (cs->data.data_modem.ncd = 0;
1661 GET_LEN(tp) > 0 && cs->data.data_modem.ncd < 16;
1662 cs->data.data_modem.ncd++)
1665 cs->data.data_modem.ncd] =
/titanic_44/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h393 uint32_t ncd; /* number of country codes */ member