Searched refs:NEWER (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/luxadm/ |
H A D | hot.h | 69 #define NEWER(time1, time2) (time1.tv_sec > time2.tv_sec) macro
|
H A D | common.h | 222 #define NEWER(time1, time2) (time1.tv_sec > time2.tv_sec) macro
|
H A D | hotplug.c | 171 !(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()
|
/titanic_50/usr/src/cmd/pgrep/ |
H A D | pgrep.c | 271 #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()
|
/titanic_50/usr/src/cmd/find/ |
H A D | find.c | 89 MTIME, NAME, NCPIO, NEWER, NOGRP, NOT, NOUSER, OK, OR, PATH, PERM, enumerator 142 "-newer", NEWER, Str, 727 case NEWER: { 914 case NEWER:
|