HomeSort by: relevance | last modified time | path
    Searched refs:helper (Results 1 - 25 of 125) sorted by relevancy

1 2 3 4 5

  /src/crypto/external/bsd/openssh/dist/
ssh-pkcs11-client.c 51 * Maintain a list of ssh-pkcs11-helper subprocesses. These may be looked up
54 struct helper { struct
61 static struct helper **helpers;
64 static struct helper *
79 static struct helper *
108 helper_add_key(struct helper *helper, struct sshkey *key)
112 helper->keyblobs = xrecallocarray(helper->keyblobs, helper->nkeyblobs
239 struct helper *helper; local
297 struct helper *helper = NULL; local
338 struct helper *helper; local
395 struct helper *helper; local
451 struct helper *helper; local
466 struct helper *helper; local
    [all...]
  /src/external/bsd/blocklist/libexec/
Makefile 3 SCRIPTS= blocklistd-helper
  /src/crypto/external/bsd/openssh/bin/ssh-pkcs11-helper/
Makefile 7 PROG= ssh-pkcs11-helper
8 MAN= ssh-pkcs11-helper.8
10 COPTS.ssh-pkcs11-helper.c+= -Wno-error=deprecated-declarations
  /src/sys/arch/arm/nvidia/
tegra_drm_fb.c 58 drm_fb_helper_prepare(ddev, &fbdev->helper, &tegra_fb_helper_funcs);
60 error = drm_fb_helper_init(ddev, &fbdev->helper, 1);
71 * it yet. The fb helper won't configure a CRTC unless this field is
77 fbdev->helper.fb =
80 drm_fb_helper_single_add_all_connectors(&fbdev->helper);
84 drm_fb_helper_initial_config(&fbdev->helper, 32);
90 tegra_fb_probe(struct drm_fb_helper *helper,
93 struct tegra_drm_softc * const sc = tegra_drm_private(helper->dev);
94 struct drm_device *ddev = helper->dev;
97 if (tegra_fb_init(ddev, helper->fb, sizes) != 0)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/ieee/
ieee_exceptions.F90 85 subroutine helper(ptr) &
92 call helper(STATUS_VALUE%hidden)
100 subroutine helper(ptr) &
107 call helper(STATUS_VALUE%hidden)
118 pure integer function helper() &
123 FLAG_VALUE = (IAND(helper(), FLAG%hidden) /= 0)
132 pure subroutine helper(set, clear) &
139 call helper(FLAG%hidden, 0)
141 call helper(0, FLAG%hidden)
153 pure integer function helper()
    [all...]
  /src/crypto/external/bsd/openssh/libexec/ssh-sk-helper/
Makefile 5 PROG= ssh-sk-helper
6 SRCS= ssh-sk-helper.c ssh-sk.c sk-usbhid.c
7 MAN= ssh-sk-helper.8
  /src/external/bsd/kyua-cli/dist/engine/
test_case_test.cpp 93 atf::utils::cat_file(file.str(), "helper stdout:");
107 atf::utils::cat_file(file.str(), "helper stderr:");
117 /// Launcher for the helper test cases.
119 /// This builder class can be used to construct the runtime state of the helper
120 /// test cases and later run them. The class also provides other helper methods
121 /// to interact with the helper binary.
129 /// Path to the helper test program, relative to _root.
132 /// Name of the helper test case to run.
142 /// Constructs a new helper.
146 /// \param name The name of the helper to run
    [all...]
  /src/crypto/external/bsd/openssh/libexec/
Makefile 8 SUBDIR+= ssh-sk-helper
  /src/external/mpl/bind/dist/lib/isc/
helper.c 1 /* $NetBSD: helper.c,v 1.2 2025/01/26 16:25:37 christos Exp $ */
23 #include <isc/helper.h>
47 isc_loop_t *helper = &loop->loopmgr->helpers[loop->tid]; local
49 isc_job_t *job = isc_mem_get(helper->mctx, sizeof(*job));
64 if (!cds_wfcq_enqueue(&helper->async_jobs.head,
65 &helper->async_jobs.tail, &job->wfcq_node))
67 int r = uv_async_send(&helper->async_trigger);
  /src/external/bsd/atf/dist/tools/
atf-run_test.sh 47 cp $(atf_get_srcdir)/misc_helpers helper
48 create_atffile helper
132 atf_check -s eq:0 -o ignore -e not-match:'WARNING.*atf-run' atf-run helper
163 "ATF_CONFDIR=$(pwd)/etc HOME=$(pwd) atf-run helper"
177 "ATF_CONFDIR=$(pwd)/etc HOME=$(pwd) atf-run helper"
191 "ATF_CONFDIR=$(pwd)/etc HOME=$(pwd) atf-run helper"
205 "ATF_CONFDIR=$(pwd)/etc HOME=$(pwd) atf-run helper"
220 "ATF_CONFDIR=$(pwd)/etc atf-run helper"
224 "ATF_CONFDIR=$(pwd)/etc atf-run -v testvar='a value' helper"
235 "ATF_CONFDIR=$(pwd)/etc atf-run helper"
    [all...]
  /src/tests/bin/sh/
t_input.sh 56 cat > helper.sh <<- EOF
78 ${TEST_SH} helper.sh
80 size=$(stat -f %z helper.sh)
89 OF="helper-${N}@${loc}.sh"
92 dd if=helper.sh bs=1 count="${loc}" \
94 dd if=helper.sh bs=1 skip="${loc}" \
121 OF="helper-${*}.sh"
126 dd if=helper.sh bs=1 count="${loc}" \
136 dd if=helper.sh bs=1 skip="${loc}" \
146 dd if=helper.sh bs=1 skip="${loc}"
    [all...]
t_evaltested.sh 38 cat > helper.sh << EOF
48 output="$($TEST_SH helper.sh)"
  /src/external/gpl3/gcc/dist/libgfortran/ieee/
ieee_exceptions.F90 148 subroutine helper(ptr) &
155 call helper(STATUS_VALUE%hidden)
163 subroutine helper(ptr) &
170 call helper(STATUS_VALUE%hidden)
181 pure integer function helper() &
186 FLAG_VALUE = (IAND(helper(), FLAG%hidden) /= 0)
195 pure subroutine helper(set, clear) &
202 call helper(FLAG%hidden, 0)
204 call helper(0, FLAG%hidden)
216 pure integer function helper()
    [all...]
  /src/external/gpl3/gdb/dist/gdb/nat/
linux-namespaces.c 175 threaded helper process to access mount namespaces other than
178 The helper process is started the first time a call to setns
180 with the helper via sockets, passing file descriptors where
181 necessary using SCM_RIGHTS. Once started the helper process
183 helper will receive socket errors, notice that its parent died,
187 single message, and the helper replies to every message it
188 receives with a single-message response. If the helper
195 For avoidance of doubt, if the helper process receives a
199 main process to exit, the helper will notice this and also
200 exit. The helper will not exit until the main proces
640 static struct linux_mnsh *helper = NULL; local
716 struct linux_mnsh *helper = linux_mntns_get_helper (); local
885 struct linux_mnsh *helper; local
955 struct linux_mnsh *helper; local
988 struct linux_mnsh *helper; local
1022 struct linux_mnsh *helper; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/nat/
linux-namespaces.c 174 threaded helper process to access mount namespaces other than
177 The helper process is started the first time a call to setns
179 with the helper via sockets, passing file descriptors where
180 necessary using SCM_RIGHTS. Once started the helper process
182 helper will receive socket errors, notice that its parent died,
186 single message, and the helper replies to every message it
187 receives with a single-message response. If the helper
194 For avoidance of doubt, if the helper process receives a
198 main process to exit, the helper will notice this and also
199 exit. The helper will not exit until the main proces
639 static struct linux_mnsh *helper = NULL; local
715 struct linux_mnsh *helper = linux_mntns_get_helper (); local
884 struct linux_mnsh *helper; local
954 struct linux_mnsh *helper; local
987 struct linux_mnsh *helper; local
1021 struct linux_mnsh *helper; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fbcon.c 82 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev);
114 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev);
146 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev);
178 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev);
205 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev);
216 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev);
248 if (drm->fbcon && drm->fbcon->helper.fbdev) {
249 drm->fbcon->saved_flags = drm->fbcon->helper.fbdev->flags;
250 drm->fbcon->helper.fbdev->flags |= FBINFO_HWACCEL_DISABLED;
260 if (drm->fbcon && drm->fbcon->helper.fbdev)
    [all...]
  /src/crypto/external/bsd/openssh/
openssh2netbsd 44 rm -fr ssh-add ssh scp ssh-agent sshd sftp-server ssh-keygen sftp ssh-keyscan ssh-keysign ssh-pkcs11-helper ssh-sk-helper sshd-session sshd-auth
  /src/external/bsd/atf/dist/atf-c++/detail/
test_helpers.cpp 92 const char* helper = "detail/process_helpers"; local
96 ".." / ".." / "atf-c" / helper;
99 ".." / "atf-c" / helper;
101 return atf::fs::path(atf_c_tests_base) / helper;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_fbdev.c 75 container_of(fb_helper, struct intel_fbdev, helper);
89 container_of(fb_helper, struct intel_fbdev, helper);
104 container_of(fb_helper, struct intel_fbdev, helper);
126 static int intelfb_alloc(struct drm_fb_helper *helper,
130 container_of(helper, struct intel_fbdev, helper);
132 struct drm_device *dev = helper->dev;
179 static int intelfb_create(struct drm_fb_helper *helper,
183 container_of(helper, struct intel_fbdev, helper);
    [all...]
  /src/tests/libexec/ld.elf_so/
helper.mk 1 # $NetBSD: helper.mk,v 1.1 2023/07/05 22:42:46 riastradh Exp $
3 # Makefile fragment for building a helper library used by ld.elf_so
  /src/external/mit/libcbor/dist/src/cbor/internal/
loaders.c 73 union _cbor_float_helper helper = {.as_uint = _cbor_load_uint32(source)}; local
74 return helper.as_float;
78 union _cbor_double_helper helper = {.as_uint = _cbor_load_uint64(source)}; local
79 return helper.as_double;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fb_helper.h 8 * DRM framebuffer helper functions
82 * Driver callbacks used by the fbdev emulation helper library.
99 int (*fb_probe)(struct drm_fb_helper *helper,
107 * @funcs: driver callbacks for fb helper
153 * Top-level FBDEV helper lock. This protects all internal data
157 * protect all helper internal state with this lock as well as reduce
181 * If no outputs are connected (disconnected or unknown) the FB helper
194 * FB helper initialization. This needs to be tracked so that deferred
195 * FB helper setup can pass this on.
209 * define DRM_FB_HELPER_DEFAULT_OPS - helper define for drm driver
    [all...]
  /src/external/bsd/kyua-cli/dist/bootstrap/
plain_helpers.cpp 91 /// Mapping of the name of a helper to its implementation.
92 struct helper { struct in namespace:__anon6930
93 /// The name of the helper, as will be provided by the user on the CLI.
96 /// A pointer to the function implementing the helper.
101 /// NULL-terminated table mapping helper names to their implementations.
102 static const helper helpers[] = {
115 /// The caller must select a helper to execute by defining the HELPER
116 /// environment variable to the name of the desired helper. Think of this main
117 /// method as a subprogram dispatcher, to avoid having many individual helper
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_fb.c 53 * this contains a helper + a radeon fb
54 * the helper contains a pointer to radeon framebuffer baseclass.
57 struct drm_fb_helper helper; /* must be first */ member in struct:radeon_fbdev
224 static int radeonfb_create(struct drm_fb_helper *helper,
228 container_of(helper, struct radeon_fbdev, helper);
273 rfa.rfa_fb_helper = helper;
279 helper->fbdev = config_found(rdev->ddev->dev, &rfa, NULL,
282 if (helper->fbdev == NULL) {
288 rfbdev->helper.fb = fb
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_fb.c 56 this contains a helper + a amdgpu fb
57 the helper contains a pointer to amdgpu framebuffer baseclass.
213 static int amdgpufb_create(struct drm_fb_helper *helper,
216 struct amdgpu_fbdev *rfbdev = (struct amdgpu_fbdev *)helper;
245 info = drm_fb_helper_alloc_fbi(helper);
261 /* setup helper */
262 rfbdev->helper.fb = fb;
272 afa.afa_fb_helper = helper;
278 helper->fbdev = config_found(adev->ddev->dev, &afa, NULL,
281 if (helper->fbdev == NULL)
    [all...]

Completed in 38 milliseconds

1 2 3 4 5