p9_qid
struct p9_qid qid;
struct p9_qid qid;
struct p9_qid qid;
memmove(&fid->qid, &qid, sizeof(struct p9_qid));
struct p9_qid *wqids;
memmove(&fid->qid, &wqids[nwqids - 1], sizeof(struct p9_qid));
struct p9_qid qid; /* 9P server qid for this dirent */
struct p9_qid qid; /* server identifier */
struct p9_qid *qid = va_arg(ap, struct p9_qid *);
struct p9_qid **wqids_p = va_arg(ap, struct p9_qid **);
struct p9_qid *wqids;
wqids = malloc(nwqid * sizeof(struct p9_qid), M_TEMP, M_NOWAIT | M_ZERO);
const struct p9_qid *qid = va_arg(ap, const struct p9_qid *);
struct p9_qid *wqids = va_arg(ap, struct p9_qid *);
struct p9_qid qid; /* identifier used by server for file system entity information */
struct p9_qid qid; /* identifier used by server for file system entity information */
struct p9_qid *qid;
qid = (struct p9_qid *)arg;