Symbol: stall
sbin/init/init.c
1064
stall("can't exec getty '%s' for port %s: %m",
sbin/init/init.c
1346
stall("can't exec %s for %s %s: %m", _PATH_BSHELL,
sbin/init/init.c
476
stall("can't open %s: %m", name);
sbin/init/init.c
480
stall("can't get %s for controlling terminal: %m", name);
sbin/init/init.c
689
stall("can't exec %s for %s: %m", _PATH_BSHELL, _PATH_RUNCOM);
sbin/init/init.c
90
void stall(char *, ...);
sbin/init/init.c
973
stall("can't exec window system '%s' for port %s: %m",
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c
736
static void kgd_gfx_v10_set_wave_launch_stall(struct amdgpu_device *adev, uint32_t vmid, bool stall)
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c
742
stall ? 1 << vmid : 0);
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c
746
if (!stall)
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
673
bool stall)
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
680
stall ? 1 << vmid : 0);
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
683
stall ? 1 : 0);
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
687
if (!stall)
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.h
68
bool stall);
sys/dev/pci/drm/amd/display/modules/hdcp/hdcp_ddc.c
701
struct mod_hdcp_atomic_op_aux stall = { 0, NULL, 0, };
sys/dev/pci/drm/amd/display/modules/hdcp/hdcp_ddc.c
713
&stall,
sys/dev/pci/drm/drm_atomic_helper.c
3257
bool stall)
sys/dev/pci/drm/drm_atomic_helper.c
3271
if (stall) {
sys/dev/pci/drm/include/drm/drm_atomic_helper.h
138
bool stall);
sys/isofs/cd9660/cd9660_vfsops.c
616
cd9660_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred,
sys/isofs/udf/udf_vfsops.c
538
udf_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred, struct proc *p)
sys/kern/vfs_subr.c
1689
vfs_stall(struct proc *p, int stall)
sys/kern/vfs_subr.c
1694
if (stall) {
sys/kern/vfs_subr.c
1705
if (stall) {
sys/kern/vfs_subr.c
1713
error = VFS_SYNC(mp, MNT_WAIT, stall, p->p_ucred, p);
sys/kern/vfs_subr.c
1730
if (!stall) {
sys/miscfs/fuse/fuse_vfsops.c
259
fusefs_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred,
sys/msdosfs/msdosfs_vfsops.c
673
msdosfs_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred,
sys/nfs/nfs_vfsops.c
793
nfs_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred, struct proc *p)
sys/ntfs/ntfs_vfsops.c
615
ntfs_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred, struct proc *p)
sys/sys/mount.h
523
int (*vfs_sync)(struct mount *mp, int waitfor, int stall,
sys/tmpfs/tmpfs_vfsops.c
358
tmpfs_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred,
sys/ufs/ext2fs/ext2fs_vfsops.c
751
ext2fs_sync(struct mount *mp, int waitfor, int stall,
sys/ufs/ext2fs/ext2fs_vfsops.c
793
if (stall && fs->e2fs_ronly == 0) {
sys/ufs/ffs/ffs_vfsops.c
1101
ffs_sync(struct mount *mp, int waitfor, int stall, struct ucred *cred, struct proc *p)
sys/ufs/ffs/ffs_vfsops.c
1152
if (stall && fs->fs_ronly == 0) {