Home
last modified time | relevance | path

Searched refs:NEWER (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Dhot.h69 #define NEWER(time1, time2) (time1.tv_sec > time2.tv_sec) macro
H A Dcommon.h222 #define NEWER(time1, time2) (time1.tv_sec > time2.tv_sec) macro
H A Dhotplug.c171 !(NEWER(ses_stat.st_ctim, ses_time))) { in h_insertSena_fcdev()
2162 if (NEWER(ses_stat.st_ctim, ses_lastmtim)) { in h_post_insert_encl()
2966 if (NEWER(dsk_stat.st_ctim, lastmtim)) { in h_find_new_device_link()
/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c271 #define NEWER(ps1, ps2) \ macro
311 if (!ovalid || NEWER(ps, ops)) { in scan_proc_dir()
317 if (!ovalid || NEWER(ops, ps)) { in scan_proc_dir()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c91 MTIME, NAME, NCPIO, NEWER, NOGRP, NOT, NOUSER, OK, OR, PATH, PERM, enumerator
144 "-newer", NEWER, Str,
728 case NEWER: { in compile()
955 case NEWER: in execute()