| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | exceptions.py | 39 message = None variable in ZFSError 58 self.message = message 97 message = "Dataset not found" variable in DatasetNotFound 141 message = "Parent not found" variable in ParentNotFound 187 message = "Snapshot is held" variable in SnapshotIsHeld 376 message = "I/O error" variable in ZIOError 384 message = "No space left" variable in NoSpace 392 message = "Quota exceeded" variable in QuotaExceeded 416 message = "Invalid name" variable in NameInvalid 461 message = "No such pool" variable in PoolNotFound [all …]
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_02.X.out | 1 …</name><flags>0x8843</flags><name>em0</name><flags>0x8843</flags><what>braces</what><message>abcdef 2 </message><message>abcdef: Bad file descriptor 3 </message><message>improper use of profanity; ten yard penalty; first down 4 …/message><length>abcdef</length><fd>-1</fd><error>Bad file descriptor</error><test>good</test><fd>… 5 …message><lines>20</lines><words>30</words><characters>40</characters><bytes>0</bytes><bytes>1</byt… 6 </message><error><message>Shut 'er down, Clancey! She's a-pumpin' mud! <>!,"!<> 7 </message></error><error><message>err message (1)</message></error><error><message>err message (2) 8 </message></error><error><message>err message (1) 9 </message></error><error><message>err message (2) 10 </message></error></data></top>
|
| H A D | test_02.XP.out | 9 </message> 11 </message> 13 </message> 71 <message>this is an error</message> 74 <message>two more errors</message> 77 <message>this is an warning</message> 80 <message>two more warnings</message> 91 <message>err message (1)</message> 94 <message>err message (2) 98 <message>err message (1) [all …]
|
| H A D | test_02.JP.out | 68 "message": "this is an error" 71 "message": "two more errors" 74 "message": "this is an warning" 77 "message": "two more warnings" 82 "message": "Shut 'er down, Clancey! She's a-pumpin' mud! <>!,\"!<>\n" 85 "message": "err message (1)" 88 "message": "err message (2)\n" 91 "message": "err message (1)\n" 94 "message": "err message (2)\n"
|
| H A D | test_02.J.out | 1 …message":"this is an error"}, "__error": {"message":"two more errors"}, "__warning": {"message":"t…
|
| H A D | test_02.T.err | 3 err message (1)err message (2) 4 err message (1) 5 err message (2)
|
| /f-stack/freebsd/contrib/zstd/lib/deprecated/ |
| H A D | zbuff.h | 45 # define ZBUFF_DEPRECATED(message) ZSTDLIB_API /* disable deprecation warnings */ argument 48 # define ZBUFF_DEPRECATED(message) [[deprecated(message)]] ZSTDLIB_API 50 # define ZBUFF_DEPRECATED(message) ZSTDLIB_API __attribute__((deprecated(message))) 52 # define ZBUFF_DEPRECATED(message) ZSTDLIB_API __attribute__((deprecated)) 54 # define ZBUFF_DEPRECATED(message) ZSTDLIB_API __declspec(deprecated(message)) 56 # pragma message("WARNING: You need to implement ZBUFF_DEPRECATED for this compiler") 57 # define ZBUFF_DEPRECATED(message) ZSTDLIB_API
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | msg.def | 35 # ALERTING message 80 # CONNECT message 131 # RELEASE message 173 # SETUP message 225 # STATUS message 256 # NOTIFY message 271 # RESTART message 301 # ADD PARTY message 398 # DROP PARTY message 493 # FACILITY message [all …]
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_tm.c | 323 error->message = "profile in use"; in ixgbe_shaper_profile_del() 469 error->message = "invalid node id"; in ixgbe_node_param_check() 616 error->message = "Wrong level"; in ixgbe_node_add() 670 error->message = "Wrong level"; in ixgbe_node_add() 680 error->message = "too many TCs"; in ixgbe_node_add() 772 error->message = "no such node"; in ixgbe_node_delete() 779 error->message = in ixgbe_node_delete() 829 error->message = "no such node"; in ixgbe_node_type_get() 854 error->message = "too deep level"; in ixgbe_level_capabilities_get() 948 error->message = "no such node"; in ixgbe_node_capabilities_get() [all …]
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_tm.c | 272 error->message = "profile ID exist"; in i40e_shaper_profile_add() 312 error->message = "profile in use"; in i40e_shaper_profile_del() 363 error->message = "invalid node id"; in i40e_node_param_check() 506 error->message = "Wrong level"; in i40e_node_add() 559 error->message = "Wrong level"; in i40e_node_add() 569 error->message = "too many TCs"; in i40e_node_add() 651 error->message = "no such node"; in i40e_node_delete() 658 error->message = in i40e_node_delete() 708 error->message = "no such node"; in i40e_node_type_get() 733 error->message = "too deep level"; in i40e_level_capabilities_get() [all …]
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.h | 277 # define ZDICT_DEPRECATED(message) ZDICTLIB_API /* disable deprecation warnings */ argument 281 # define ZDICT_DEPRECATED(message) [[deprecated(message)]] ZDICTLIB_API argument 283 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated(message))) argument 285 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated)) argument 287 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __declspec(deprecated(message)) argument 289 # pragma message("WARNING: You need to implement ZDICT_DEPRECATED for this compiler") 290 # define ZDICT_DEPRECATED(message) ZDICTLIB_API argument
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | test.h | 8 char message[ASSERT_BUFSIZE]; \ 15 malloc_snprintf(message, sizeof(message), __VA_ARGS__); \ 16 p_test_fail(prefix, message); \ 218 char message[ASSERT_BUFSIZE]; \ 225 malloc_snprintf(message, sizeof(message), __VA_ARGS__); \ 226 p_test_fail(prefix, message); \ 234 char message[ASSERT_BUFSIZE]; \ 241 malloc_snprintf(message, sizeof(message), __VA_ARGS__); \ 257 malloc_snprintf(message, sizeof(message), __VA_ARGS__); \ 270 malloc_snprintf(message, sizeof(message), __VA_ARGS__); \ [all …]
|
| /f-stack/tools/libxo/doc/ |
| H A D | xolint.rst | 4 The message "A percent sign appearing in text is a literal" can be caused by code like: 23 The message "Unknown long name for role/modifier" can be caused by code like: 79 The message "Only one field role can be used" can be caused by code like: 145 The message "Field has color without fg- or bg- (role: C)" can be caused by code like: 163 The message "Field has invalid color or effect (role: C)" can be caused by code like: 225 The message "Value field must have a name (as content)")" can be caused by code like: 265 The message "Value field name cannot start with digit" can be caused by code like: 283 The message "Value field name should be lower case" can be caused by code like: 367 The message "Anchor content should be decimal width" can be caused by code like: 389 The message "Anchor format should be "%d"" can be caused by code like: [all …]
|
| /f-stack/freebsd/contrib/vchiq/interface/vchi/ |
| H A D | vchi.h | 120 void *message; member 288 extern void *vchi_held_msg_ptr( const VCHI_HELD_MSG_T *message ); 291 extern int32_t vchi_held_msg_size( const VCHI_HELD_MSG_T *message ); 294 extern uint32_t vchi_held_msg_tx_timestamp( const VCHI_HELD_MSG_T *message ); 297 extern uint32_t vchi_held_msg_rx_timestamp( const VCHI_HELD_MSG_T *message ); 300 extern int32_t vchi_held_msg_release( VCHI_HELD_MSG_T *message ); 317 VCHI_HELD_MSG_T *message ); 323 VCHI_HELD_MSG_T *message );
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | aead_aes256gcm.c | 3088 unsigned char *message; in tv() local 3115 message = (unsigned char *) sodium_malloc(message_len); in tv() 3116 sodium_hex2bin(message, message_len, in tv() 3140 message, message_len, in tv() 3156 message, message_len, in tv() 3199 if (memcmp(decrypted, message, message_len) != 0) { in tv() 3209 if (memcmp(decrypted, message, message_len) != 0) { in tv() 3213 sodium_free(message); in tv()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | mpic-msgr.txt | 4 representation of the message register blocks found in some FSL MPIC 9 - compatible: Specifies the compatibility list for the message register 12 the MPIC containing the message registers. 15 message register block's addressable register space. The type shall be 27 bit at bit 'n' indicates that message register 'n' can receive interrupts. 29 be <u32>. If not present, then all of the message registers in the block 34 An alias should be created for every message register block. They are not
|
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/include/ |
| H A D | logapi.shlib | 326 # $@ - message text 335 # $@ - message text 344 # $@ - message text 353 # $@ - message text 362 # $@ - message text 371 # $@ - message text 380 # $@ - message text 389 # $@ - message text 398 # $@ - message text 407 # $@ - message text [all …]
|
| /f-stack/dpdk/doc/ |
| H A D | meson.build | 10 message = 'No docs targets found' variable 12 message = 'Building docs:' variable 14 run_target('doc', command: ['echo', message, doc_target_names],
|
| /f-stack/tools/libxo/tests/gettext/saved/ |
| H A D | gt_01.XP.out | 35 <message>Nableuay otay ectulatobjay orwardfay elocipingvay</message> 41 <message>automaticyay ynchronizationsay ofyay ardinalyay ammetersgray ailedfay</message>
|
| H A D | gt_01.X.out | 1 …message>Nableuay otay ectulatobjay orwardfay elocipingvay</message><verb>ectulatobjay</verb><error…
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | luac.c | 36 static void fatal(const char* message) in fatal() argument 38 fprintf(stderr,"%s: %s\n",progname,message); in fatal() 48 static void usage(const char* message) in usage() argument 50 if (*message=='-') in usage() 51 fprintf(stderr,"%s: unrecognized option " LUA_QS "\n",progname,message); in usage() 53 fprintf(stderr,"%s: %s\n",progname,message); in usage()
|
| /f-stack/dpdk/examples/multi_process/simple_mp/ |
| H A D | mp_commands.c | 39 cmdline_fixed_string_t message; member 51 strlcpy((char *)msg, res->message, STR_TOKEN_SIZE); in cmd_send_parsed() 61 TOKEN_STRING_INITIALIZER(struct cmd_send_result, message, NULL);
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,aoss-qmp.txt | 6 SoC has it's own block of message RAM and IRQ for communication with the AOSS. 7 The protocol used to communicate in the message RAM is known as Qualcomm 27 Definition: the base address and size of the message RAM for this 33 Definition: should specify the AOSS message IRQ for this client 67 The following example represents the AOSS side-channel message RAM and the
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tm.c | 1601 error->message = "invalid config"; in send_tm_reqval() 2063 error->message = "no such node"; in otx2_nix_tm_node_capa_get() 2286 error->message = "invalid level id"; in otx2_nix_tm_node_add() 2389 error->message = "hierarchy exists"; in otx2_nix_tm_node_delete() 2395 error->message = "invalid node id"; in otx2_nix_tm_node_delete() 2402 error->message = "no such node"; in otx2_nix_tm_node_delete() 2410 error->message = "children exist"; in otx2_nix_tm_node_delete() 2439 error->message = "no such node"; in nix_tm_node_suspend_resume() 2574 error->message = "invalid node"; in otx2_nix_tm_node_shaper_update() 2653 error->message = "no such node"; in otx2_nix_tm_node_parent_update() [all …]
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_mtr_driver.h | 161 const char *message) in rte_mtr_error_set() argument 167 .message = message, in rte_mtr_error_set()
|