Searched refs:cloexec (Results 1 – 8 of 8) sorted by relevance
| /tools/ocaml/libs/eventchn/ |
| A D | xeneventchn_stubs.c | 56 CAMLprim value stub_eventchn_init(value cloexec) in stub_eventchn_init() argument 58 CAMLparam1(cloexec); in stub_eventchn_init() 63 if ( !Bool_val(cloexec) ) in stub_eventchn_init()
|
| A D | xeneventchn.mli | 46 val init: ?cloexec:bool -> unit -> handle 47 (** [init ?cloexec ()] 50 on [execve], which can be overriden with [~cloexec:false].
|
| A D | xeneventchn.ml | 21 let init ?(cloexec=true) () = _init cloexec
|
| /tools/libs/gnttab/ |
| A D | minios.c | 77 file->cloexec = true; in osdep_gnttab_open()
|
| /tools/ocaml/xenstored/ |
| A D | event.ml | 28 | None -> Xeneventchn.init ~cloexec:false ()
|
| /tools/libs/evtchn/ |
| A D | minios.c | 137 file->cloexec = true; in osdep_evtchn_open()
|
| /tools/libs/light/ |
| A D | libxl.c | 703 int libxl_fd_set_cloexec(libxl_ctx *ctx, int fd, int cloexec) in libxl_fd_set_cloexec() argument 704 { return fd_set_flags(ctx,fd, F_GETFD,F_SETFD,"FD", FD_CLOEXEC, cloexec); } in libxl_fd_set_cloexec()
|
| /tools/include/ |
| A D | libxl.h | 2987 int libxl_fd_set_cloexec(libxl_ctx *ctx, int fd, int cloexec);
|
Completed in 21 milliseconds