Searched refs:flagsp (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h301 struct mbuf **controlp, int *flagsp);
340 struct mbuf **controlp, int *flagsp);
H A Dsocketvar.h729 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp);
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c1160 mbuf_pkthdr_aux_flags(mbuf_t m, mbuf_pkthdr_aux_flags_t *flagsp) argument
1163 if (m == NULL || !(m->m_flags & M_PKTHDR) || flagsp == NULL)
1173 *flagsp = flags;
H A Dsys_socket.c127 int *flagsp);
H A Duipc_socket.c1892 struct mbuf **mp0, struct mbuf **controlp, int *flagsp)
1922 if (flagsp)
1923 flags = *flagsp &~ MSG_EOR;
1989 } else if (error == 0 && flagsp) {
1990 *flagsp |= MSG_OOB;
2692 if (flagsp)
2693 *flagsp |= flags;
1891 soreceive(struct socket *so, struct sockaddr **psa, struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
H A Dubc_subr.c88 int *flagsp);
1747 * flagsp A pointer to an int to contain flags;
1762 * *flagsp (modified) If flagsp is non-NULL and there was
1772 * *flagsp may be modified even if this function fails. If it is
1816 int *flagsp)
1828 flagsp));
1838 * flagsp parameters to this call, and it takes a range which may contain
1811 ubc_page_op( struct vnode *vp, off_t f_offset, int ops, ppnum_t *phys_entryp, int *flagsp) argument
H A Duipc_socket2.c1649 __unused struct mbuf **controlp, __unused int *flagsp)
1646 pru_soreceive_notsupp(__unused struct socket *so, __unused struct sockaddr **paddr, __unused struct uio *uio, __unused struct mbuf **mp0, __unused struct mbuf **controlp, __unused int *flagsp) argument
/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_policy.c1070 proc_get_darwinbgstate(task_t task, uint32_t * flagsp) argument
1073 *flagsp |= PROC_FLAG_EXT_DARWINBG;
1076 *flagsp |= PROC_FLAG_DARWINBG;
1080 *flagsp |= PROC_FLAG_IOS_APPLEDAEMON;

Completed in 63 milliseconds