Home
last modified time | relevance | path

Searched refs:why (Results 1 – 25 of 61) sorted by relevance

123

/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_namecheck.c103 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 Dsig.h46 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 Dbtree_test.c160 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 Dsignal.h47 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 Dtrace_dbuf.h112 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 Ddb_main.c242 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 DKbuild.include183 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 Dfitblk_original.c62 local void quit(char *why) in quit() argument
64 fprintf(stderr, "fitblk abort: %s\n", why); in quit()
H A Dfitblk.c67 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 DAR5312_BASE.hints7 # see atheros/uart_cpu_ar71xx.c why +3
H A DAR71XX_BASE.hints9 # see atheros/uart_cpu_ar71xx.c why +3
H A DAR724X_BASE.hints9 # see atheros/uart_cpu_ar71xx.c why +3
H A DAR91XX_BASE.hints14 # see atheros/uart_cpu_ar71xx.c why +3
H A DQCA953X_BASE.hints30 # see atheros/uart_cpu_ar71xx.c why +3
H A DPB92.hints7 # see atheros/uart_cpu_ar71xx.c why +3
/f-stack/tools/libutil/
H A Dlogin_class.c53 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 Dlundump.c36 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 Dfaraday,ftide010.yaml19 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 Dmsm8998-mtp.dtsi98 // 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 Dsubr_kdb.c498 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 Dmeson_ut.rst61 Below are a few possible causes why tests may be skipped:
H A Dtraffic_metering_and_policing.rst28 which is why the MTR objects are enabled through a special "meter" action.
/f-stack/freebsd/contrib/device-tree/Bindings/ptp/
H A Dptp-qoriq.txt51 value, which will be directly written in those bits, that is why,
/f-stack/app/redis-5.0.5/
H A DCONTRIBUTING29 to accomplish and why. Use cases are important for features to be accepted.
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h252 #define issig(why) (FALSE)
253 #define ISSIG(thr, why) (FALSE)

123