Lines Matching defs:now
115 struct os_reltime now;
117 os_get_reltime(&now);
118 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
131 struct os_reltime now;
136 os_get_reltime(&now);
137 sec = pmksa->pmksa->expiration - now.sec;
324 struct os_reltime now;
349 os_get_reltime(&now);
350 entry->expiration = now.sec;
657 struct os_reltime now;
659 os_get_reltime(&now);
676 (int) (entry->expiration - now.sec),
708 struct os_reltime now;
712 os_get_reltime(&now);
741 (int) (entry->expiration - now.sec));