Lines Matching refs:next
155 struct statfs* next;
261 if ((n = getmntinfo(&mp->next, 0)) <= 0)
266 mp->last = mp->next + n;
278 if (mp->next < mp->last)
280 flags = mp->next->f_flags;
285 set(&mp->hdr, mp->next->f_mntfromname, mp->next->f_mntonname, TYPE(mp->next), n ? (mp->opt + 1) : (char*)0);
286 mp->next++;
324 struct vmount* next;
343 mp->next = mp->info;
357 if (vmt2datasize(mp->next, VMT_HOST) && (s = vmt2dataptr(mp->next, VMT_HOST)) && !streq(s, "-"))
359 sfsprintf(mp->remote, sizeof(mp->remote) - 1, "%s:%s", s, vmt2dataptr(mp->next, VMT_OBJECT));
363 s = vmt2dataptr(mp->next, VMT_OBJECT);
364 if (vmt2datasize(mp->next, VMT_ARGS))
365 o = vmt2dataptr(mp->next, VMT_ARGS);
368 switch (mp->next->vmt_gfstype)
411 sfsprintf(t = mp->type, sizeof(mp->type), "aix%+d", mp->next->vmt_gfstype);
414 set(&mp->hdr, s, vmt2dataptr(mp->next, VMT_STUB), t, o);
416 mp->next = (struct vmount*)((char*)mp->next + mp->next->vmt_length);