Lines Matching refs:found
45 struct utmpx *found, lookup = { .ut_type = RUN_LVL };
80 found = getutxid(&lookup);
81 if (!found)
86 a = found->ut_pid & 0xFF;
87 b = (found->ut_pid >> 8) & 0xFF;
258 }, store, store_wtmp, *found;
267 found = getutxid(&lookup);
268 if (!found)
271 if (found->ut_pid != pid)
274 memcpy(&store, found, sizeof(store));