Home | History | Annotate | Download | only in bus

Lines Matching refs:two

3147   /* we should get zero or two ServiceOwnerChanged signals */
3835 /* we should get zero or two ServiceOwnerChanged signals */
4769 int one[2], two[2], x, y, z;
4814 if (!(_dbus_full_duplex_pipe(two, two+1, TRUE, &error)))
4819 DBUS_TYPE_UNIX_FD, two,
4820 DBUS_TYPE_UNIX_FD, two,
4826 if (!_dbus_close(two[0], &error))
4888 if (read(two[1], &r, 1) != 1 || r != 'Y')
4890 if (read(two[1], &r, 1) != 1 || r != 'Z')
4895 if (!_dbus_close(two[1], &error))