Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1792 rc = set_val_astring(handles, handles->config_pg, in idmap_cfg_load_smf()
1809 rc = set_val_astring(handles, handles->config_pg, in idmap_cfg_load_smf()
2529 handles = &cfg->handles; in idmap_cfg_init()
2545 if (!(handles->service = scf_service_create(handles->main)) || in idmap_cfg_init()
2546 !(handles->instance = scf_instance_create(handles->main)) || in idmap_cfg_init()
2547 !(handles->config_pg = scf_pg_create(handles->main)) || in idmap_cfg_init()
2548 !(handles->debug_pg = scf_pg_create(handles->main))) { in idmap_cfg_init()
2674 idmap_cfg_handles_t *handles = &cfg->handles; in idmap_cfg_fini() local
2770 rc = set_val_integer(handles, handles->debug_pg, "config", 1); in upgrade_debug()
2777 rc = del_val(handles, handles->config_pg, DEBUG_PROP); in upgrade_debug()
[all …]
H A Didmap_config.h129 idmap_cfg_handles_t handles; member
/illumos-gate/usr/src/boot/efi/libefi/
H A Dlibefi.c69 EFI_HANDLE *handles; in efi_get_protocol_handles() local
75 handles = NULL; in efi_get_protocol_handles()
77 NULL, &bufsz, handles); in efi_get_protocol_handles()
81 handles = malloc(bufsz); in efi_get_protocol_handles()
82 if (handles == NULL) in efi_get_protocol_handles()
90 NULL, &bufsz, handles); in efi_get_protocol_handles()
92 free(handles); in efi_get_protocol_handles()
95 *handlep = handles; in efi_get_protocol_handles()
H A Defi_driver_utils.c40 EFI_HANDLE *handles; in connect_controllers() local
43 status = efi_get_protocol_handles(filter, &nhandles, &handles); in connect_controllers()
49 BS->ConnectController(handles[i], NULL, NULL, true); in connect_controllers()
52 free(handles); in connect_controllers()
H A Definet.c298 EFI_HANDLE *handles, *handles2; in efinet_dev_init() local
305 &nhandles, &handles); in efinet_dev_init()
310 free(handles); in efinet_dev_init()
315 devpath = efi_lookup_devpath(handles[i]); in efinet_dev_init()
325 handles2[nifs] = handles[i]; in efinet_dev_init()
328 free(handles); in efinet_dev_init()
H A Dhandles.c45 efi_register_handles(struct devsw *sw, EFI_HANDLE *handles, in efi_register_handles() argument
56 entry[idx].handle = handles[unit]; in efi_register_handles()
H A Defi_console.c828 EFI_HANDLE *handles; in efi_cons_devinfo() local
834 &gEfiGraphicsOutputProtocolGuid, &nhandles, &handles); in efi_cons_devinfo()
837 &nhandles, &handles); in efi_cons_devinfo()
843 efi_cons_devinfo_print(handles[i]); in efi_cons_devinfo()
845 free(handles); in efi_cons_devinfo()
H A DMakefile.com34 handles.c \
/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.c292 handle_attr_t *handles; member
1333 ptr = realloc(raid_handle_sys.handles, in raid_handle_init()
1337 raid_handle_sys.handles = ptr; in raid_handle_init()
1350 raid_handle_sys.handles[0].next = 0; in raid_handle_init()
1371 i = raid_handle_sys.handles[i].next; in raid_handle_fini()
1378 free(raid_handle_sys.handles); in raid_handle_fini()
1379 raid_handle_sys.handles = NULL; in raid_handle_fini()
1413 i = raid_handle_sys.handles[i].next; in raid_handle_delete()
1418 raid_handle_sys.handles[j].next = in raid_handle_delete()
1425 raid_handle_sys.handles[i].next = in raid_handle_delete()
[all …]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c1311 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, child, in non_descendant_idx()
1341 mnt_param->mnt_zhps = handles; in zfs_dispatch_mount()
1405 zfs_handle_t **handles = mp->mnt_zhps; in zfs_mount_task() local
1412 if (mp->mnt_func(handles[idx], mp->mnt_data) != 0) in zfs_mount_task()
1424 i = non_descendant_idx(handles, num_handles, i)) { in zfs_mount_task()
1426 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, in zfs_mount_task()
1431 zfs_dispatch_mount(mp->mnt_hdl, handles, num_handles, i, in zfs_mount_task()
1478 func(handles[i], data); in zfs_foreach_mountpoint()
1496 i = non_descendant_idx(handles, num_handles, i)) { in zfs_foreach_mountpoint()
1503 zfs_prop_get_int(handles[i], ZFS_PROP_ZONED)) in zfs_foreach_mountpoint()
[all …]
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Defimd.c66 EFI_HANDLE *handles; in ldr_bootinfo() local
76 status = efi_get_protocol_handles(&fpswa_guid, &nhandles, &handles); in ldr_bootinfo()
78 status = OpenProtocolByHandle(*handles, &fpswa_guid, &fpswa); in ldr_bootinfo()
/illumos-gate/usr/src/boot/efi/loader/
H A Defiserialio.c171 EFI_HANDLE *handles, handle; in efi_serial_get_handle() local
179 &nhandles, &handles); in efi_serial_get_handle()
185 devpath = efi_lookup_devpath(handles[index]); in efi_serial_get_handle()
187 handle = (handles[index]); in efi_serial_get_handle()
197 handle = handles[port]; in efi_serial_get_handle()
199 free(handles); in efi_serial_get_handle()
H A Dframebuffer.c217 EFI_HANDLE *handles; in efifb_uga_get_pciio() local
223 &nhandles, &handles); in efifb_uga_get_pciio()
231 status = OpenProtocolByHandle(handles[i], in efifb_uga_get_pciio()
234 free(handles); in efifb_uga_get_pciio()
238 free(handles); in efifb_uga_get_pciio()
H A Dmain.c630 EFI_HANDLE *handles; in uefi_serial_console() local
649 &nhandles, &handles); in uefi_serial_console()
659 devpath = efi_lookup_devpath(handles[i]); in uefi_serial_console()
664 free(handles); in uefi_serial_console()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c703 uint32_t index, handles[5]; in ql_async_event() local
722 handles[0] = MSW(mbx); in ql_async_event()
762 handles[0] = SHORT_TO_LONG(MSW(mbx), in ql_async_event()
769 handles[0] = SHORT_TO_LONG( in ql_async_event()
772 handles[1] = SHORT_TO_LONG( in ql_async_event()
804 handles[cnt]); in ql_async_event()
807 index = handles[cnt] & OSC_INDEX_MASK; in ql_async_event()
815 handles[cnt]); in ql_async_event()
836 } else if (handles[cnt] != QL_FCA_BRAND) { in ql_async_event()
839 mb[0], handles[cnt]); in ql_async_event()
[all …]
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_object.c346 crypto_object_id_t *handles, uint_t *count, uint_t max_count, in crypto_object_find() argument
366 rv = KCF_PROV_OBJECT_FIND(real_provider, cookie, handles, in crypto_object_find()
371 0, NULL, 0, handles, 0, NULL, cookie, max_count, count); in crypto_object_find()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c892 handles.head = NULL; in myri10ge_unprepare_tx_ring()
893 handles.tail = NULL; in myri10ge_unprepare_tx_ring()
949 handles = NULL; in myri10ge_prepare_tx_ring()
951 &handles); in myri10ge_prepare_tx_ring()
952 if (handles != NULL) in myri10ge_prepare_tx_ring()
2512 handles.head = NULL; in myri10ge_tx_done()
2513 handles.tail = NULL; in myri10ge_tx_done()
3481 handles = NULL; in myri10ge_send()
3491 dma_handle = handles; in myri10ge_send()
3492 handles = handles->next; in myri10ge_send()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.copyoutbadaddr.ksh38 * Verify that copyout() handles bad addresses.
H A Derr.copyoutstrbadaddr.ksh37 * Verify that copyout() handles bad addresses.
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c153 zfs_handle_t **handles; in get_one_filesystem() local
160 handles = (zfs_handle_t **)calloc(1, in get_one_filesystem()
163 if (handles == NULL) { in get_one_filesystem()
168 bcopy(cbp->cb_handles, handles, in get_one_filesystem()
173 cbp->cb_handles = handles; in get_one_filesystem()
/illumos-gate/usr/src/test/smbsrv-tests/include/
H A Dsmbtor-excl-rpc.txt39 rpc.handles.drsuapi
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.S84 ! This handles floating-point state saving.
136 ! This handles coprocessor state saving.
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dpoll69 tst socketpair_devfd note{ /dev/fd/N handles socketpair() }end execute{
/illumos-gate/usr/src/cmd/lp/model/
H A Dtsol_netstandard_foomatic524 ## Skip this for PS/PSR printers, since lp.tsol_separator handles the banners
592 ## Skip this for PS/PSR printers, since lp.tsol_separator handles the banners
757 # Skip this for TSOL, since lp.tsol_separator handles the banners
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A DREADME.zfs55 3. The "normal" Lua runtime handles errors by failing fatally, but since this

123