Searched refs:SK_PERR (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/bsd/skywalk/nexus/ |
| H A D | nexus_syscalls.c | 94 SK_PERR(p, "EINVAL: init 0x%llx, init_len %u", uap->init, in __nexus_open() 102 SK_PERR(p, "copyin err %d, init %p", err, SK_KVA(uap->init)); in __nexus_open() 107 SK_PERR(p, "ENOTSUP: version %u != %u", init.ni_version, in __nexus_open() 120 SK_PERR(p, "falloc_guarded err %d", err); in __nexus_open() 127 SK_PERR(p, "nxctl_create err %d", err); in __nexus_open() 135 SK_PERR(p, "copyout err %d, init %p", err, in __nexus_open() 185 SK_PERR(p, "EINVAL: reg %p, reg_len %u, prov_uuid %p, " in __nexus_register() 193 SK_PERR(p, "copyin err %d, reg %p", err, SK_KVA(uap->reg)); in __nexus_register() 198 SK_PERR(p, "EINVAL: version %u != %u", reg.nxpreg_version, in __nexus_register() 205 SK_PERR(p, "EINVAL: namelen %u", reg.nxpreg_params.nxp_namelen); in __nexus_register() [all …]
|
| /xnu-12377.61.12/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 149 SK_PERR(p, "EINVAL: init %p, init_len %u", SK_KVA(uap->init), in __channel_open() 157 SK_PERR(p, "copyin err %u: init %p", err, SK_KVA(uap->init)); in __channel_open() 162 SK_PERR(p, "ENOTSUP: init.ci_version %u != %u", init.ci_version, in __channel_open() 167 SK_PERR(p, "EINVAL: uuid_is_null"); in __channel_open() 173 SK_PERR(p, "EINVAL: ci_key_len %i, ci_key %p", in __channel_open() 181 SK_PERR(p, "EINVAL: PACKET_POOL is required for EVENT ring"); in __channel_open() 199 SK_PERR(p, "falloc_guarded: %u", err); in __channel_open() 206 SK_PERR(p, "EINVAL: ci_key_len %u", keylen); in __channel_open() 213 SK_PERR(p, "ENOMEM: ci_key_len %u", keylen); in __channel_open() 220 SK_PERR(p, "copyin err %u: ci_key %p, ci_key_len %u", in __channel_open() [all …]
|
| H A D | channel.c | 1643 SK_PERR(p, "ch %s flags (0x%x) exists on port %d on " in ch_open()
|
| /xnu-12377.61.12/bsd/skywalk/ |
| H A D | os_skywalk_private.h | 255 #define SK_PERR(_p, _fmt, ...) do { \ macro 299 #define SK_PERR(_p, _fmt, ...) do { ((void)0); } while (0) macro
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_classifier.c | 38 SK_PERR(current_proc(), "%d: skip " #t, __LINE__); \
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_flow.c | 263 SK_PERR(p, "flow uuid collision with fe \"%s\"", in fsw_flow_add()
|
| H A D | fsw_dp.c | 3427 SK_PERR(current_proc(), "invalid zero fragment id"); in tx_process_continuous_ip_frag() 3435 SK_PERR(current_proc(), "unexpected continuation frag %u", in tx_process_continuous_ip_frag() 3443 SK_PERR(current_proc(), "wrong continuation frag id %u expecting %u", in tx_process_continuous_ip_frag()
|