HomeSort by relevance Sort by last modified time
    Searched refs:passno (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/misc/
fsck.h 46 int passno; member in struct:fs_info
e2initrd_helper.c 59 int passno; member in struct:fs_info
238 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
249 passno = parse_word(&cp);
262 parse_escape(passno);
276 fs->passno = passno ? atoi(passno) : -1;
fsck.c 244 int freq, int passno)
256 fs->passno = passno;
273 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
287 passno = parse_word(&cp);
297 parse_escape(passno);
308 passno ? atoi(passno) : -1);
358 if (fs->passno < 0)
359 fs->passno = 0
962 int passno = 1; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.h 487 GLboolean (*Multipass)( struct gl_context *ctx, GLuint passno );
494 * This function will be first invoked with passno == 1.
  /external/mesa3d/src/mesa/tnl/
t_context.h 487 GLboolean (*Multipass)( struct gl_context *ctx, GLuint passno );
494 * This function will be first invoked with passno == 1.

Completed in 86 milliseconds