Home
last modified time | relevance | path

Searched refs:sln (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_init.c694 struct csio_lnode *sln; in csio_lnodes_block_request() local
710 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()
711 lnode_list[cur_cnt++] = sln; in csio_lnodes_block_request()
714 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_request()
734 struct csio_lnode *sln; in csio_lnodes_unblock_request() local
749 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()
750 lnode_list[cur_cnt++] = sln; in csio_lnodes_unblock_request()
753 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_request()
772 struct csio_lnode *sln; in csio_lnodes_block_by_port() local
787 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()
[all …]
H A Dcsio_lnode.c141 struct csio_lnode *sln = NULL, *cln = NULL; in csio_ln_lookup_by_vnpi() local
149 sln = (struct csio_lnode *) tmp1; in csio_ln_lookup_by_vnpi()
152 if (sln->vnp_flowid == vnp_id) in csio_ln_lookup_by_vnpi()
153 return sln; in csio_ln_lookup_by_vnpi()
155 if (list_empty(&sln->cln_head)) in csio_ln_lookup_by_vnpi()
159 list_for_each(tmp2, &sln->cln_head) { in csio_ln_lookup_by_vnpi()
181 struct csio_lnode *sln = NULL, *cln = NULL; in csio_lnode_lookup_by_wwpn() local
189 sln = (struct csio_lnode *) tmp1; in csio_lnode_lookup_by_wwpn()
192 if (!memcmp(csio_ln_wwpn(sln), wwpn, 8)) in csio_lnode_lookup_by_wwpn()
193 return sln; in csio_lnode_lookup_by_wwpn()
[all …]
/openbmc/webui-vue/
H A D.gitignore21 *.sln
/openbmc/linux/drivers/w1/
H A Dw1_int.c176 struct w1_slave *sl, *sln; in __w1_remove_master_device() local
187 list_for_each_entry_safe(sl, sln, &dev->slist, w1_slave_entry) { in __w1_remove_master_device()
H A Dw1.c869 struct w1_slave *sl, *sln; in w1_reconnect_slaves() local
878 list_for_each_entry_safe(sl, sln, &dev->slist, w1_slave_entry) { in w1_reconnect_slaves()
1089 struct w1_slave *sl, *sln; in w1_search_process_cb() local
1099 list_for_each_entry_safe(sl, sln, &dev->slist, w1_slave_entry) { in w1_search_process_cb()
/openbmc/openbmc/poky/meta/recipes-core/glibc/
H A Dglibc-package.inc3 PACKAGES = "${PN}-dbg sln nscd ldconfig ldd ldso tzcode glibc-thread-db ${PN}-pic libmemusage mallo…
39 FILES:sln = "${base_sbindir}/sln"
56 SUMMARY:sln = "The static ln"
57 DESCRIPTION:sln = "Similar to the 'ln' utility, but statically linked. sln is useful to make symbo…
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Dzlib-off64_t.patch29sln":"a979198c5b8d144c1ac8f993bfb6f4085d135aa58ca9dcf63ebabf52b5c695f7","src/zlib/contrib/dotzlib/…
31sln":"a979198c5b8d144c1ac8f993bfb6f4085d135aa58ca9dcf63ebabf52b5c695f7","src/zlib/contrib/dotzlib/…
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwpol-yocto.txt614 /sbin/sln -> $(SEC_CRIT) ;
/openbmc/linux/kernel/bpf/
H A Dverifier.c19550 struct bpf_verifier_state_list *sl, *sln; in free_states() local
19555 sln = sl->next; in free_states()
19558 sl = sln; in free_states()
19569 sln = sl->next; in free_states()
19572 sl = sln; in free_states()