Searched refs:nsc_max_devices (Results 1 – 8 of 8) sorted by relevance
41 nsc_max_devices=4096;
362 hdr->maxdev = nsc_max_devices(); in _nsc_global_setup()389 if (hdr->ver == _NSCTL_HDRVER3 && hdr->maxdev != nsc_max_devices()) { in _nsc_global_setup()
383 if (nsc_max_devices() == 0 || _nsc_minor_fd != NULL) in nscsetup()907 nsc_max_devices(void) in nsc_max_devices() function
97 int nsc_max_devices(void) { } in nsc_max_devices() function
226 extern int nsc_max_devices(void);
507 sdbc_max_devs = nsc_max_devices(); in sdbcinit()
353 sv_max_devices = nsc_max_devices(); in sv_init_devs()
330 if ((i = nsc_max_devices()) < rdc_max_sets) in _rdc_load()