OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dom_lockfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/ypbind/
ypbind.c
106
int
dom_lockfd
;
member in struct:domain
329
dom->
dom_lockfd
= -1;
648
if (dom->
dom_lockfd
!= -1)
649
(void)close(dom->
dom_lockfd
);
654
dom->
dom_lockfd
= fd;
668
result = writev(dom->
dom_lockfd
, iov, 2);
674
(void)close(dom->
dom_lockfd
);
676
dom->
dom_lockfd
= -1;
1390
if (dom->
dom_lockfd
!= -1) {
1391
(void)close(dom->
dom_lockfd
);
[
all
...]
ypbind.c
106
int
dom_lockfd
;
member in struct:domain
329
dom->
dom_lockfd
= -1;
648
if (dom->
dom_lockfd
!= -1)
649
(void)close(dom->
dom_lockfd
);
654
dom->
dom_lockfd
= fd;
668
result = writev(dom->
dom_lockfd
, iov, 2);
674
(void)close(dom->
dom_lockfd
);
676
dom->
dom_lockfd
= -1;
1390
if (dom->
dom_lockfd
!= -1) {
1391
(void)close(dom->
dom_lockfd
);
[
all
...]
Completed in 23 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025