Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 269) sorted by relevance

1234567891011

/freebsd/crypto/krb5/src/kdc/
H A Dkdc_audit.c46 static audit_module_handle *handles = NULL; variable
80 if (context == NULL || handles != NULL) in load_audit_modules()
121 handles = list; in load_audit_modules()
136 free_handles(handles); in unload_audit_modules()
233 if (handles == NULL) in kau_kdc_stop()
236 for (hp = handles; *hp != NULL; hp++) { in kau_kdc_stop()
248 if (handles == NULL) in kau_kdc_start()
251 for (hp = handles; *hp != NULL; hp++) { in kau_kdc_start()
265 if (handles == NULL) in kau_as_req()
268 for (hp = handles; *hp != NULL; hp++) { in kau_as_req()
[all …]
H A Dpolicy.c46 static kdcpolicy_handle *handles; variable
120 for (hp = handles; *hp != NULL; hp++) { in check_kdcpolicy_as()
160 for (hp = handles; *hp != NULL; hp++) { in check_kdcpolicy_tgs()
183 for (hp = handles; hp != NULL && *hp != NULL; hp++) { in unload_kdcpolicy_plugins()
189 free(handles); in unload_kdcpolicy_plugins()
190 handles = NULL; in unload_kdcpolicy_plugins()
206 handles = k5calloc(count + 1, sizeof(*handles), &ret); in load_kdcpolicy_plugins()
207 if (handles == NULL) in load_kdcpolicy_plugins()
236 handles[count++] = h; in load_kdcpolicy_plugins()
/freebsd/crypto/krb5/src/lib/kadm5/srv/
H A Dkadm5_hook.c97 k5_kadm5_hook_free_handles(krb5_context context, kadm5_hook_handle *handles) in k5_kadm5_hook_free_handles() argument
101 if (handles == NULL) in k5_kadm5_hook_free_handles()
103 for (hp = handles; *hp != NULL; hp++) { in k5_kadm5_hook_free_handles()
109 free(handles); in k5_kadm5_hook_free_handles()
126 for (; *handles; handles++) { \
127 kadm5_hook_handle h = *handles; \
142 k5_kadm5_hook_chpass(krb5_context context, kadm5_hook_handle *handles, in k5_kadm5_hook_chpass() argument
154 k5_kadm5_hook_create(krb5_context context, kadm5_hook_handle *handles, in k5_kadm5_hook_create() argument
165 k5_kadm5_hook_modify(krb5_context context, kadm5_hook_handle *handles, in k5_kadm5_hook_modify() argument
173 k5_kadm5_hook_rename(krb5_context context, kadm5_hook_handle *handles, in k5_kadm5_hook_rename() argument
[all …]
H A Dpwqual.c99 k5_pwqual_free_handles(krb5_context context, pwqual_handle *handles) in k5_pwqual_free_handles() argument
103 if (handles == NULL) in k5_pwqual_free_handles()
105 for (hp = handles; *hp != NULL; hp++) { in k5_pwqual_free_handles()
111 free(handles); in k5_pwqual_free_handles()
/freebsd/stand/efi/libefi/
H A Defi_driver_utils.c37 EFI_HANDLE *handles; in connect_controllers() local
49 handles = malloc(hsize); in connect_controllers()
50 if (handles == NULL) in connect_controllers()
55 &hsize, handles); in connect_controllers()
62 BS->ConnectController(handles[i], NULL, NULL, true); in connect_controllers()
65 free(handles); in connect_controllers()
H A Deficom.c98 EFI_HANDLE *handles; in efi_serial_init() local
104 handles = NULL; in efi_serial_init()
105 status = BS->LocateHandle(ByProtocol, &serial, NULL, &bufsz, handles); in efi_serial_init()
109 if ((handles = malloc(bufsz)) == NULL) in efi_serial_init()
116 status = BS->LocateHandle(ByProtocol, &serial, NULL, &bufsz, handles); in efi_serial_init()
118 free(handles); in efi_serial_init()
121 *handlep = handles; in efi_serial_init()
164 EFI_HANDLE *handles, handle; in efi_serial_get_handle() local
171 handles = NULL; in efi_serial_get_handle()
173 status = efi_serial_init(&handles, &nhandles); in efi_serial_get_handle()
[all …]
H A Definet.c362 EFI_HANDLE *handles, *handles2; in efinet_dev_init() local
369 handles = NULL; in efinet_dev_init()
372 handles = (EFI_HANDLE *)malloc(sz); in efinet_dev_init()
373 if (handles == NULL) in efinet_dev_init()
376 handles); in efinet_dev_init()
378 free(handles); in efinet_dev_init()
384 free(handles); in efinet_dev_init()
389 devpath = efi_lookup_devpath(handles[i]); in efinet_dev_init()
399 handles2[nifs] = handles[i]; in efinet_dev_init()
402 free(handles); in efinet_dev_init()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_device.c65 u32 *handles; in gather_objects_handle() local
70 handles = uverbs_zalloc(attrs, out_len); in gather_objects_handle()
71 if (IS_ERR(handles)) in gather_objects_handle()
72 return handles; in gather_objects_handle()
84 handles[count] = obj_id; in gather_objects_handle()
90 return handles; in gather_objects_handle()
100 u32 *handles; in UVERBS_HANDLER() local
115 handles = gather_objects_handle(attrs->ufile, uapi_object, attrs, in UVERBS_HANDLER()
117 if (IS_ERR(handles)) in UVERBS_HANDLER()
118 return PTR_ERR(handles); in UVERBS_HANDLER()
[all …]
/freebsd/crypto/krb5/src/lib/kadm5/
H A Dserver_internal.h178 k5_pwqual_free_handles(krb5_context context, pwqual_handle *handles);
224 k5_kadm5_hook_free_handles(krb5_context context, kadm5_hook_handle *handles);
229 kadm5_hook_handle *handles,
239 kadm5_hook_handle *handles,
249 kadm5_hook_handle *handles,
256 kadm5_hook_handle *handles,
263 kadm5_hook_handle *handles,
270 kadm5_hook_handle *handles,
/freebsd/crypto/krb5/src/kadmin/server/
H A Dauth.c43 static auth_handle *handles; variable
50 if (handles == NULL) in auth_fini()
52 for (hp = handles; *hp != NULL; hp++) { in auth_fini()
58 free(handles); in auth_fini()
59 handles = NULL; in auth_fini()
83 handles = k5calloc(count + 1, sizeof(*handles), &ret); in auth_init()
84 if (handles == NULL) in auth_init()
115 handles[count++] = h; in auth_init()
116 handles[count] = NULL; in auth_init()
190 for (hp = handles; *hp != NULL; hp++) { in auth()
[all …]
/freebsd/contrib/wpa/src/utils/
H A Deloop_win.c68 HANDLE *handles; member
80 eloop.handles = os_malloc(eloop.num_handles * in eloop_init()
81 sizeof(eloop.handles[0])); in eloop_init()
82 if (eloop.handles == NULL) in eloop_init()
89 os_free(eloop.handles); in eloop_init()
103 n = os_realloc_array(eloop.handles, eloop.num_handles * 2, in eloop_prepare_handles()
104 sizeof(eloop.handles[0])); in eloop_prepare_handles()
107 eloop.handles = n; in eloop_prepare_handles()
554 eloop.handles[count++] = eloop.events[i].event; in eloop_run()
557 eloop.handles[count++] = eloop.readers[i].event; in eloop_run()
[all …]
/freebsd/sys/fs/fuse/
H A Dfuse_file.c250 LIST_FOREACH(fufh, &fvdat->handles, next) { in fuse_filehandle_validrw()
262 LIST_FOREACH(fufh, &fvdat->handles, next) { in fuse_filehandle_validrw()
286 LIST_FOREACH(fufh, &fvdat->handles, next) { in fuse_filehandle_get()
296 LIST_FOREACH(fufh, &fvdat->handles, next) { in fuse_filehandle_get()
321 LIST_FOREACH(fufh, &fvdat->handles, next) { in fuse_filehandle_get_anyflags()
330 fufh = LIST_FIRST(&fvdat->handles); in fuse_filehandle_get_anyflags()
373 LIST_INSERT_HEAD(&fvdat->handles, fufh, next); in fuse_filehandle_init()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c1097 non_descendant_idx(zfs_handle_t **handles, size_t num_handles, int idx) in non_descendant_idx() argument
1103 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, parent, in non_descendant_idx()
1107 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, child, in non_descendant_idx()
1130 zfs_dispatch_mount(libzfs_handle_t *hdl, zfs_handle_t **handles, in zfs_dispatch_mount() argument
1137 mnt_param->mnt_zhps = handles; in zfs_dispatch_mount()
1208 zfs_handle_t **handles = mp->mnt_zhps; in zfs_mount_task() local
1212 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, mountpoint, in zfs_mount_task()
1215 if (mp->mnt_func(handles[idx], mp->mnt_data) != 0) in zfs_mount_task()
1227 i = non_descendant_idx(handles, num_handles, i)) { in zfs_mount_task()
1229 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, in zfs_mount_task()
[all …]
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c162 HANDLE handles[2]; in l2_packet_rx_thread_try_read() local
189 handles[0] = l2_ndisuio_global->stop_request; in l2_packet_rx_thread_try_read()
190 handles[1] = l2_ndisuio_global->rx_processed; in l2_packet_rx_thread_try_read()
191 WaitForMultipleObjects(2, handles, FALSE, INFINITE); in l2_packet_rx_thread_try_read()
200 HANDLE handles[2]; in l2_packet_rx_thread() local
204 handles[0] = l2_ndisuio_global->stop_request; in l2_packet_rx_thread()
205 handles[1] = l2_ndisuio_global->ready_for_read; in l2_packet_rx_thread()
225 res = WaitForMultipleObjects(2, handles, FALSE, INFINITE); in l2_packet_rx_thread()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dpreauth2.c52 clpreauth_handle *handles; member
63 free_handles(krb5_context context, clpreauth_handle *handles) in free_handles() argument
67 if (handles == NULL) in free_handles()
69 for (hp = handles; *hp != NULL; hp++) { in free_handles()
75 free(handles); in free_handles()
81 search_module_list(clpreauth_handle *handles, krb5_preauthtype pa_type) in search_module_list() argument
86 for (i = 0; handles[i] != NULL; i++) { in search_module_list()
87 h = handles[i]; in search_module_list()
110 i = search_module_list(pctx->handles, pa_type); in find_module()
115 return pctx->handles[i]; in find_module()
[all …]
/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmask.c55 struct handle *handles; member
113 h->next = c->handles; in add_handle()
114 c->handles = h; in add_handle()
286 struct handle *h = c->handles; in HandleOP()
326 ctx = find_handle(c->handles, hContext, handle_context); in HandleOP()
329 creds = find_handle(c->handles, hCred, handle_cred); in HandleOP()
382 del_handle(&c->handles, hContext); in HandleOP()
436 ctx = find_handle(c->handles, hContext, handle_context); in HandleOP()
462 del_handle(&c->handles, hContext); in HandleOP()
510 del_handle(&c->handles, handle); in HandleOP()
[all …]
/freebsd/stand/efi/boot1/
H A Dboot1.c174 EFI_HANDLE *handles; in efi_main() local
232 handles = malloc(hsize); in efi_main()
233 if (handles == NULL) in efi_main()
237 NULL, &hsize, handles); in efi_main()
240 nhandles = hsize / sizeof(*handles); in efi_main()
268 choice_protocol(handles, nhandles, imgpath); in efi_main()
/freebsd/crypto/openssh/
H A Dsftp-server.c318 static Handle *handles = NULL; variable
324 handles[i].use = HANDLE_UNUSED; in handle_unused()
325 handles[i].next_unused = first_unused_handle; in handle_unused()
338 handles = xreallocarray(handles, num_handles, sizeof(Handle)); in handle_new()
343 first_unused_handle = handles[i].next_unused; in handle_new()
345 handles[i].use = use; in handle_new()
346 handles[i].dirp = dirp; in handle_new()
347 handles[i].fd = fd; in handle_new()
348 handles[i].flags = flags; in handle_new()
349 handles[i].name = xstrdup(name); in handle_new()
[all …]
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dccselect.c39 free_handles(krb5_context context, struct ccselect_module_handle **handles) in free_handles() argument
43 if (handles == NULL) in free_handles()
45 for (hp = handles; *hp != NULL; hp++) { in free_handles()
51 free(handles); in free_handles()
/freebsd/stand/efi/gptboot/
H A Dproto.c202 probe_handles(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath) in probe_handles() argument
207 probe_handle(handles[i], imgpath); in probe_handles()
224 choice_protocol(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath) in choice_protocol() argument
237 probe_handles(handles, nhandles, imgpath); in choice_protocol()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dlocalauth.c51 free_handles(krb5_context context, struct localauth_module_handle **handles) in free_handles() argument
55 if (handles == NULL) in free_handles()
57 for (hp = handles; *hp != NULL; hp++) { in free_handles()
63 free(handles); in free_handles()
68 find_typed_module(struct localauth_module_handle **handles, const char *type) in find_typed_module() argument
73 for (hp = handles; *hp != NULL; hp++) { in find_typed_module()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmediatek-net.txt33 - mediatek,ethsys: phandle to the syscon node that handles the port setup
34 - mediatek,infracfg: phandle to the syscon node that handles the path from
36 - mediatek,sgmiisys: a list of phandles to the syscon node that handles the
41 - mediatek,pctl: phandle to the syscon node that handles the ports slew rate
/freebsd/sys/contrib/device-tree/Bindings/display/ti/
H A Dti,omap5-dss.txt51 - clocks: handles to fclk and iclk
69 - clocks: handles to fclk and pll clock
92 - clocks: handles to fclk and pll clock
H A Dti,omap4-dss.txt51 - clocks: handles to fclk and iclk
88 - clocks: handles to fclk and pll clock
111 - clocks: handles to fclk and pll clock
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def895 // handles them.
900 // handles them.
905 // handles them.
910 // handles them.
920 // handles them.
925 // handles them.
930 // handles them.
935 // handles them.
940 // handles them.
945 // handles them.
[all …]

1234567891011