FreeBSD Bugzilla – Attachment 102966 Details for
Bug 142816
[patch] namei(9) return values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.37 KB, created by
Lachlan Kang
on 2010-01-14 05:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Lachlan Kang
Created:
2010-01-14 05:30:02 UTC
Size:
1.37 KB
patch
obsolete
>Index: head/share/man/man9/namei.9 >=================================================================== >--- head/share/man/man9/namei.9 (revision 202273) >+++ head/share/man/man9/namei.9 (working copy) >@@ -315,6 +315,30 @@ > .Fn NDFREE > function. > .El >+.Sh RETURN VALUES >+If successful, >+.Fn namei >+will return 0, otherwise it will return an error. >+.Sh ERRORS >+Errors which >+.Fn namei >+may return: >+.Bl -tag -width Er >+.It Bq Er ENOENT >+No such file or directory. A component of a specified pathname did not exist, or the pathname was an empty string. >+.It Bq Er ACCES >+Permission denied. An attempt was made to access a file in a way forbidden by its file access permissions. >+.It Bq Er ENOTDIR >+Not a directory. A component of the specified pathname existed, but it was not a directory, when a directory was expected. >+.It Bq Er EISDIR >+Is a directory. An attempt was made to open a directory with write mode specified. >+.It Bq Er EROFS >+Read-only file system. An attempt was made to modify a file or directory on a file system that was read-only at the time. >+.It Bq Er ELOOP >+Too many levels of symbolic links. A path name lookup involved more than 32 (MAXSYMLINKS) symbolic links. >+.It Bq Er ENAMETOOLONG >+File name too long. A component of a path name exceeded {NAME_MAX} characters, or an entire path name exceeded {PATH_MAX} characters. >+.El > .Sh FILES > .Bl -tag > .It Pa src/sys/kern/vfs_lookup.c
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 142816
: 102966