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

/netbsd-current/sys/kern/
H A Duipc_socket.c1161 struct mbuf **mp0, struct mbuf **controlp, int *flagsp)
1182 if (controlp != NULL)
1183 *controlp = NULL;
1372 * perform externalization (or freeing if controlp == NULL).
1380 if (controlp != NULL) {
1381 *controlp = m_copym(m, 0, m->m_len, M_DONTWAIT);
1382 controlp = (*controlp == NULL ? NULL :
1383 &(*controlp)->m_next);
1402 if (controlp !
1160 soreceive(struct socket *so, struct mbuf **paddr, struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
[all...]
H A Duipc_usrreq.c1534 unp_internalize(struct mbuf **controlp) argument
1538 struct mbuf *control = *controlp;
1623 *controlp = control = m_get(M_WAIT, MT_CONTROL);
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dprivsep.c834 uint8_t *datap, *namep, *controlp; local
839 controlp = namep + psm->ps_namelen + cmsg_padlen;
840 datap = controlp + psm->ps_controllen;
858 msg->msg_control = controlp;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c3929 tree controlp = NULL_TREE, controlb = NULL_TREE; local
3937 controlp = OMP_CLAUSE_DECL (c);
3938 if (controlb && controlp)
3941 gcc_assert (controlp && controlb);
3960 gimple_call_set_lhs (g, controlp);
3962 expand_omp_scantemp_alloc (clauses, controlp, 0, alloc_align, cnt,
3970 gimple_call_set_lhs (g, controlp);
4255 tree controlp = NULL_TREE, controlb = NULL_TREE; local
4263 controlp = OMP_CLAUSE_DECL (c);
4264 if (controlb && controlp)
[all...]
H A Domp-low.c9772 // current thread will perform. controlb and controlp variables are
9776 _scantemp_(controlp) reduction(inscan,+:r) private(i) nowait
9851 #pragma omp for _scantemp_(controlb) _scantemp_(controlp) \
10274 tree controlp = create_tmp_var (ptr_type_node);
10281 OMP_CLAUSE_DECL (nc) = controlp;
10291 OMP_CLAUSE_DECL (nc) = controlp;
10272 tree controlp = create_tmp_var (ptr_type_node); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc5129 tree controlp = NULL_TREE, controlb = NULL_TREE; local
5137 controlp = OMP_CLAUSE_DECL (c);
5138 if (controlb && controlp)
5141 gcc_assert (controlp && controlb);
5160 gimple_call_set_lhs (g, controlp);
5162 expand_omp_scantemp_alloc (clauses, controlp, 0, alloc_align, cnt,
5170 gimple_call_set_lhs (g, controlp);
5455 tree controlp = NULL_TREE, controlb = NULL_TREE; local
5463 controlp = OMP_CLAUSE_DECL (c);
5464 if (controlb && controlp)
[all...]
H A Domp-low.cc10810 // current thread will perform. controlb and controlp variables are
10814 _scantemp_(controlp) reduction(inscan,+:r) private(i) nowait
10889 #pragma omp for _scantemp_(controlb) _scantemp_(controlp) \
11312 tree controlp = create_tmp_var (ptr_type_node);
11319 OMP_CLAUSE_DECL (nc) = controlp;
11329 OMP_CLAUSE_DECL (nc) = controlp;

Completed in 210 milliseconds