Searched refs:ohead (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/fs/fuse/
H A Dfuse_device.c400 fuse_ohead_audit(struct fuse_out_header *ohead, struct uio *uio) argument
402 if (uio->uio_resid + sizeof(struct fuse_out_header) != ohead->len) {
408 if (uio->uio_resid && ohead->unique != 0 && ohead->error) {
432 struct fuse_out_header ohead; local
450 if ((err = uiomove(&ohead, sizeof(struct fuse_out_header), uio)) != 0)
453 if (data->linux_errnos != 0 && ohead.error != 0) {
454 err = -ohead.error;
459 ohead.error = -linux_to_bsd_errtbl[err];
469 if ((err = fuse_ohead_audit(&ohead, ui
[all...]
/freebsd-current/sys/net80211/
H A Dieee80211_ageq.c196 struct mbuf *m, **prev, *ohead; local
200 ohead = aq->aq_head;
233 if (head == ohead && aq->aq_head != NULL) /* correct age */
/freebsd-current/sys/fs/nfs/
H A Dnfs.h796 #define LIST_NEWHEAD(nhead, ohead, field) do { \
797 if (((nhead)->lh_first = (ohead)->lh_first) != NULL) \
798 (ohead)->lh_first->field.le_prev = &(nhead)->lh_first; \
799 (ohead)->lh_first = NULL; \
/freebsd-current/usr.sbin/bhyve/
H A Dpci_e82545.c1091 uint16_t ipcs, tcpcs, ipid, ohead; local
1099 ohead = head;
1457 e82545_transmit_done(sc, ohead, head, dsize, tdwb);
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2670 #define DYN_RELINK_STATES(s, hval, i, head, ohead) do { \
2671 while ((s = CK_SLIST_FIRST(&V_dyn_ ## ohead[i])) != NULL) { \
2672 CK_SLIST_REMOVE_HEAD(&V_dyn_ ## ohead[i], entry); \

Completed in 216 milliseconds