Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dnvm_meta.txt111 …vm_cfg1" 8,offset 0 8,size 4 8,elementSize 0 8,stringFormat {^(\d+)$} 8,listType enum 8,allowedLis…
112 …vm_cfg1" 9,offset 4 9,size 8 9,elementSize 0 9,stringFormat {^(\d+)$} 9,listType enum 9,allowedLis…
113 …1" 10,offset 64 10,size 8 10,elementSize 0 10,stringFormat {^(\d+)$} 10,listType enum 10,allowedLi…
118 …" 15,offset 288 15,size 2 15,elementSize 0 15,stringFormat {^(\d+)$} 15,listType enum 15,allowedLi…
119 …" 16,offset 290 16,size 1 16,elementSize 0 16,stringFormat {^(\d+)$} 16,listType enum 16,allowedLi…
120 …" 17,offset 291 17,size 2 17,elementSize 0 17,stringFormat {^(\d+)$} 17,listType enum 17,allowedLi…
126 …1" 26,offset 80 26,size 4 26,elementSize 0 26,stringFormat {^(\d+)$} 26,listType enum 26,allowedLi…
153 …" 55,offset 288 55,size 8 55,elementSize 0 55,stringFormat {^(\d+)$} 55,listType enum 55,allowedLi…
163 …1" 70,offset 29 70,size 1 70,elementSize 0 70,stringFormat {^(\d+)$} 70,listType enum 70,allowedLi…
164 …1" 71,offset 30 71,size 1 71,elementSize 0 71,stringFormat {^(\d+)$} 71,listType enum 71,allowedLi…
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c1733 cookie->listType = 0; in paging_supported()
1737 cookie->listType = VLVCTRLFLAG; in paging_supported()
1743 cookie->listType = SIMPLEPAGECTRLFLAG; in paging_supported()
2042 if (cookie->listType == VLVCTRLFLAG) { in multi_result()
2112 } else if (cookie->listType == SIMPLEPAGECTRLFLAG) { in multi_result()
2174 if (!finished && cookie->listType == VLVCTRLFLAG) in multi_result()
2176 if (!finished && cookie->listType == SIMPLEPAGECTRLFLAG) in multi_result()
2404 if (cookie->listType == VLVCTRLFLAG) in search_state_machine()
2693 cookie->listType == VLVCTRLFLAG && in search_state_machine()
2808 if (cookie->listType == VLVCTRLFLAG) in search_state_machine()
H A Dns_internal.h668 int listType; member