HomeSort by: relevance | last modified time | path
    Searched refs:coda_ioctl (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/coda/
coda_vnops.h 53 int coda_ioctl(void *);
coda.h 317 #define CODA_IOCTL 6
429 /* coda_ioctl: */
743 struct coda_ioctl_in coda_ioctl; member in union:inputArgs
768 struct coda_ioctl_out coda_ioctl; member in union:outputArgs
coda_venus.c 288 DECL(coda_ioctl); /* sets Isize & Osize */
293 ALLOC(coda_ioctl); /* sets inp & outp */
295 INIT_IN_L(&inp->ih, CODA_IOCTL, cred, l);
coda_vnops.c 119 { &vop_ioctl_desc, coda_ioctl }, /* ioctl */
497 coda_ioctl(void *v) function in typeref:typename:int
514 CODADEBUG(CODA_IOCTL, myprintf(("in coda_ioctl on %s\n", iap->path));)
522 CODADEBUG(CODA_IOCTL, myprintf(("%s error: vp != ctlvp", __func__));)
535 CODADEBUG(CODA_IOCTL, myprintf(("%s error: lookup returns %d\n",
548 CODADEBUG(CODA_IOCTL, myprintf(("%s error: %s not a coda object\n",
563 CODADEBUG(CODA_IOCTL, myprintf(("Ioctl returns %d \n", error)); )

Completed in 16 milliseconds