Searched refs:al_next (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dalist.h101 * - al_nitems and al_next are redundant, in that they are
103 * al_next = al_nitems * al_size
117 Aliste al_next; /* offset of next available al_data[] */ member in struct:__anon1543
201 (((LIST) != NULL) && ((OFF) < (LIST)->al_next)); \
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dalist.c121 lp->al_next = ALIST_OFF_DATA;
163 lp->al_next += lp->al_size;
319 lp->al_next -= lp->al_size;
456 lp->al_next = ALIST_OFF_DATA;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h389 struct addrlist *al_next; /* next address */ member in struct:addrlist
H A Dmpd_tables.c3237 for (addrp = pg->pg_addrs; addrp != NULL; addrp = addrp->al_next)
3242 for (addrp = pg->pg_addrs; addrp != NULL; addrp = addrp->al_next) {
3387 for (addrp = pg->pg_addrs; addrp != NULL; addrp = addrp->al_next) {
H A Dmpd_main.c2823 addrp->al_next = *addrsp;
2834 next_addrp = addrp->al_next;
H A Dmpd_probe.c2719 for (addrp = localaddrs; addrp != NULL; addrp = addrp->al_next) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h138 struct alist_s *al_next; member in struct:alist_s
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.h417 struct amd_iommu_alias *al_next; member in struct:amd_iommu_alias
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y2101 al->al_next = ptr;
2120 for (n = top, a = list; (n != NULL) && (a != NULL); a = a->al_next) {
2130 if (a->al_next != NULL) {
2165 for (n = top, a = list; (n != NULL) && (a != NULL); a = a->al_next) {
2174 if (a->al_next != NULL) {

Completed in 118 milliseconds