Searched refs:auxarg (Results 1 – 3 of 3) sorted by relevance
/openbsd/sbin/fsck/ |
H A D | preen.c | 82 void *auxarg; in checkfstab() local 98 if ((auxarg = (*docheck)(fs)) == NULL) in checkfstab() 115 name, fs->fs_file, auxarg, NULL); in checkfstab() 128 fs->fs_file, auxarg); in checkfstab() 288 addpart(const char *type, const char *devname, const char *mntpt, void *auxarg) in addpart() argument 303 p->p_auxarg = auxarg; in addpart()
|
H A D | fsck.c | 251 checkfs(const char *vfstype, const char *spec, const char *mntpt, void *auxarg, in checkfs() argument
|
/openbsd/sbin/quotacheck/ |
H A D | quotacheck.c | 264 void *auxarg, pid_t *pidp) in chkquota() argument 266 struct quotaname *qnp = auxarg; in chkquota()
|