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

  /src/sys/coda/
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)); )
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

Completed in 12 milliseconds