Home
last modified time | relevance | path

Searched refs:controlp (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/kern/
H A Duipc_socket.c1162 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in soreceive()
1183 if (controlp != NULL) in soreceive()
1184 *controlp = NULL; in soreceive()
1372 * perform externalization (or freeing if controlp == NULL). in soreceive()
1380 if (controlp != NULL) { in soreceive()
1381 *controlp = m_copym(m, 0, m->m_len, M_DONTWAIT); in soreceive()
1382 controlp = (*controlp == NULL ? NULL : in soreceive()
1383 &(*controlp)->m_next); in soreceive()
1402 if (controlp ! in soreceive()
1159 soreceive(struct socket * so,struct mbuf ** paddr,struct uio * uio,struct mbuf ** mp0,struct mbuf ** controlp,int * flagsp) soreceive() argument
[all...]
H A Duipc_usrreq.c1537 unp_internalize(struct mbuf **controlp) in unp_internalize()
1541 struct mbuf *control = *controlp; in unp_internalize()
1626 *controlp = control = m_get(M_WAIT, MT_CONTROL); in unp_internalize()
1534 unp_internalize(struct mbuf ** controlp) unp_internalize() argument
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dprivsep.c834 uint8_t *datap, *namep, *controlp; in ps_unrollmsg() local
839 controlp = namep + psm->ps_namelen + cmsg_padlen; in ps_unrollmsg()
840 datap = controlp + psm->ps_controllen; in ps_unrollmsg()
858 msg->msg_control = controlp; in ps_unrollmsg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c3929 tree controlp = NULL_TREE, controlb = NULL_TREE; in expand_omp_for_static_nochunk() local
3937 controlp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_nochunk()
3938 if (controlb && controlp) in expand_omp_for_static_nochunk()
3941 gcc_assert (controlp && controlb); in expand_omp_for_static_nochunk()
3960 gimple_call_set_lhs (g, controlp); in expand_omp_for_static_nochunk()
3962 expand_omp_scantemp_alloc (clauses, controlp, 0, alloc_align, cnt, in expand_omp_for_static_nochunk()
3970 gimple_call_set_lhs (g, controlp); in expand_omp_for_static_nochunk()
4255 tree controlp = NULL_TREE, controlb = NULL_TREE; in expand_omp_for_static_nochunk() local
4263 controlp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_nochunk()
4264 if (controlb && controlp) in expand_omp_for_static_nochunk()
[all …]
H A Domp-low.c10272 tree controlp = create_tmp_var (ptr_type_node); in lower_omp_for_scan() local
10279 OMP_CLAUSE_DECL (nc) = controlp; in lower_omp_for_scan()
10289 OMP_CLAUSE_DECL (nc) = controlp; in lower_omp_for_scan()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc5130 tree controlp = NULL_TREE, controlb = NULL_TREE; in expand_omp_for_static_nochunk() local
5138 controlp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_nochunk()
5139 if (controlb && controlp) in expand_omp_for_static_nochunk()
5142 gcc_assert (controlp && controlb); in expand_omp_for_static_nochunk()
5161 gimple_call_set_lhs (g, controlp); in expand_omp_for_static_nochunk()
5163 expand_omp_scantemp_alloc (clauses, controlp, 0, alloc_align, cnt, in expand_omp_for_static_nochunk()
5171 gimple_call_set_lhs (g, controlp); in expand_omp_for_static_nochunk()
5456 tree controlp = NULL_TREE, controlb = NULL_TREE; in expand_omp_for_static_nochunk() local
5464 controlp = OMP_CLAUSE_DECL (c); in expand_omp_for_static_nochunk()
5465 if (controlb && controlp) in expand_omp_for_static_nochunk()
[all …]
H A Domp-low.cc11310 tree controlp = create_tmp_var (ptr_type_node); in lower_omp_for_scan() local
11317 OMP_CLAUSE_DECL (nc) = controlp; in lower_omp_for_scan()
11327 OMP_CLAUSE_DECL (nc) = controlp; in lower_omp_for_scan()