Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c581 struct aliases32 al32; in modctl_update_driver_aliases() local
582 bzero(&al32, sizeof (struct aliases32)); in modctl_update_driver_aliases()
583 if (copyin(ap, &al32, sizeof (struct aliases32)) != 0) { in modctl_update_driver_aliases()
587 if (al32.a_len > MAXMODCONFNAME) { in modctl_update_driver_aliases()
591 if (copyin((void *)(uintptr_t)al32.a_name, in modctl_update_driver_aliases()
592 name, al32.a_len) != 0) { in modctl_update_driver_aliases()
596 if (name[al32.a_len - 1] != '\0') { in modctl_update_driver_aliases()
600 alias.a_next = (void *)(uintptr_t)al32.a_next; in modctl_update_driver_aliases()