st_mode           649 kern/dev/lamebus/emu.c 	result = VOP_GETTYPE(v, &statbuf->st_mode);
st_mode           653 kern/dev/lamebus/emu.c 	statbuf->st_mode |= 0644; /* possibly a lie */
st_mode          1031 kern/fs/sfs/sfs_vnode.c 	result = VOP_GETTYPE(v, &statbuf->st_mode);
st_mode            45 kern/include/kern/stat.h 	mode_t st_mode;		/* file type and protection mode */
st_mode           159 kern/vfs/device.c 	result = VOP_GETTYPE(v, &statbuf->st_mode);
st_mode           164 kern/vfs/device.c 	statbuf->st_mode |= 0600;
st_mode           107 user/bin/ls/ls.c 	return S_ISDIR(buf.st_mode);
st_mode           161 user/bin/ls/ls.c 		if (S_ISREG(statbuf.st_mode)) {
st_mode           164 user/bin/ls/ls.c 		else if (S_ISDIR(statbuf.st_mode)) {
st_mode           167 user/bin/ls/ls.c 		else if (S_ISLNK(statbuf.st_mode)) {
st_mode           170 user/bin/ls/ls.c 		else if (S_ISCHR(statbuf.st_mode)) {
st_mode           173 user/bin/ls/ls.c 		else if (S_ISBLK(statbuf.st_mode)) {