Home
last modified time | relevance | path

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

/external/u-boot/include/linux/mtd/
Dubi.h128 int list_pos; member
144 usgl->list_pos = 0; in ubi_sgl_init()
/external/iptables/libiptc/
Dlibiptc.c343 struct list_head *list_pos; in __iptcc_bsearch_chain_index() local
344 list_pos=&handle->chains; in __iptcc_bsearch_chain_index()
349 return list_pos; in __iptcc_bsearch_chain_index()
389 list_pos = &handle->chain_index[pos]->list; in __iptcc_bsearch_chain_index()
394 return list_pos; in __iptcc_bsearch_chain_index()
402 return list_pos; in __iptcc_bsearch_chain_index()
411 return list_pos; in __iptcc_bsearch_chain_index()
426 return list_pos; in __iptcc_bsearch_chain_index()
472 struct list_head *list_pos; in iptcc_linearly_search_chain_index() local
473 list_pos = &handle->chains; in iptcc_linearly_search_chain_index()
[all …]
/external/u-boot/drivers/mtd/ubi/
Deba.c500 ubi_assert(sgl->list_pos < UBI_MAX_SG_COUNT); in ubi_eba_read_leb_sg()
501 sg = &sgl->sg[sgl->list_pos]; in ubi_eba_read_leb_sg()
518 sgl->list_pos++; in ubi_eba_read_leb_sg()
525 sgl->list_pos++; in ubi_eba_read_leb_sg()