Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c307 #define CONVERT(theirs, ours) \ in fs_oflags_dotu() argument
309 if (mode & (theirs)) { \ in fs_oflags_dotu()
310 mode &= ~(theirs); \ in fs_oflags_dotu()
378 #define CLEAR(theirs) l_mode &= ~(uint32_t)(theirs) in fs_oflags_dotl() argument
379 #define CONVERT(theirs, ours) \ in fs_oflags_dotl() argument
381 if (l_mode & (theirs)) { \ in fs_oflags_dotl()
382 CLEAR(theirs); \ in fs_oflags_dotl()
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c1652 int ours, theirs; in propertygrp_notify() local
1661 theirs = fds[1]; in propertygrp_notify()
1681 *out_fd = theirs; in propertygrp_notify()
1686 (void) close(theirs); in propertygrp_notify()