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 in union:ufs_acl::__anon7845
52 #define acl_next acl_un.acl_next macro
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dacpidev_impl.h112 acpidev_class_list_t *acl_next; member in struct:acpidev_class_list
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_drv.c700 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) {
753 it = it->acl_next) {
773 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) {
1134 for (temp = *listpp; temp != NULL; temp = temp->acl_next) {
1146 listpp = &(*listpp)->acl_next;
1149 item->acl_next = *listpp;
1176 for (temp = NULL; *listpp; listpp = &(*listpp)->acl_next) {
1179 *listpp = (*listpp)->acl_next;
H A Dacpidev_dr.c1800 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) {
1813 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) {
1828 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) {

Completed in 89 milliseconds