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

/opensolaris-onvv-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));
/opensolaris-onvv-gate/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] =
/opensolaris-onvv-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::__anon6992::data_modem

Completed in 172 milliseconds