Home
last modified time | relevance | path

Searched refs:ecode (Results 1 – 12 of 12) sorted by relevance

/f-stack/tools/compat/
H A Dgetaddrinfo.c118 gai_strerror(int ecode) in gai_strerror() argument
120 if (ecode >= 0 && ecode < EAI_MAX) in gai_strerror()
121 return ai_errlist[ecode]; in gai_strerror()
/f-stack/tools/ifconfig/
H A Difpfsync.c101 int ecode; in setpfsync_syncpeer() local
113 if ((ecode = getaddrinfo(val, NULL, &hints, &peerres)) != 0) in setpfsync_syncpeer()
115 gai_strerror(ecode)); in setpfsync_syncpeer()
H A Difconfig.c1163 int ecode; in settunnel() local
1171 if ((ecode = getaddrinfo(src, NULL, NULL, &srcres)) != 0) in settunnel()
1173 gai_strerror(ecode)); in settunnel()
1175 if ((ecode = getaddrinfo(dst, NULL, NULL, &dstres)) != 0) in settunnel()
1177 gai_strerror(ecode)); in settunnel()
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c659 ecode = HAL_EIO; in ar9300_attach()
711 ecode = HAL_EIO; in ar9300_attach()
817 ecode = HAL_EIO; in ar9300_attach()
2346 if (ecode != HAL_OK) { in ar9300_attach()
2366 if (ecode != HAL_OK) { in ar9300_attach()
2471 *status = ecode; in ar9300_attach()
3231 HAL_STATUS ecode; in ar9300_hw_attach() local
3244 if (ecode != HAL_OK) { in ar9300_hw_attach()
3245 return ecode; in ar9300_hw_attach()
3252 if (ecode != HAL_OK) { in ar9300_hw_attach()
[all …]
H A Dar9300_reset.c4520 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) in ar9300_reset()
4531 HAL_STATUS ecode; in ar9300_reset() local
4889 ecode = ar9300_process_ini(ah, chan, ichan, macmode); in ar9300_reset()
4890 if (ecode != HAL_OK) { in ar9300_reset()
5416 OS_MARK(ah, AH_MARK_RESET_DONE, ecode); in ar9300_reset()
5417 *status = ecode; in ar9300_reset()
H A Dar9300_misc.c143 HAL_STATUS ecode; in ar9300_set_regulatory_domain() local
149 ecode = HAL_EIO; in ar9300_set_regulatory_domain()
155 *status = ecode; in ar9300_set_regulatory_domain()
/f-stack/freebsd/kern/
H A Dkern_kthread.c157 kproc_exit(int ecode) in kproc_exit() argument
181 exit1(td, ecode, 0); in kproc_exit()
/f-stack/tools/compat/include/
H A Dnetdb.h237 const char *gai_strerror(int ecode);
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_if.h1882 __le16 ecode; member
1897 __le16 ecode; member
1915 __le16 ecode; member
1930 __le16 ecode; member
1944 __le16 ecode; member
H A Dionic_lif.c1107 cq_desc->event.eid, cq_desc->event.ecode); in ionic_notifyq_cb()
1115 switch (cq_desc->event.ecode) { in ionic_notifyq_cb()
1128 cq_desc->event.ecode, cq_desc->event.eid); in ionic_notifyq_cb()
/f-stack/tools/route/
H A Droute.c1342 int ecode; in getaddr() local
1352 ecode = getaddrinfo(str, NULL, &hints, &res); in getaddr()
1353 if (ecode != 0 || res->ai_family != AF_INET6 || in getaddr()
1355 errx(EX_OSERR, "%s: %s", str, gai_strerror(ecode)); in getaddr()
/f-stack/lib/
H A Dff_glue.c1011 kproc_exit(int ecode) in kproc_exit() argument