Lines Matching refs:errno_t
146 static errno_t lo_demux(struct ifnet *, struct mbuf *, char *,
148 static errno_t
151 static errno_t lo_add_proto(struct ifnet *, protocol_family_t,
153 static errno_t lo_del_proto(struct ifnet *, protocol_family_t);
155 static errno_t lo_pre_enqueue(struct ifnet *, struct mbuf *);
157 static errno_t lo_pre_output(struct ifnet *, protocol_family_t, struct mbuf **,
159 static errno_t lo_input(struct ifnet *, protocol_family_t, struct mbuf *);
161 static errno_t lo_ioctl(struct ifnet *, u_long, void *);
162 static errno_t lo_attach_proto(struct ifnet *, protocol_family_t);
164 static errno_t lo_set_bpf_tap(struct ifnet *, bpf_tap_mode, bpf_packet_func);
190 static errno_t
203 static errno_t
229 static errno_t
237 static errno_t
247 errno_t error; in lo_tx_compl()
335 static errno_t
430 static errno_t
464 static errno_t
470 errno_t error; in lo_input()
510 static errno_t
573 static errno_t
577 errno_t result = 0; in lo_attach_proto()
612 static errno_t
640 errno_t result = 0; in loopattach()