Searched defs:nsvcs (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.h57 uint_t nsvcs; /* current number of items */ member in struct:fds_reg_svcs
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2292 int i, nsvcs; local
2296 nsvcs = ibnex.ibnex_nvppa_comm_svcs;
2299 service_name = kmem_alloc((nsvcs + 1) * sizeof (char *), KM_SLEEP);
2304 for (i = 0; i < nsvcs; i++)
2311 kmem_free(ibnex.ibnex_vppa_comm_svc_names, nsvcs *
2326 int i, nsvcs; local
2330 nsvcs = ibnex.ibnex_num_comm_svcs;
2333 service_name = kmem_alloc((nsvcs + 1) * sizeof (char *), KM_SLEEP);
2338 for (i = 0; i < nsvcs; i++)
2345 kmem_free(ibnex.ibnex_comm_svc_names, nsvcs * sizeo
2359 int i, nsvcs; local
2397 int i, j, nsvcs; local
2482 int i, j, nsvcs; local
2561 int i, j, nsvcs; local
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h311 uint_t nsvcs; /* current number of items */ member in struct:ds_svcs
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c1330 int nsvcs; local
1366 nsvcs = 0;
1369 nsvcs++;
1386 * services; that's why we allocate for nsvcs * ndevs.
1389 ndevs * sizeof (*dep) + nsvcs * ndevs * sizeof (*sepp));
1890 int nsvcs; local
1935 nsvcs = 0;
1952 if (nsvcs != -1)
1955 nsvcs = -1;
1982 if (ispadi && nsvcs
[all...]

Completed in 55 milliseconds