Lines Matching defs:lda
1608 l_dvd_authinfo lda;
1612 error = copyin((void *)args->arg, &lda, sizeof(lda));
1615 error = linux_to_bsd_dvd_authinfo(&lda, &bcode, &bda);
1621 if (lda.type == LINUX_DVD_HOST_SEND_KEY2) {
1622 lda.type = LINUX_DVD_AUTH_FAILURE;
1623 (void)copyout(&lda, (void *)args->arg,
1624 sizeof(lda));
1628 error = bsd_to_linux_dvd_authinfo(&bda, &lda);
1631 error = copyout(&lda, (void *)args->arg, sizeof(lda));