Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c2263 struct nlm_shres *nsp, *nslist = NULL; in nlm_get_active_shres() local
2270 nsp_new->ns_next = nslist; in nlm_get_active_shres()
2271 nslist = nsp_new; in nlm_get_active_shres()
2275 return (nslist); in nlm_get_active_shres()
2283 nlm_free_shrlist(struct nlm_shres *nslist) in nlm_free_shrlist() argument
2287 while (nslist != NULL) { in nlm_free_shrlist()
2288 nsp = nslist; in nlm_free_shrlist()
2289 nslist = nslist->ns_next; in nlm_free_shrlist()
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c2252 nvme_nschange_list_t *nslist = NULL; in nvme_async_event_task() local
2412 (void **)&nslist, &logsize, in nvme_async_event_task()
2426 uint32_t nsid = nslist->nscl_ns[i]; in nvme_async_event_task()
2519 if (nslist != NULL) in nvme_async_event_task()
2520 kmem_free(nslist, logsize); in nvme_async_event_task()
3324 nvme_identify_nsid_list_t *nslist; in nvme_update_nsid_list() local
3331 return (nslist); in nvme_update_nsid_list()
3365 if (nslist == NULL) in nvme_allocated_ns()
3372 if (ns->ns_id == nslist->nl_nsid[i]) in nvme_allocated_ns()
3408 if (nslist == NULL) in nvme_active_ns()
[all …]
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm_print.c1792 const nvme_identify_nsid_list_t *nslist) in nvme_print_identify_nsid_list() argument
1802 i < ARRAY_SIZE(nslist->nl_nsid) && nslist->nl_nsid[i] != 0; in nvme_print_identify_nsid_list()
1804 nvme_print_uint64(2, "Namespace Identifier", nslist->nl_nsid[i], in nvme_print_identify_nsid_list()