Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 861) sorted by last modified time

12345678910>>...35

/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h145 #define DTRACE_PROBE3(a, b, c, d, e, f, g) \ argument
146 ZFS_PROBE3(#a, (unsigned long)c, (unsigned long)e, (unsigned long)g)
151 #define DTRACE_PROBE4(a, b, c, d, e, f, g, h, i) \ argument
152 ZFS_PROBE4(#a, (unsigned long)c, (unsigned long)e, (unsigned long)g, \
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids224 …0121 HP 39g+ [F2224A], 39gs [F2223A], 40gs [F2225A], 48gII [F2226A], 49g+ [F2228A], 50g [F2229A, …
3287 1230 Wireless Adapter 11g
9851 0120 SpeedTouch 120g 802.11g Wireless Adapter [Intersil ISL3886]
10635 11f2 EP-9001-g 802.11g 54M WLAN Adapter
10896 004b Wi-Fi 11g adapter
13266 1211 ZD1211 802.11g
13267 1215 ZD1211B 802.11g
13650 0118 U5 802.11g Adapter
14198 0b61 Vuquest 3310g
18111 3c05 rt2570 802.11g WLAN
[all …]
H A Dpci.ids20093 4318 Broadcom BCM4318 [AirForce One 54g] 802.11g WLAN Controller
20848 4312 BCM4311 802.11a/b/g
20872 4318 BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
20892 4319 BCM4318 [AirForce 54g] 802.11a/b/g PCI Express Transceiver
20950 4329 BCM4321 802.11b/g/n
20959 432c BCM4322 802.11b/g/n
22519 168c 1051 EZ Connect g 802.11g 108Mbps Wireless PCI Adapter
23478 2220 IPN 2220 802.11g
23531 1043 130f WL-130g
23668 3403 ZyAir G-110 802.11g
[all …]
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c293 uint32_t g, hval = 0; in nvt_hash() local
297 if ((g = (hval & 0xf0000000)) != 0) in nvt_hash()
298 hval ^= g >> 24; in nvt_hash()
299 hval &= ~g; in nvt_hash()
/illumos-gate/usr/src/uts/common/sys/
H A Dtem_impl.h152 uint8_t g; member
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c595 int r, g, b; in tem_safe_selgraph() local
692 g = tem->tvs_params[++count]; in tem_safe_selgraph()
695 if (r < 0 || r > 255 || g < 0 || g > 255 || in tem_safe_selgraph()
706 tem->tvs_fg_color.rgb.g = g; in tem_safe_selgraph()
771 g = tem->tvs_params[++count]; in tem_safe_selgraph()
774 if (r < 0 || r > 255 || g < 0 || g > 255 || in tem_safe_selgraph()
785 tem->tvs_bg_color.rgb.g = g; in tem_safe_selgraph()
2598 fg->rgb.a, fg->rgb.r, fg->rgb.g, fg->rgb.b); in tem_safe_get_color()
2610 bg->rgb.a, bg->rgb.r, bg->rgb.g, bg->rgb.b); in tem_safe_get_color()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m1653 file path=opt/util-tests/tests/mdb/format/tst.format-g.mdb mode=0444
1654 file path=opt/util-tests/tests/mdb/format/tst.format-g.mdb.out mode=0444
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c518 unsigned int g; in crunch() local
523 g = h & 0xf0000000; in crunch()
524 if (g != 0) { in crunch()
525 h ^= (g >> 24); in crunch()
526 h ^= g; in crunch()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src1451 tbc=\E[3g,
1485 # :GH=\E[196g:GV=\E[179g:\
1486 # :GU=\E[193g:GD=\E[194g:\
1487 # :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
1601 qansi-g|QNX ANSI,
2068 # g plus/minus
6003 tbc=\E[3g$<2/>,
11951 is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g,
14398 tbc=\E[3g,
17024 tbc=\E[3g,
[all …]
H A Dtermcap.src1343 # :GH=\E[196g:GV=\E[179g:\
1344 # :GU=\E[193g:GD=\E[194g:\
1345 # :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
1423 qansi-g|QNX ANSI:\
1443 :YA:YC:tc=qansi-g:
1815 # g plus/minus
8532 :ho=^]8g @\037:\
10568 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
16615 # BLD bell disable ^[g
16883 :i1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>:\
[all …]
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c166 uint32_t g = ctx->state.s32[6]; in SHA256Transform() local
207 SHA256ROUND(a, b, c, d, e, f, g, h, 0, w0); in SHA256Transform()
210 SHA256ROUND(h, a, b, c, d, e, f, g, 1, w1); in SHA256Transform()
213 SHA256ROUND(g, h, a, b, c, d, e, f, 2, w2); in SHA256Transform()
216 SHA256ROUND(f, g, h, a, b, c, d, e, 3, w3); in SHA256Transform()
219 SHA256ROUND(e, f, g, h, a, b, c, d, 4, w4); in SHA256Transform()
222 SHA256ROUND(d, e, f, g, h, a, b, c, 5, w5); in SHA256Transform()
225 SHA256ROUND(c, d, e, f, g, h, a, b, 6, w6); in SHA256Transform()
359 ctx->state.s32[6] += g; in SHA256Transform()
376 uint64_t g = ctx->state.s64[6]; in SHA512Transform() local
[all …]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c2659 struct group *g; in userspace_cb() local
2662 name = g->gr_name; in userspace_cb()
4904 g = getgrgid(rid); in parse_fs_perm()
4905 if (g) in parse_fs_perm()
5456 g = getgrnam(curr); in construct_fsacl_list()
5458 g = getgrgid(rid); in construct_fsacl_list()
5460 if (g != NULL) in construct_fsacl_list()
5461 rid = g->gr_gid; in construct_fsacl_list()
5476 g = getgrnam(curr); in construct_fsacl_list()
5478 g = getgrgid(rid); in construct_fsacl_list()
[all …]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c259 uint_t h = 0, g; in ht_hash_fmri() local
271 if ((g = (h & 0xf0000000)) != 0) { in ht_hash_fmri()
272 h ^= (g >> 24); in ht_hash_fmri()
273 h ^= g; in ht_hash_fmri()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nv.c50 size_t g, h = 0; in nv_hashstring() local
58 if ((g = (h & 0xf0000000)) != 0) { in nv_hashstring()
59 h ^= (g >> 24); in nv_hashstring()
60 h ^= g; in nv_hashstring()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c216 unsigned int g; in getldap_hash() local
219 if ((g = (hval & 0xf0000000)) != 0) in getldap_hash()
220 hval ^= g >> 24; in getldap_hash()
221 hval &= ~g; in getldap_hash()
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h137 uint8_t g; member
/illumos-gate/usr/src/boot/efi/libefi/
H A Defienv.c39 efi_getenv(EFI_GUID *g, const char *v, void *data, size_t *len) in efi_getenv() argument
51 rv = RS->GetVariable(uv, g, &attr, &dl, data); in efi_getenv()
59 efi_setenv(EFI_GUID *g, uint32_t attr, const char *v, void *data, size_t len) in efi_setenv() argument
68 rv = RS->SetVariable(uv, g, attr, len, data); in efi_setenv()
/illumos-gate/usr/src/boot/efi/include/
H A Defilib.h124 EFI_STATUS efi_getenv(EFI_GUID *g, const char *v, void *data, size_t *len);
125 EFI_STATUS efi_setenv(EFI_GUID *g, uint32_t, const char *, void *, size_t);
/illumos-gate/usr/src/boot/efi/include/Uefi/
H A DUefiInternalFormRepresentation.h547 UINT8 g; member
/illumos-gate/usr/src/boot/common/
H A Dtem.c1242 int r, g, b; in tem_selgraph() local
1340 g = tem->tvs_params[++count]; in tem_selgraph()
1343 if (r < 0 || r > 255 || g < 0 || g > 255 || in tem_selgraph()
1354 tem->tvs_fg_color.rgb.g = g; in tem_selgraph()
1420 g = tem->tvs_params[++count]; in tem_selgraph()
1423 if (r < 0 || r > 255 || g < 0 || g > 255 || in tem_selgraph()
1434 tem->tvs_bg_color.rgb.g = g; in tem_selgraph()
2899 fg->rgb.a, fg->rgb.r, fg->rgb.g, fg->rgb.b); in tem_get_color()
2906 bg->rgb.a, bg->rgb.r, bg->rgb.g, bg->rgb.b); in tem_get_color()
H A Dgfx_fb.c416 rgb_to_color_index(uint8_t r, uint8_t g, uint8_t b) in rgb_to_color_index() argument
427 diff = g - pe8[k].Green; in rgb_to_color_index()
446 (void) g; in rgb_to_color_index()
1578 uint8_t r, g, b, a; in gfx_fb_putimage() local
1751 g = png->image[i + 1]; in gfx_fb_putimage()
1791 g = pixel[1]; in gfx_fb_putimage()
1797 printf("r/g/b: %x/%x/%x\n", r, g, b); in gfx_fb_putimage()
1803 p[j].Green = g >> in gfx_fb_putimage()
/illumos-gate/exception_lists/
H A Dpackaging.deps36 pkg:/system/library/g++-10-runtime
37 pkg:/system/library/g++-7-runtime
38 pkg:/system/library/g++-runtime
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c531 mlxcx_remove_all_umcast_entries(mlxp, g->mlg_port, g); in mlxcx_teardown_rx_group()
645 kmem_free(g->mlg_wqs, g->mlg_wqs_size); in mlxcx_teardown_rx_group()
683 kmem_free(g->mlg_wqs, g->mlg_wqs_size); in mlxcx_teardown_tx_group()
767 g->mlg_wqs_size = g->mlg_nwqs * sizeof (mlxcx_work_queue_t); in mlxcx_rx_group_setup()
768 g->mlg_wqs = kmem_zalloc(g->mlg_wqs_size, KM_SLEEP); in mlxcx_rx_group_setup()
773 while (g->mlg_rqt->mlrqt_max < g->mlg_nwqs) in mlxcx_rx_group_setup()
775 g->mlg_rqt->mlrqt_rq_size = g->mlg_rqt->mlrqt_max * in mlxcx_rx_group_setup()
812 g->mlg_rqt->mlrqt_rq[g->mlg_rqt->mlrqt_used++] = rq; in mlxcx_rx_group_setup()
1340 g->mlg_wqs_size = g->mlg_nwqs * sizeof (mlxcx_work_queue_t); in mlxcx_tx_group_setup()
1341 g->mlg_wqs = kmem_zalloc(g->mlg_wqs_size, KM_SLEEP); in mlxcx_tx_group_setup()
[all …]
H A Dmlxcx.c2006 ASSERT(mutex_owned(&g->mlg_mtx)); in mlxcx_remove_all_vlan_entries()
2010 if (!list_is_empty(&g->mlg_rx_vlans)) { in mlxcx_remove_all_vlan_entries()
2039 ASSERT(mutex_owned(&g->mlg_mtx)); in mlxcx_remove_vlan_entry()
2044 v = list_next(&g->mlg_rx_vlans, v)) { in mlxcx_remove_vlan_entry()
2055 list_remove(&g->mlg_rx_vlans, v); in mlxcx_remove_vlan_entry()
2064 if (list_is_empty(&g->mlg_rx_vlans)) { in mlxcx_remove_vlan_entry()
2067 list_insert_tail(&g->mlg_rx_vlans, v); in mlxcx_remove_vlan_entry()
2080 list_insert_tail(&g->mlg_rx_vlans, v); in mlxcx_remove_vlan_entry()
2109 ASSERT(mutex_owned(&g->mlg_mtx)); in mlxcx_add_vlan_entry()
2120 if (list_is_empty(&g->mlg_rx_vlans)) in mlxcx_add_vlan_entry()
[all …]
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib122 echo $1 | sed "s/,/ /g"
853 # E.g.
1334 log_must zfs create -V 1g $pool_name/zone_zvol
1954 log_must useradd -g $gname -d $basedir/$uname -m $uname
2000 groupadd -g $gid $group > /dev/null 2>&1
2527 echo "SUNWstc-${dirpath}" | /usr/bin/sed -e "s/\//-/g"

12345678910>>...35