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

/macosx-10.10/syslog-267/util.tproj/
H A Dsyslog.c1896 int notify_file, notify_token; local
2346 notify_file = -1;
2395 status = notify_register_file_descriptor("com.apple.system.logger.message", &notify_file, 0, &notify_token);
2426 while (read(notify_file, &i, 4) == 4)

Completed in 69 milliseconds