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

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_ioctl.h 74 unsigned int msgbufcount; /* IN/OUT */ member in struct:__anon3780ff960508
vchiq_arm.c 828 int msgbufcount = args.msgbufcount; local in function:vchiq_ioctl
878 if (msgbufcount <= 0)
883 msgbufcount--;
886 &args.msgbufs[msgbufcount],
933 pargs->msgbufcount = msgbufcount;

Completed in 15 milliseconds