Searched refs:__pos4obj_open (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dpos4obj.h67 extern int __pos4obj_open(const char *, char *, int, mode_t, int *);
H A Dshm.c51 fd = __pos4obj_open(path, SHM_DATA_TYPE, oflag, mode, &crflag);
H A Dmqueue.c411 if ((fd = __pos4obj_open(path, MQ_PERM_TYPE, oflag,
452 if ((fd = __pos4obj_open(path, MQ_DATA_TYPE,
465 if ((fd = __pos4obj_open(path, MQ_DATA_TYPE,
504 if ((fd = __pos4obj_open(path, MQ_DSCN_TYPE, O_RDWR | O_CREAT,
H A Dpos4obj.c293 __pos4obj_open(const char *name, char *type, int oflag, function
H A Dsem.c96 if ((fd = __pos4obj_open(path, SEM_DATA_TYPE,

Completed in 63 milliseconds