Home
last modified time | relevance | path

Searched refs:eventfile (Results 1 – 19 of 19) sorted by relevance

/dports/sysutils/apcupsd/apcupsd-3.14.14/src/
H A Dapcupsd.c210 if (!hibernate_ups && !shutdown_ups && ups->eventfile[0] != 0) { in main()
211 ups->event_fd = open(ups->eventfile, O_RDWR | O_CREAT | O_APPEND | O_CLOEXEC, 0644); in main()
214 ups->eventfile, strerror(errno)); in main()
H A Dapcnis.c259 if (ups->eventfile[0] == 0 || in handle_client_request()
260 (fd = open(ups->eventfile, O_RDONLY|O_CLOEXEC)) == -1 || in handle_client_request()
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/
H A Dapcctrl.c210 if (!hibernate_ups && !shutdown_ups && ups->eventfile[0] != 0) { in main()
211 ups->event_fd = open(ups->eventfile, O_RDWR | O_CREAT | O_APPEND | O_CLOEXEC, 0644); in main()
214 ups->eventfile, strerror(errno)); in main()
H A Dapcnis.c259 if (ups->eventfile[0] == 0 || in handle_client_request()
260 (fd = open(ups->eventfile, O_RDONLY|O_CLOEXEC)) == -1 || in handle_client_request()
/dports/devel/ga/ga-5.8/armci/tcgmsg/ipcv4.0/
H A Dpbegin.c157 char *eventfile; local
511 if (eventfile=malloc((unsigned) 32)) {
512 (void) sprintf(eventfile, "events.%03ld", NODEID_());
513 evlog(EVKEY_ENABLE, EVKEY_FILENAME, eventfile,
519 (void) free(eventfile);
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/lib/
H A Dapcevents.c45 if (ups->eventfilemax == 0 || ups->event_fd < 0 || ups->eventfile[0] == 0) in trim_eventfile()
49 if (stat(ups->eventfile, &statbuf) < 0) in trim_eventfile()
H A Dapcconfig.c154 {"EVENTSFILE", match_str, WHERE(eventfile), SIZE(eventfile)},
548 ups->eventfile[0] = 0; /* no events file as default */ in init_ups_struct()
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/lib/
H A Dapcevents.c45 if (ups->eventfilemax == 0 || ups->event_fd < 0 || ups->eventfile[0] == 0) in trim_eventfile()
49 if (stat(ups->eventfile, &statbuf) < 0) in trim_eventfile()
H A Dapcconfig.c156 {"EVENTSFILE", match_str, WHERE(eventfile), SIZE(eventfile)},
551 ups->eventfile[0] = 0; /* no events file as default */ in init_ups_struct()
/dports/science/mcstas-comps/mcstas-comps-2.5-src/examples/
H A DHistogrammer.instr12 * Takes eventfile input (Virtual_input/Vitess/MCNP/Tripoli4 formats) and applies Monitor_nD to gene…
18 * Takes any possible McStas eventfile inputs (Virtual_input/Vitess/MCNP/Tripoli4 formats) and appl…
/dports/sysutils/apcupsd/apcupsd-3.14.14/include/
H A Dstruct.h341 char eventfile[APC_FILENAME_MAX]; /* temp events file */ variable
/dports/sysutils/apcctrl/apcctrl-0.8.21/include/
H A Dstruct.h345 char eventfile[APC_FILENAME_MAX]; /* temp events file */ variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/tests/
H A Dparse-events.c28 char *eventfile; in kvm_s390_create_vm_valid() local
31 eventfile = get_events_file("kvm-s390"); in kvm_s390_create_vm_valid()
33 if (eventfile) { in kvm_s390_create_vm_valid()
34 DIR *mydir = opendir(eventfile); in kvm_s390_create_vm_valid()
40 put_events_file(eventfile); in kvm_s390_create_vm_valid()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/tests/
H A Dparse-events.c28 char *eventfile; in kvm_s390_create_vm_valid() local
31 eventfile = get_events_file("kvm-s390"); in kvm_s390_create_vm_valid()
33 if (eventfile) { in kvm_s390_create_vm_valid()
34 DIR *mydir = opendir(eventfile); in kvm_s390_create_vm_valid()
40 put_events_file(eventfile); in kvm_s390_create_vm_valid()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/tests/
H A Dparse-events.c28 char *eventfile; in kvm_s390_create_vm_valid() local
31 eventfile = get_events_file("kvm-s390"); in kvm_s390_create_vm_valid()
33 if (eventfile) { in kvm_s390_create_vm_valid()
34 DIR *mydir = opendir(eventfile); in kvm_s390_create_vm_valid()
40 put_events_file(eventfile); in kvm_s390_create_vm_valid()
/dports/science/hepmc3/HepMC3-3.2.4/examples/LHEFExample/
H A DLHEF_example_cmp.lhe1190 <eventfile name="LHEF_example_1_out.plhe" neve="59"/>
1191 <eventfile name="LHEF_example_2_out.plhe" neve="57"/>
H A DLHEF_example.lhe326 <eventfile name="LHEF_example_1.plhe" neve="59"/>
327 <eventfile name="LHEF_example_2.plhe"/>
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t200_FileAccess/
H A Dcntopen.m277 h.eventfile = fread(fid,40,'uint8');
/dports/deskutils/py-autokey/autokey-0.95.10/debian/
H A Dchangelog938 * Cleaned up code so eventfile specification goes in [config] section