Lines Matching refs:bss
104 struct test_d_path__bss *bss; in test_d_path() local
116 bss = skel->bss; in test_d_path()
117 bss->my_pid = getpid(); in test_d_path()
119 err = trigger_fstat_events(bss->my_pid); in test_d_path()
123 if (CHECK(!bss->called_stat, in test_d_path()
128 if (CHECK(!bss->called_close, in test_d_path()
134 CHECK(strncmp(src.paths[i], bss->paths_stat[i], MAX_PATH_LEN), in test_d_path()
137 i, src.paths[i], bss->paths_stat[i]); in test_d_path()
138 CHECK(strncmp(src.paths[i], bss->paths_close[i], MAX_PATH_LEN), in test_d_path()
141 i, src.paths[i], bss->paths_close[i]); in test_d_path()
143 CHECK(bss->rets_stat[i] != strlen(bss->paths_stat[i]) + 1, in test_d_path()
146 i, bss->rets_stat[i], strlen(bss->paths_stat[i]) + 1, in test_d_path()
147 bss->paths_stat[i]); in test_d_path()
148 CHECK(bss->rets_close[i] != strlen(bss->paths_stat[i]) + 1, in test_d_path()
151 i, bss->rets_close[i], strlen(bss->paths_close[i]) + 1, in test_d_path()
152 bss->paths_stat[i]); in test_d_path()