Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 2378) sorted by path

12345678910>>...96

/illumos-gate/exception_lists/
H A Dcddlchk26 usr/src/cmd/acpi/acpidump/acpidump.h
H A Dclosed-bins63 ./usr/include/sys/lc_core.h
64 ./usr/include/sys/localedef.h
H A Dcopyright37 usr/src/cmd/acpi/acpidump/acpidump.h
49 usr/src/cmd/acpi/acpixtract/axmain.h
91 usr/src/common/bzip2/bzlib.h
317 usr/src/lib/krb5/kdb/adb_err.h
318 usr/src/lib/krb5/kdb/kdb5.h
377 usr/src/lib/krb5/ss/copyright.h
405 usr/src/tools/btxld/btx.h
409 usr/src/tools/btxld/elfh.h
485 usr/src/cmd/bhyve/ahci.h
576 usr/src/uts/intel/sys/vmm.h
[all …]
H A Dcstyle1 usr/src/cmd/acpi/acpidump/acpidump.h
84 usr/src/cmd/krb5/slave/kprop.h
94 usr/src/common/bzip2/bzlib.h
530 usr/src/lib/krb5/kdb/kdb5.h
644 usr/src/lib/krb5/ss/ss.h
693 usr/src/lib/libxcurses/h/mks.h
702 usr/src/tools/btxld/btx.h
705 usr/src/tools/btxld/elfh.h
1183 usr/src/cmd/bhyve/ahci.h
1197 usr/src/cmd/bhyve/debug.h
[all …]
H A Dhdrchk1 usr/src/cmd/acpi/acpidump/acpidump.h
3 usr/src/cmd/acpi/acpixtract/axmain.h
23 usr/src/cmd/krb5/slave/kprop.h
178 usr/src/lib/krb5/ss/ss.h
387 usr/src/cmd/bhyve/acpi.h
389 usr/src/cmd/bhyve/ahci.h
392 usr/src/cmd/bhyve/basl.h
401 usr/src/cmd/bhyve/e820.h
405 usr/src/cmd/bhyve/mem.h
415 usr/src/cmd/bhyve/rtc.h
[all …]
H A Dinterface_cmp110 # 6700179 expunge synonyms.h
111 # PSARC 2008/309 expunge synonyms.h
H A Dmapfilechk32 # as long as it does not have a .c or .h suffix.
H A Dpackaging44 usr/include/auth_list.h
79 usr/include/sys/aggr.h
83 usr/include/sys/dls.h
100 usr/include/libdlsim.h
127 usr/include/errfp.h
128 usr/include/ikedoor.h
140 usr/include/libmail.h
174 usr/include/raidcfg.h
225 usr/include/ofmt.h
413 usr/include/nss.h
[all …]
H A Dwscheck47 usr/src/cmd/bhyve/ahci.h
64 usr/src/cmd/bhyve/hda_reg.h
65 usr/src/cmd/bhyve/hdac_reg.h
/illumos-gate/usr/src/
H A DMakefile.master1047 -e "h" \
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c1065 uint16_t blend, h, l; in alpha_blend() local
1079 h = blend >> 8; in alpha_blend()
1081 if (h + l >= max_alpha) in alpha_blend()
1082 h++; in alpha_blend()
1083 return (h); in alpha_blend()
1823 unsigned w, h; in edid_diagonal_squared() local
1832 if (w == 0 || h == 0) in edid_diagonal_squared()
1838 if ((w == 16 && h == 9) || (w == 16 && h == 10) || in edid_diagonal_squared()
1839 (w == 4 && h == 3) || (w == 5 && h == 4)) in edid_diagonal_squared()
1846 h = h * 100 / 254; in edid_diagonal_squared()
[all …]
H A Dload_elf.c1041 unsigned long h = 0; in elf_hash() local
1045 h = (h << 4) + *p++; in elf_hash()
1046 if ((g = h & 0xf0000000) != 0) in elf_hash()
1047 h ^= g >> 24; in elf_hash()
1048 h &= ~g; in elf_hash()
1050 return (h); in elf_hash()
/illumos-gate/usr/src/boot/common/linenoise/
H A DMakefile1 linenoise_example: linenoise.h linenoise.c
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h1503 TPM2B_ECC_PARAMETER h; member
/illumos-gate/usr/src/boot/efi/include/
H A Defilib.h67 pdinfo_t *efiblk_get_pdinfo_by_handle(EFI_HANDLE h);
H A Defizfs.h45 extern bool efi_zfs_is_preferred(EFI_HANDLE *h);
/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevpath.c163 EFI_HANDLE h; in efi_devpath_handle() local
172 &devpath, &h); in efi_devpath_handle()
175 return (h); in efi_devpath_handle()
H A Definet.c119 EFI_HANDLE h; in efinet_probe() local
122 h = nif->nif_driver->netif_ifs[nif->nif_unit].dif_private; in efinet_probe()
129 status = BS->OpenProtocol(h, &gEfiSimpleNetworkProtocolGuid, in efinet_probe()
213 EFI_HANDLE h; in efinet_init() local
222 h = nif->nif_driver->netif_ifs[nif->nif_unit].dif_private; in efinet_init()
223 status = OpenProtocolByHandle(h, &gEfiSimpleNetworkProtocolGuid, in efinet_init()
371 EFI_HANDLE h; in efinet_dev_print() local
378 for (unit = 0, h = efi_find_handle(&efinet_dev, 0); in efinet_dev_print()
379 h != NULL; h = efi_find_handle(&efinet_dev, ++unit)) { in efinet_dev_print()
382 text = efi_devpath_name(efi_lookup_devpath(h)); in efinet_dev_print()
H A Defipart.c157 return (pd->pd_handle == h || pd->pd_alias == h); in same_handle()
169 if (same_handle(dp, h)) in efiblk_get_pdinfo_by_handle()
172 if (same_handle(pp, h)) in efiblk_get_pdinfo_by_handle()
177 if (same_handle(dp, h)) in efiblk_get_pdinfo_by_handle()
180 if (same_handle(pp, h)) in efiblk_get_pdinfo_by_handle()
185 if (same_handle(dp, h)) in efiblk_get_pdinfo_by_handle()
243 efi_close_devpath(h); in efipart_ignore_device()
250 efi_close_devpath(h); in efipart_ignore_device()
298 efi_close_devpath(h); in efipart_ignore_device()
768 EFI_HANDLE h; in efipart_print_common() local
[all …]
H A Dhandles.c83 efi_handle_lookup(EFI_HANDLE h, struct devsw **dev, int *unit, uint64_t *extra) in efi_handle_lookup() argument
88 if (entry[idx].handle != h && entry[idx].alias != h) in efi_handle_lookup()
102 efi_handle_update_dev(EFI_HANDLE h, struct devsw *dev, int unit, in efi_handle_update_dev() argument
108 if (entry[idx].handle != h) in efi_handle_update_dev()
/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c454 efifb_gop_get_edid(EFI_HANDLE h) in efifb_gop_get_edid() argument
464 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid()
469 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid()
H A Dmain.c86 efi_zfs_is_preferred(EFI_HANDLE *h) in efi_zfs_is_preferred() argument
94 if (h == img->DeviceHandle) in efi_zfs_is_preferred()
122 devpath = efi_lookup_devpath(h); in efi_zfs_is_preferred()
367 EFI_HANDLE h; in find_currdev() local
438 h = efi_devpath_handle(devpath); in find_currdev()
439 if (h == NULL) in find_currdev()
445 if (efi_handle_lookup(h, &dev, &unit, &extra) == 0) { in find_currdev()
451 devpath = efi_lookup_devpath(h); in find_currdev()
/illumos-gate/usr/src/boot/forth/
H A Dframes.4th123 : box ( w h x y -- ) \ Draw a box
125 rot ( w x y h )
126 over + >R ( w x y -- R: y+h )
127 swap rot ( y x w -- R: y+h )
128 over + >R ( y x -- R: y+h x+w )
H A Dmenu.4th888 42 13 menuX @ 3 - menuY @ 1- box \ Draw frame (w,h,x,y)
H A Dpnp.4th48 structure: pnpinfo \ sync with sys/boot/config/bootstrap.h

12345678910>>...96