Lines Matching refs:errno_t
146 static errno_t lo_demux(struct ifnet *, struct mbuf *, char *,
148 static errno_t
152 static errno_t lo_add_proto(struct ifnet *, protocol_family_t,
154 static errno_t lo_del_proto(struct ifnet *, protocol_family_t);
156 static errno_t lo_pre_enqueue(struct ifnet *, struct mbuf *);
158 static errno_t lo_pre_output(struct ifnet *, protocol_family_t, struct mbuf **,
160 static errno_t lo_input(struct ifnet *, protocol_family_t, struct mbuf *);
162 static errno_t lo_ioctl(struct ifnet *, u_long, void *);
163 static errno_t lo_attach_proto(struct ifnet *, protocol_family_t);
165 static errno_t lo_set_bpf_tap(struct ifnet *, bpf_tap_mode, bpf_packet_func);
191 static errno_t
204 static errno_t
231 static errno_t
239 static errno_t
249 errno_t error; in lo_tx_compl()
337 static errno_t
432 static errno_t
466 static errno_t
472 errno_t error; in lo_input()
512 static errno_t
575 static errno_t
579 errno_t result = 0; in lo_attach_proto()
614 static errno_t
642 errno_t result = 0; in loopattach()