Searched refs:passno (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/misc/
H A Dfsck.h46 int passno; member in struct:fs_info
H A De2initrd_helper.c59 int passno; member in struct:fs_info
235 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
246 passno = parse_word(&cp);
259 parse_escape(passno);
273 fs->passno = passno ? atoi(passno) : -1;
H A Dfsck.c245 int freq, int passno)
257 fs->passno = passno;
274 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
288 passno = parse_word(&cp);
298 parse_escape(passno);
309 passno ? atoi(passno) : -1);
359 if (fs->passno < 0)
360 fs->passno
243 create_fs_device(const char *device, const char *mntpnt, const char *type, const char *opts, int freq, int passno) argument
962 int passno = 1; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_context.h487 GLboolean (*Multipass)( struct gl_context *ctx, GLuint passno );
494 * This function will be first invoked with passno == 1.
/external/mesa3d/src/mesa/tnl/
H A Dt_context.h487 GLboolean (*Multipass)( struct gl_context *ctx, GLuint passno );
494 * This function will be first invoked with passno == 1.

Completed in 144 milliseconds