Searched defs:al32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c574 struct aliases32 al32; local
575 bzero(&al32, sizeof (struct aliases32));
576 if (copyin(ap, &al32, sizeof (struct aliases32)) != 0) {
580 if (al32.a_len > MAXMODCONFNAME) {
584 if (copyin((void *)(uintptr_t)al32.a_name,
585 name, al32.a_len) != 0) {
589 if (name[al32.a_len - 1] != '\0') {
593 alias.a_next = (void *)(uintptr_t)al32.a_next;

Completed in 72 milliseconds