| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_namecheck.c | 103 if (why) in zfs_component_namecheck() 109 if (why) in zfs_component_namecheck() 138 if (why) in permset_namecheck() 192 if (why) in entity_namecheck() 199 if (why) in entity_namecheck() 205 if (why) in entity_namecheck() 221 if (why) in entity_namecheck() 374 if (why) in mountpoint_namecheck() 421 if (why) in pool_namecheck() 440 if (why) in pool_namecheck() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | sig.h | 46 issig(int why) in issig() argument 52 ASSERT(why == FORREAL || why == JUSTLOOKING); in issig() 54 if (why == JUSTLOOKING) in issig()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/btree_test/ |
| H A D | btree_test.c | 160 find_without_index(zfs_btree_t *bt, char *why) in find_without_index() argument 167 snprintf(why, BUFSIZE, "Unexpectedly found %llu\n", in find_without_index() 184 insert_find_remove(zfs_btree_t *bt, char *why) in insert_find_remove() argument 195 snprintf(why, BUFSIZE, "Found (%llu) in tree\n", *p); in insert_find_remove() 219 drain_tree(zfs_btree_t *bt, char *why) in drain_tree() argument 295 stress_tree(zfs_btree_t *bt, char *why) in stress_tree() argument 526 char why[BUFSIZE] = {0}; in main() local 530 retval = test->func(&bt, why); in main() 536 if (strlen(why) != 0) in main() 537 (void) fprintf(stdout, "\t%s\n", why); in main() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | signal.h | 47 issig(int why) in issig() argument 49 ASSERT(why == FORREAL || why == JUSTLOOKING); in issig()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | trace_dbuf.h | 112 TP_PROTO(dmu_buf_impl_t *db, const char *why), 113 TP_ARGS(db, why), 131 TP_PROTO(dmu_buf_impl_t *db, const char *why), \ 132 TP_ARGS(db, why))
|
| /f-stack/freebsd/ddb/ |
| H A D | db_main.c | 242 const char *why; in db_trap() local 268 why = kdb_why; in db_trap() 269 db_script_kdbenter(why != KDB_WHY_UNSET ? why : "unknown"); in db_trap()
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | Kbuild.include | 183 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';) 241 # why - tell why a a target got build 260 why = \ 277 echo-why = $(call escsq, $(strip $(why)))
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | fitblk_original.c | 62 local void quit(char *why) in quit() argument 64 fprintf(stderr, "fitblk abort: %s\n", why); in quit()
|
| H A D | fitblk.c | 67 local void quit(char *why) in quit() argument 69 fprintf(stderr, "fitblk abort: %s\n", why); in quit()
|
| /f-stack/freebsd/mips/conf/ |
| H A D | AR5312_BASE.hints | 7 # see atheros/uart_cpu_ar71xx.c why +3
|
| H A D | AR71XX_BASE.hints | 9 # see atheros/uart_cpu_ar71xx.c why +3
|
| H A D | AR724X_BASE.hints | 9 # see atheros/uart_cpu_ar71xx.c why +3
|
| H A D | AR91XX_BASE.hints | 14 # see atheros/uart_cpu_ar71xx.c why +3
|
| H A D | QCA953X_BASE.hints | 30 # see atheros/uart_cpu_ar71xx.c why +3
|
| H A D | PB92.hints | 7 # see atheros/uart_cpu_ar71xx.c why +3
|
| /f-stack/tools/libutil/ |
| H A D | login_class.c | 53 int why; member 97 if (getrlimit(lr->why, &rlim) != 0) in setclassresources() 113 if (setrlimit(lr->why, &rlim) == -1) in setclassresources()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lundump.c | 36 static void error(LoadState* S, const char* why) in error() argument 38 luaO_pushfstring(S->L,"%s: %s in precompiled chunk",S->name,why); in error()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ata/ |
| H A D | faraday,ftide010.yaml | 19 SATA bridge in order to support SATA. This is why a phandle to that
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8998-mtp.dtsi | 98 // FIXME: Figure out why clock late_initcall crashes the board with 104 // FIXME: Figure out why clock late_initcall crashes the board with
|
| /f-stack/freebsd/kern/ |
| H A D | subr_kdb.c | 498 kdb_enter(const char *why, const char *msg) in kdb_enter() argument 504 kdb_why = why; in kdb_enter()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | meson_ut.rst | 61 Below are a few possible causes why tests may be skipped:
|
| H A D | traffic_metering_and_policing.rst | 28 which is why the MTR objects are enabled through a special "meter" action.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ptp/ |
| H A D | ptp-qoriq.txt | 51 value, which will be directly written in those bits, that is why,
|
| /f-stack/app/redis-5.0.5/ |
| H A D | CONTRIBUTING | 29 to accomplish and why. Use cases are important for features to be accepted.
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 252 #define issig(why) (FALSE) 253 #define ISSIG(thr, why) (FALSE)
|