Home
last modified time | relevance | path

Searched refs:acl_next (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_acl.h44 uint32_t acl_next; /* Pad for old structure */ member
52 #define acl_next acl_un.acl_next macro
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_drv.c716 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) { in acpidev_probe_child()
769 it = it->acl_next) { in acpidev_probe_child()
789 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) { in acpidev_probe_child()
1147 for (temp = *listpp; temp != NULL; temp = temp->acl_next) { in acpidev_register_class()
1159 listpp = &(*listpp)->acl_next; in acpidev_register_class()
1162 item->acl_next = *listpp; in acpidev_register_class()
1189 for (temp = NULL; *listpp; listpp = &(*listpp)->acl_next) { in acpidev_unregister_class()
1192 *listpp = (*listpp)->acl_next; in acpidev_unregister_class()
H A Dacpidev_dr.c1803 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) { in acpidev_dr_probe_object()
1816 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) { in acpidev_dr_probe_object()
1831 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) { in acpidev_dr_probe_object()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dacpidev_impl.h112 acpidev_class_list_t *acl_next; member