Lines Matching refs:kcred
705 err = ldi_open_by_dev(&dev, OTYP_CHR, FREAD|FWRITE, kcred, &lh, li); in softmac_mac_register()
709 (void) ldi_close(lh, FREAD|FWRITE, kcred); in softmac_mac_register()
725 if (ldi_open_by_dev(&dev, OTYP_CHR, FREAD|FWRITE, kcred, &lh, in softmac_mac_register()
734 while (ldi_ioctl(lh, I_POP, 0, FKIOCTL, kcred, &rval) == 0) in softmac_mac_register()
745 (void) ldi_close(lh, FREAD|FWRITE, kcred); in softmac_mac_register()
755 (void) ldi_close(lh, FREAD|FWRITE, kcred); in softmac_mac_register()
762 (void) ldi_close(lh, FREAD|FWRITE, kcred); in softmac_mac_register()
773 (void) ldi_close(lh, FREAD|FWRITE, kcred); in softmac_mac_register()
790 (void) ldi_close(lh, FREAD|FWRITE, kcred); in softmac_mac_register()
803 (void) ldi_close(lh, FREAD|FWRITE, kcred); in softmac_mac_register()
830 if (ldi_ioctl(lh, I_STR, (intptr_t)&iocb, FKIOCTL, kcred, in softmac_mac_register()
858 (void) ldi_close(lh, FREAD|FWRITE, kcred); in softmac_mac_register()
862 (void) ldi_close(lh, FREAD|FWRITE, kcred); in softmac_mac_register()
1332 err = ldi_open_by_dev(&dev, OTYP_CHR, FREAD|FWRITE, kcred, &lh, li); in softmac_lower_setup()
1341 while (ldi_ioctl(lh, I_POP, 0, FKIOCTL, kcred, &rval) == 0) in softmac_lower_setup()
1354 kcred, &rval)) != 0) { in softmac_lower_setup()
1362 kcred, &rval)) != 0) { in softmac_lower_setup()
1375 kcred, &rval)) != 0) { in softmac_lower_setup()
1401 (void) ldi_close(lh, FREAD|FWRITE, kcred); in softmac_lower_setup()
1434 (void) ldi_close(slp->sl_lh, FREAD|FWRITE, kcred); in softmac_m_close()