Searched refs:d_ (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/scripts/dtc/ |
D | checks.c | 56 #define CHECK_ENTRY(nm_, fn_, d_, w_, e_, ...) \ argument 61 .data = (d_), \ 68 #define WARNING(nm_, fn_, d_, ...) \ argument 69 CHECK_ENTRY(nm_, fn_, d_, true, false, __VA_ARGS__) 70 #define ERROR(nm_, fn_, d_, ...) \ argument 71 CHECK_ENTRY(nm_, fn_, d_, false, true, __VA_ARGS__) 72 #define CHECK(nm_, fn_, d_, ...) \ argument 73 CHECK_ENTRY(nm_, fn_, d_, false, false, __VA_ARGS__)
|
/Linux-v4.19/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
|