Lines Matching refs:open
82 SYSLOG_REOPEN, /* SYSLOG open failed... try again later */
83 SYSLOG_FAILURE, /* SYSLOG open failed... don't try again */
84 SYSLOG_OPENED, /* SYSLOG device is open and ready to use */
256 /* Try to open the device.
258 * Note that we cannot just call open. The syslog device must work on all
261 * essentially re-implement the guts of open() here so that we can get to
274 /* The inode was not found. In this case, we will attempt to re-open
313 /* Perform the low-level open operation. */
316 if (inode_ptr->u.i_ops->open)
328 ret = inode_ptr->u.i_mops->open(&g_sysdev.sl_file, relpath,
339 ret = inode_ptr->u.i_ops->open(&g_sysdev.sl_file);
351 /* The SYSLOG device is open and ready for writing. */
441 * system is in place to support the open operation... but it is
444 * to support an attempt to re-open the SYSLOG device.