Home
last modified time | relevance | path

Searched refs:nsvcs (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2295 int i, nsvcs; in ibnex_vppa_conf_entry_add() local
2299 nsvcs = ibnex.ibnex_nvppa_comm_svcs; in ibnex_vppa_conf_entry_add()
2302 service_name = kmem_alloc((nsvcs + 1) * sizeof (char *), KM_SLEEP); in ibnex_vppa_conf_entry_add()
2307 for (i = 0; i < nsvcs; i++) in ibnex_vppa_conf_entry_add()
2314 kmem_free(ibnex.ibnex_vppa_comm_svc_names, nsvcs * in ibnex_vppa_conf_entry_add()
2329 int i, nsvcs; in ibnex_port_conf_entry_add() local
2333 nsvcs = ibnex.ibnex_num_comm_svcs; in ibnex_port_conf_entry_add()
2336 service_name = kmem_alloc((nsvcs + 1) * sizeof (char *), KM_SLEEP); in ibnex_port_conf_entry_add()
2341 for (i = 0; i < nsvcs; i++) in ibnex_port_conf_entry_add()
2348 kmem_free(ibnex.ibnex_comm_svc_names, nsvcs * sizeof (char *)); in ibnex_port_conf_entry_add()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c1331 int nsvcs; in organize_state() local
1367 nsvcs = 0; in organize_state()
1370 nsvcs++; in organize_state()
1390 ndevs * sizeof (*dep) + nsvcs * ndevs * sizeof (*sepp)); in organize_state()
1891 int nsvcs; in locate_service() local
1936 nsvcs = 0; in locate_service()
1953 if (nsvcs != -1) in locate_service()
1956 nsvcs = -1; in locate_service()
1983 if (ispadi && nsvcs == 0 && in locate_service()
1986 nsvcs++; in locate_service()
[all …]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h313 uint_t nsvcs; /* current number of items */ member
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c2596 ds_svcs.nsvcs++; in ds_ucap_init()
2871 ds_svcs.nsvcs = 0; in ds_init_svcs_tbl()
3306 ds_svcs.nsvcs--; in ds_delete_svc_entry()