Searched refs:store (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dutmp-wtmp.c101 static void init_timestamp(struct utmpx *store, usec_t t) { argument
102 assert(store);
107 store->ut_tv.tv_sec = t / USEC_PER_SEC;
108 store->ut_tv.tv_usec = t % USEC_PER_SEC;
111 static void init_entry(struct utmpx *store, usec_t t) { argument
114 assert(store);
116 init_timestamp(store, t);
119 strncpy(store->ut_host, uts.release, sizeof(store->ut_host));
121 strncpy(store
125 write_entry_utmp(const struct utmpx *store) argument
149 write_entry_wtmp(const struct utmpx *store) argument
177 write_entry_both(const struct utmpx *store) argument
182 struct utmpx store = {}; local
193 struct utmpx store = {}; local
216 struct utmpx store = { local
258 }, store, store_wtmp, *found; local
292 struct utmpx store = {}; local
[all...]

Completed in 25 milliseconds