| wsmux.c | 122 dev_type_open(wsmuxopen); 130 	.d_open = wsmuxopen,
 190 wsmuxopen(dev_t dev, int flags, int mode, struct lwp *l)  function in typeref:typename:int
 202 	DPRINTF(("wsmuxopen: %s: sc=%p l=%p\n",
 217 		DPRINTF(("wsmuxopen: detach\n"));
 266 		DPRINTF(("wsmuxopen: %s: m=%p dev=%s\n",
 271 			DPRINTF(("wsmuxopen: dev %s already in use\n",
 281 			DPRINTF(("wsmuxopen: open failed %d\n", error));
 
 |