Lines Matching defs:fc
1022 struct fiosnapcreate fc;
1026 if (ddi_copyin((void *)arg, &fc, sizeof (fc), mode))
1030 if ((fp = getf(fc.rootfiledesc)) == NULL)
1036 releasef(fc.rootfiledesc);
1045 struct fiosnapcreate_multi fc;
1049 if (ddi_copyin((void *)arg, &fc, sizeof (fc), mode))
1053 if ((fp = getf(fc.rootfiledesc)) == NULL)
1059 releasef(fc.rootfiledesc);
1069 struct fiosnapdelete fc;
1077 if (ddi_copyin((void *)arg, &fc, sizeof (fc), mode))
1081 if ((fp = getf(fc.rootfiledesc)) == NULL)
1087 releasef(fc.rootfiledesc);