| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_event.c | 114 uint64_t eid; in zed_event_seek() local 128 eid = 0; in zed_event_seek() 130 while ((eid < saved_eid) && !found) { in zed_event_seek() 153 eid, nelem); in zed_event_seek() 154 } else if ((eid != saved_eid) || in zed_event_seek() 168 eid = 0; in zed_event_seek() 297 keybuf, eid, strerror(errno)); in _zed_event_add_var() 309 "Exceeded buffer size", name, eid); in _zed_event_add_array_err() 894 uint64_t eid; in zed_event_service() local 929 eid, nelem); in zed_event_service() [all …]
|
| H A D | zed_exec.c | 81 _zed_exec_fork_child(uint64_t eid, const char *dir, const char *prog, in _zed_exec_fork_child() argument 100 prog, eid, strerror(ENAMETOOLONG)); in _zed_exec_fork_child() 107 prog, eid, strerror(errno)); in _zed_exec_fork_child() 125 prog, eid, pid); in _zed_exec_fork_child() 140 prog, eid, pid); in _zed_exec_fork_child() 155 prog, eid, pid, WEXITSTATUS(status)); in _zed_exec_fork_child() 159 prog, eid, pid, WTERMSIG(status), in _zed_exec_fork_child() 164 prog, eid, (unsigned int) status); in _zed_exec_fork_child() 195 zed_exec_process(uint64_t eid, const char *class, const char *subclass, in zed_exec_process() argument 227 _zed_exec_fork_child(eid, dir, z, e, zfd); in zed_exec_process()
|
| H A D | zed_exec.h | 21 int zed_exec_process(uint64_t eid, const char *class, const char *subclass,
|
| H A D | zed_conf.h | 60 int zed_conf_write_state(struct zed_conf *zcp, uint64_t eid, int64_t etime[]);
|
| H A D | zed_conf.c | 688 zed_conf_write_state(struct zed_conf *zcp, uint64_t eid, int64_t etime[]) in zed_conf_write_state() argument 707 iov[0].iov_base = &eid; in zed_conf_write_state() 708 len += iov[0].iov_len = sizeof (eid); in zed_conf_write_state()
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo_syslog.c | 158 xo_set_syslog_enterprise_id (unsigned short eid) in xo_set_syslog_enterprise_id() argument 161 "%u", eid); in xo_set_syslog_enterprise_id() 610 const char *eid = xo_syslog_enterprise_id; in xo_vsyslog() local 615 eid = at_sign = ""; in xo_vsyslog() 620 eid = at_sign = ""; in xo_vsyslog() 622 } else if (eid[0] == '\0') { in xo_vsyslog() 633 eid = buf; in xo_vsyslog() 637 if (eid[0] == '\0') { in xo_vsyslog() 640 eid = xo_syslog_enterprise_id; in xo_vsyslog() 645 name, name, at_sign, eid); in xo_vsyslog()
|
| H A D | xo.h | 675 xo_set_syslog_enterprise_id (unsigned short eid);
|
| /f-stack/dpdk/app/test/ |
| H A D | test_event_eth_tx_adapter.c | 44 static uint64_t eid = ~0ULL; variable 440 if (eid != ~0ULL) { in tx_adapter_single() 441 ret = rte_service_run_iter_on_app_lcore(eid, 0); in tx_adapter_single() 560 err = rte_event_dev_service_id_get(0, (uint32_t *)&eid); in tx_adapter_service() 563 err = rte_service_runstate_set(eid, 1); in tx_adapter_service() 566 err = rte_service_set_runstate_mapped_check(eid, 0); in tx_adapter_service()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | fm.c | 510 uint64_t eid; in zfs_zevent_post() local 527 eid = atomic_inc_64_nv(&zevent_eid); in zfs_zevent_post() 528 error = nvlist_add_uint64(nvl, FM_EREPORT_EID, eid); in zfs_zevent_post() 559 ev->ev_eid = eid; in zfs_zevent_post() 716 zfs_zevent_seek(zfs_zevent_t *ze, uint64_t eid) in zfs_zevent_seek() argument 723 if (eid == ZEVENT_SEEK_START) { in zfs_zevent_seek() 731 if (eid == ZEVENT_SEEK_END) { in zfs_zevent_seek() 748 if (ev->ev_eid == eid) { in zfs_zevent_seek()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_if.h | 1268 __le64 eid; member 1881 __le64 eid; member 1896 __le64 eid; member 1914 __le64 eid; member 1929 __le64 eid; member 1943 __le64 eid; member
|
| H A D | ionic_lif.c | 1107 cq_desc->event.eid, cq_desc->event.ecode); in ionic_notifyq_cb() 1110 if (!(cq_desc->event.eid > lif->last_eid)) in ionic_notifyq_cb() 1113 lif->last_eid = cq_desc->event.eid; in ionic_notifyq_cb() 1119 cq_desc->event.eid, in ionic_notifyq_cb() 1128 cq_desc->event.ecode, cq_desc->event.eid); in ionic_notifyq_cb()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | zed-functions.sh | 80 "$(basename -- "$0"):""${ZEVENT_EID:+" eid=${ZEVENT_EID}:"}" "$@"
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-pko.c | 494 config.s.eid = CVMX_O68_PKO_INVALID_EID; in __cvmx_pko_port_map_o68() 517 config.s.eid = __cvmx_helper_cfg_pko_port_eid(XIT_pko_port); in __cvmx_pko_port_map_o68()
|
| H A D | cvmx-pko-defs.h | 1791 uint64_t eid : 5; /**< Engine ID to which this port is mapped member 1799 uint64_t eid : 5; 1837 uint64_t eid : 5; /**< Engine ID to which this port is mapped */ member 1843 uint64_t eid : 5; 2021 uint64_t eid : 4; /**< Engine ID to which this port is mapped member 2026 uint64_t eid : 4; 2066 uint64_t eid : 4; /**< Engine ID to which this port is mapped member 2071 uint64_t eid : 4;
|
| H A D | cvmx-helper-xaui.c | 181 pko_mem_port_ptrs.s.eid = interface*4; in __cvmx_helper_xaui_probe()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | tap.rst | 111 - vlan: vid, pcp, but not eid. (requires kernel 4.9)
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 4448 zpool_events_seek(libzfs_handle_t *hdl, uint64_t eid, int zevent_fd) in zpool_events_seek() argument 4453 zc.zc_guid = eid; in zpool_events_seek()
|
| H A D | libzfs.abi | 2543 …<parameter type-id='type-id-53' name='eid' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool.c' li…
|
| /f-stack/tools/libxo/doc/ |
| H A D | api.rst | 1528 .. c:function:: void xo_set_syslog_enterprise_id (unsigned short eid)
|