Searched refs:identity (Results 1 – 10 of 10) sorted by relevance
31 const char *identity; member40 zed_log_init(const char *identity) in zed_log_init() argument42 if (identity) { in zed_log_init()43 const char *p = strrchr(identity, '/'); in zed_log_init()44 _ctx.identity = (p != NULL) ? p + 1 : identity; in zed_log_init()46 _ctx.identity = NULL; in zed_log_init()186 openlog(_ctx.identity, LOG_NDELAY | LOG_PID, facility); in zed_log_syslog_open()
20 void zed_log_init(const char *identity);
16 identity mapping is used.
32 provided, the identity mapping is used.
80 * the RID, identity-mapped.213 * RID, identity-mapped.
68 * identity-mapped.
360 const auto identity = [](int y){ return y; };363 return x + identity(a + b);
166 whose PCI system identity is "0000:03:00.0":
5192 const auto identity = [](int y){ return y; };5195 return x + identity(a + b);5626 const auto identity = [](int y){ return y; };5629 return x + identity(a + b);
1352 This method is based on the following identity: