Home
last modified time | relevance | path

Searched refs:pcbp (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netgraph/socket/
H A Dng_socket.c191 if (pcbp) { in ngc_detach()
215 if (pcbp == NULL) { in ngc_send()
283 if (pcbp) in ngc_bind()
298 if (pcbp) in ngc_connect()
316 if (pcbp) in ngd_attach()
330 if (pcbp) { in ngd_detach()
418 if (pcbp) { in ngd_connect()
434 struct ngpcb *pcbp; in ng_setsockaddr() local
444 if ((pcbp == NULL) || (pcbp->sockdata == NULL)) { in ng_setsockaddr()
527 pcbp = kmalloc(sizeof(*pcbp), M_PCB, M_WAITOK | M_ZERO); in ng_attach_common()
[all …]
/dragonfly/sys/netgraph7/socket/
H A Dng_socket.c364 if (pcbp == NULL) in ngc_bind()
393 if (pcbp != NULL) in ngd_attach()
492 if (pcbp == NULL) in ngd_connect()
507 struct ngpcb *pcbp; in ng_getsockaddr() local
516 if ((pcbp == NULL) || (pcbp->sockdata == NULL)) { in ng_getsockaddr()
558 struct ngpcb *pcbp; in ng_attach_cntl() local
607 struct ngpcb *pcbp; in ng_attach_common() local
617 pcbp->type = type; in ng_attach_common()
656 kfree(pcbp, M_PCB); in ng_detach_common()
897 if (pcbp == NULL) { in ngs_rcvmsg()
[all …]
/dragonfly/games/gomoku/
H A Dpickmove.c549 struct combostr **cbpp, *pcbp; in addframes() local
631 pcbp = ecbp->c_prev; in addframes()
632 pcbp->c_next = cbp; in addframes()
635 cbp->c_prev = pcbp; in addframes()
1048 struct combostr *pcbp, *ncbp; in appendcombo() local
1058 pcbp = ncbp->c_prev; in appendcombo()
1060 cbp->c_prev = pcbp; in appendcombo()
1062 pcbp->c_next = cbp; in appendcombo()