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

/fuchsia/zircon/system/dev/misc/pty/
H A Dpty-driver.c24 } pty_server_dev_t; typedef in typeref:struct:pty_server_dev
28 #define psd_from_ps(ps) containerof(ps, pty_server_dev_t, srv)
35 pty_server_dev_t* psd = psd_from_ps(ps);
51 pty_server_dev_t* psd = ctx;
83 pty_server_dev_t* psd = ctx;
98 pty_server_dev_t* psd = ctx;
131 pty_server_dev_t* psd;
132 if ((psd = calloc(1, sizeof(pty_server_dev_t))) == NULL) {

Completed in 7 milliseconds