Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/vms/
Dvms.c1262 static void create_mbx(unsigned short int *, struct dsc$descriptor_s *);
2864 create_mbx(unsigned short int *chan, struct dsc$descriptor_s *namdsc) in create_mbx() function
3261 create_mbx(&p->chan_in , &d_mbx1); in pipe_tochild_setup()
3262 create_mbx(&p->chan_out, &d_mbx2); in pipe_tochild_setup()
3431 create_mbx(&p->chan_in , &d_mbx1); in pipe_infromchild_setup()
3432 create_mbx(&p->chan_out, &d_mbx2); in pipe_infromchild_setup()
3586 create_mbx(&p->chan_in, &d_mbx); in pipe_mbxtofd_setup()
4150 create_mbx(&p_chan, &d_mbx1);