HomeSort by: relevance | last modified time | path
    Searched defs:rtcode (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ieee1394/
if_fwip.c 826 int rtcode; local in function:fwip_unicast_input
841 rtcode = FWRCODE_ER_TYPE;
843 rtcode = FWRCODE_ER_ADDR;
845 rtcode = FWRCODE_COMPLETE;
857 if (rtcode != FWRCODE_COMPLETE) {
if_fwip.c 826 int rtcode; local in function:fwip_unicast_input
841 rtcode = FWRCODE_ER_TYPE;
843 rtcode = FWRCODE_ER_ADDR;
845 rtcode = FWRCODE_COMPLETE;
857 if (rtcode != FWRCODE_COMPLETE) {
if_fwip.c 826 int rtcode; local in function:fwip_unicast_input
841 rtcode = FWRCODE_ER_TYPE;
843 rtcode = FWRCODE_ER_ADDR;
845 rtcode = FWRCODE_COMPLETE;
857 if (rtcode != FWRCODE_COMPLETE) {

Completed in 31 milliseconds