Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 25 of 76) sorted by relevance

1234

/f-stack/freebsd/sys/
H A Dexec.h102 struct execsw *exec = (struct execsw *)data; \
107 error = exec_register(exec); \
113 error = exec_unregister(exec); \
H A Dimgact_aout.h90 N_GETMAGIC_NET(ex) == ZMAGIC) ? 0 : sizeof(struct exec))
113 struct exec { struct
/f-stack/dpdk/lib/librte_jobstats/
H A Drte_jobstats.c111 RESET_TIME_MIN_MAX(ctx, exec); in rte_jobstats_context_reset()
186 ADD_TIME_MIN_MAX(job, exec, exec_time); in rte_jobstats_finish()
187 ADD_TIME_MIN_MAX(ctx, exec, exec_time); in rte_jobstats_finish()
263 RESET_TIME_MIN_MAX(job, exec); in rte_jobstats_reset()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg36 exec mountpoint quota readonly \
61 exec mountpoint quota readonly \
88 exec mountpoint quota readonly \
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c138 uint64_t exec, exec_min, exec_max; in show_lcore_stats() local
164 exec = ctx->exec_time; in show_lcore_stats()
202 exec -= idle_exec; in show_lcore_stats()
203 busy = exec + management; in show_lcore_stats()
226 cycles_to_ns(exec), exec * 100.0 / stats_period, in show_lcore_stats()
227 cycles_to_ns(loop_count ? exec / loop_count : 0), in show_lcore_stats()
/f-stack/freebsd/i386/linux/
H A Dimgact_linux.c63 const struct exec *a_out = (const struct exec *) imgp->image_header; in exec_linux_imgact()
/f-stack/app/redis-5.0.5/deps/hiredis/examples/
H A Dexample-qt.cpp45 return app.exec(); in main()
/f-stack/freebsd/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec2.txt15 - fsl,exec-units-mask : The bitmask representing what execution units
63 fsl,exec-units-mask = <0xfe>;
/f-stack/freebsd/kern/
H A Dimgact_aout.c158 const struct exec *a_out = (const struct exec *) imgp->image_header; in exec_aout_imgact()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/omap/
H A Dmpu.txt18 First should be type 'protect-exec' for the driver to use to copy
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dappveyor.yml36 …- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make LDFLAGS=$LDFLAGS CC=$CC $TARG…
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js134 match = quickExpr.exec( selector );
147 ret = rsingleTag.exec( selector );
843 exec = !pass && exec && jQuery.isFunction(value);
865 var match = rwebkit.exec( ua ) ||
866 ropera.exec( ua ) ||
867 rmsie.exec( ua ) ||
2866 var quick = rquickIs.exec( selector );
3963 chunker.exec( "" );
3964 m = chunker.exec( soFar );
7512 parts = rurl.exec( s.url.toLowerCase() );
[all …]
/f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/
H A Dpq3-sec3.3-0.dtsi43 fsl,exec-units-mask = <0x97c>;
H A Dpq3-sec2.1-0.dtsi41 fsl,exec-units-mask = <0xfe>;
H A Dpq3-sec3.0-0.dtsi43 fsl,exec-units-mask = <0x9fe>;
H A Dpq3-sec3.1-0.dtsi43 fsl,exec-units-mask = <0xbfe>;
/f-stack/dpdk/doc/guides/nics/
H A Dfail_safe.rst68 - **exec(<shell command>)** parameter
87 order to take only the last line into account (unlike ``exec()``) at every
142 --vdev='net_failsafe0,exec(echo 84:00.0)' -- -i
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp42 props['exec'] = {{'on', 'default'}, {'on', 'default'}}
/f-stack/freebsd/contrib/openzfs/rpm/generic/
H A Dzfs.spec.in372 find %{?buildroot}%{_libdir} -name '*.la' -exec rm -f {} \;
376 -exec %{__sed} -i 's|^#!.*|#!%{__python}|' {} \;
379 -exec %{__sed} -i 's|^#!.*|#!%{__python}|' {} \;
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ti/
H A Demif.txt33 first should be type 'protect-exec' for the driver to use to copy
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md230 versions of telegraf which lack execd, the exec input agent can be used.
262 ### Example telegraf exec configuration
265 [[inputs.exec]]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dproperties.shlib95 typeset -a binary_props=('atime' 'devices' 'exec' 'readonly' 'setuid' 'xattr')
/f-stack/freebsd/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in144 --exec "$DAEMON_BIN" --test > /dev/null || return 1
146 start-stop-daemon --start --quiet --exec "$DAEMON_BIN" -- \
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dmpc885ads.dts231 fsl,exec-units-mask = <0x4c>;
H A Dmpc8349emitxgp.dts211 fsl,exec-units-mask = <0x7e>;

1234