/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | _libzfs_core.py | 103 :raises FilesystemExists: if a dataset with the given name already exists. 104 :raises ParentNotFound: if a parent dataset of the requested dataset does 106 :raises PropertyInvalid: if one or more of the specified properties is 108 :raises NameInvalid: if the name is not a valid dataset name. 109 :raises NameTooLong: if the name is too long. 110 :raises WrongParent: if the parent dataset of the requested dataset is not 140 :raises FilesystemExists: if a dataset with the given name already exists. 141 :raises DatasetNotFound: if either a parent dataset of the requested 143 :raises PropertyInvalid: if one or more of the specified properties is 145 :raises FilesystemNameInvalid: if the name is not a valid dataset name. [all …]
|
/freebsd/tools/regression/tmpfs/ |
H A D | t_rename | 152 test_name "Renaming a file raises NOTE_RENAME on the old file" 154 test_name "Renaming a file raises NOTE_WRITE on the parent directory" 163 test_name "Renaming a file raises NOTE_RENAME on the old file" 165 test_name "Renaming a file raises NOTE_WRITE on the parent directory" 167 test_name "Renaming a file raises NOTE_DELETE on the target file" 176 test_name "Moving a file raises NOTE_RENAME on the old file" 178 test_name "Moving a file raises NOTE_WRITE on the source directory" 180 test_name "Moving a file raises NOTE_WRITE on the target directory"
|
H A D | t_setattr | 53 test_name "Changing a file's owner raises NOTE_ATTRIB on it" 66 test_name "Changing a file's group raises NOTE_ATTRIB on it" 78 test_name "Changing a file's owner and group raises NOTE_ATTRIB on it" 89 test_name "Updating a file's mode raises NOTE_ATTRIB on it" 101 test_name "Updating a file's times raises NOTE_ATTRIB on it"
|
H A D | t_link | 82 test_name "Creating a link raises NOTE_LINK on the source file" 84 test_name "Creating a link raises NOTE_WRITE on the parent directory" 89 # should raise a NOTE_LINK but FFS raises a NOTE_DELETE... 90 test_name "Deleting a link raises NOTE_DELETE on one other link" 92 test_name "Deleting a link raises NOTE_WRITE on the parent directory"
|
H A D | t_read_write | 60 test_name "Writing to a file raises NOTE_WRITE" 65 test_name "Appending to a file raises NOTE_EXTEND" 67 test_name "Appending to a file raises NOTE_WRITE"
|
H A D | t_rmdir | 93 test_name "Deleting a directory raises NOTE_DELETE on it" 95 test_name "Deleting a directory raises NOTE_LINK on the parent" \ 98 test_name "Deleting a directory raises NOTE_WRITE on the parent" \
|
H A D | t_remove | 66 test_name "Deleting a file raises NOTE_DELETE on it" 68 test_name "Deleting a file raises NOTE_WRITE on the parent directory"
|
H A D | t_mkdir | 90 test_name "Creating a directory raises NOTE_LINK on the parent" \ 93 test_name "Creating a directory raises NOTE_WRITE on the parent" \
|
/freebsd/contrib/netbsd-tests/fs/tmpfs/ |
H A D | t_setattr.sh | 53 atf_set "descr" "Tests that changing the file owner raises" \ 87 atf_set "descr" "Tests that changing the file group raises" \ 122 "raises NOTE_ATTRIB on it" 153 atf_set "descr" "Tests that changing the file mode raises" \ 188 atf_set "descr" "Tests that changing the file times raises" \
|
H A D | t_mknod.sh | 51 atf_set "descr" "Tests that creating a block device raises the" \ 85 atf_set "descr" "Tests that creating a character device raises the" \ 118 atf_set "descr" "Tests that creating a named pipe raises the" \
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | twlxxxx-usb.txt | 6 interrupt number is the otg interrupt number that raises ID interrupts when 8 usb interrupt number that raises VBUS interrupts when the controller has to 26 interrupt number is the otg interrupt number that raises ID interrupts
|
/freebsd/lib/msun/man/ |
H A D | tanpi.3 | 72 returns \*(Na for n > 0 and raises an FE_INVALID exception. 74 return an \*(Na and raises an FE_INVALID exception. 76 return an \*(Na and raises an FE_INVALID exception.
|
H A D | fenv.3 | 97 raises a divide-by-zero exception. 116 raises an overflow exception. 202 but it also re-raises any floating-point exceptions from the old 210 It explicitly raises an invalid exception on appropriate inputs using
|
H A D | sinpi.3 | 72 return an \*(Na and raises an FE_INVALID exception. 74 return an \*(Na and raises an FE_INVALID exception.
|
H A D | cospi.3 | 78 return an \*(Na and raises an FE_INVALID exception. 80 return an \*(Na and raises an FE_INVALID exception.
|
H A D | clog.3 | 74 .It x + I*\*(Na Ta \*(Na + I*\*(Na Ta Optionally raises invalid 82 .It \*(Na + I*y Ta \*(Na + I*\*(Na Ta Optionally raises invalid
|
/freebsd/tools/regression/usr.bin/cc/ |
H A D | float.c | 135 skiptest("FENV_ACCESS: NaN comparison raises invalid exception", in run_tests() 148 skiptest("FENV_ACCESS: Inf->int conversion raises invalid exception", in run_tests() 155 test("0.75->int conversion rounds toward 0, raises inexact exception", in run_tests() 161 test("-42.0->int conversion is exact, raises no exception", in run_tests() 167 skiptest("FENV_ACCESS: const Inf->int conversion raises invalid", in run_tests() 173 skiptest("FENV_ACCESS: const double->int conversion raises inexact", in run_tests()
|
/freebsd/share/man/man4/ |
H A D | lp.4 | 140 sender writes the 4 most significant bits and raises the handshake line; 141 receiver reads the 4 bits and raises its handshake to acknowledge; 187 sender writes the 4 least significant bits and raises the handshake line; 188 receiver reads the 4 bits and raises its handshake to acknowledge;
|
/freebsd/lib/msun/src/ |
H A D | s_tanpi.c | 62 * tanpi(n+1/2) = +inf and raises the FE_DIVBYZERO exception for 64 * tanpi(n+1/2) = -inf and raises the FE_DIVBYZERO exception for 66 * tanpi(+-inf) = NaN and raises the FE_INVALID exception. 67 * tanpi(nan) = NaN and raises the FE_INVALID exception.
|
H A D | s_ccosh.c | 114 * Optionally raises the invalid floating-point exception for finite in ccosh() 139 * Optionally raises the invalid floating-point exception. in ccosh() 143 * Optionally raises the invalid floating-point exception for finite in ccosh()
|
H A D | s_csinh.c | 111 * Optionally raises the invalid floating-point exception for finite in csinh() 138 * Optionally raises the invalid floating-point exception. in csinh() 142 * Optionally raises the invalid floating-point exception for finite in csinh()
|
/freebsd/contrib/atf/atf-c++/ |
H A D | atf-c++.3 | 382 takes an expression and raises a failure if it evaluates to false. 385 takes two expressions and raises a failure if the two do not evaluate to 395 takes a regular expression and a string and raises a failure if the regular 403 takes the name of an exception and a statement and raises a failure if 406 takes the name of an exception, a regular expression and a statement, and raises
|
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ |
H A D | dataset.py | 116 Raises a ZFSError if the dataset can't be accessed (eg 141 Raises KeyError if propname does not specify a native property. 161 # next_dataset raises StopIteration when done
|
/freebsd/lib/msun/tests/ |
H A D | cexp_test.c | 50 * whether cexp() raises an invalid exception is unspecified. 121 /* cexp(x + NaNi) = NaN + NaNi and optionally raises invalid */ in ATF_TC_BODY() 122 /* cexp(NaN + yi) = NaN + NaNi and optionally raises invalid (|y|>0) */ in ATF_TC_BODY() 153 /* cexp(x + inf i) = NaN + NaNi and raises invalid */ in ATF_TC_BODY()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | heap.html | 19 and which optionally raises an exception when an allocation request 101 except that it raises the <tt>SmHeapOutOfMemory</tt> exception 133 except that it raises the SmHeapOutOfMemory exception 220 that raises an exception on error.
|