Searched refs:d_ (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/scripts/dtc/ |
D | checks.c | 42 #define CHECK_ENTRY(nm_, fn_, d_, w_, e_, ...) \ argument 47 .data = (d_), \ 54 #define WARNING(nm_, fn_, d_, ...) \ argument 55 CHECK_ENTRY(nm_, fn_, d_, true, false, __VA_ARGS__) 56 #define ERROR(nm_, fn_, d_, ...) \ argument 57 CHECK_ENTRY(nm_, fn_, d_, false, true, __VA_ARGS__) 58 #define CHECK(nm_, fn_, d_, ...) \ argument 59 CHECK_ENTRY(nm_, fn_, d_, false, false, __VA_ARGS__)
|
/Linux-v5.4/Documentation/filesystems/ |
D | coda.txt | 199 …are _r_e_a_d_, _w_r_i_t_e_, _o_p_e_n_, _c_l_o_s_e_, _c_r_e_a_t_e_, _… 289 is filled in, flags are set to 0, and it is placed on the _p_e_n_d_i_n_g 323 +o The message is a _d_o_w_n_c_a_l_l. A downcall is a request from Venus to
|