Searched refs:bar (Results 76 - 91 of 91) sorted by relevance

1234

/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dglue.c462 printf(" bar\t\t= 0x%08lx\n", si->bar);
/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c279 uint8_t bar; local
355 bar = SLOTINFO_BAR(slotinfo) + 1;
381 if (sdhost_init_slot(dip, shp, i, bar + i) != DDI_SUCCESS) {
1024 sdhost_init_slot(dev_info_t *dip, sdhost_t *shp, int num, int bar) argument
1112 if (ddi_regs_map_setup(dip, bar, &ss->ss_regva, 0, 0, &sdhost_regattr,
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c571 int status, attach_state, intr_types, bar, i, j, command; local
642 for (bar = 0; bar < 6; bar++) {
643 status = ddi_regs_map_setup(dip, bar + 1,
644 (caddr_t *)&nvc->nvc_bar_addr[bar], 0, 0, &accattr,
645 &nvc->nvc_bar_hdl[bar]);
649 "ddi_regs_map_setup failure for bar"
650 " %d status = %d", bar, status);
883 while (--bar >
2955 uint8_t bar, port; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcubetype.sh37 items=(foo bar)
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl504 my $bar = $npeers ? "|" : "`";
507 print $prefix ? "$bar" . "-- " : "";
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1160 mdb_ctf_arinfo_t aar, bar; local
1202 mdb_ctf_array_info(b, &bar) == 0 &&
1203 aar.mta_nelems == bar.mta_nelems &&
1204 type_equals(aar.mta_index, bar.mta_index) &&
1205 type_equals(aar.mta_contents, bar.mta_contents));
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1092 uint32_t param, val, mtype, maddr, bar, off, win, remaining; local
1121 bar = t4_read_reg(sc, A_MA_EDRAM0_BAR);
1122 maddr += G_EDRAM0_BASE(bar) << 20;
1128 bar = t4_read_reg(sc, A_MA_EDRAM1_BAR);
1129 maddr += G_EDRAM1_BASE(bar) << 20;
1135 bar = t4_read_reg(sc, A_MA_EXT_MEMORY_BAR);
1136 maddr += G_EXT_MEM_BASE(bar) << 20;
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl449 my $bar = $npeers ? "|" : "`";
451 print $myprefix ? "$bar" . "-- " : "";
/illumos-gate/usr/src/tools/scripts/
H A Dxref.mk41 # XRINCDIRS: The list of additional include paths, in "foo bar" format.
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h1127 cistpl_bar_t bar; member in union:cisparse_t
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c365 * foo'bar = 'foo'"'"'bar'
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c6949 rsm_open_barrier_ctrl(adapter->rsmpi_handle, &msg->bar);
6952 e = adapter->rsmpi_ops->rsm_order_barrier(&msg->bar);
6955 e = adapter->rsmpi_ops->rsm_close_barrier(&msg->bar);
6969 msg32.bar.comp[i].u64 = msg->bar.comp[i].u64;
6983 if (ddi_copyout((caddr_t)&msg->bar, (caddr_t)arg,
7835 msg->bar.comp[i].u64 = msg32.bar.comp[i].u64;
8599 "rsm_segmap: bar cookie/va is NULL\n"));
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c493 unsigned long bar:1; member in struct:rhine_rx_desc::VTC_rx_status_tag::__anon2164
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4368 {"backslash", "bar", '\\', '|', 0x2b},
4552 " quote, doublequote, backquote, tilde, shift, backslash, bar, comma,"
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex220 % For a thicker or thinner bar, change the `1pt'.
223 % This is the space between the bar and the text.
3075 % @synindex foo bar makes index foo feed into index bar.
3078 % @syncodeindex foo bar similar, but put all entries made for index foo
3085 % #3 the target index (bar).
5856 % @node foo , bar , ...
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h446 #define MAX_NUM_BAR 3 // number of bars suported by the hw 1 bar in first phase emulation
1826 /* HW Licensing of Max #connections for each protocol, takes into account bar-size, licensing is 'per-port' and not 'per functions' */
3949 void vbd_cmd_on_bar_access(lm_device_t* pdev, u8_t bar, u32_t offset);
3956 /* BAR read8 via register offset and specific bar */
3963 /* BAR read16 via register offset and specific bar */
3971 /* BAR read32 via register offset and specific bar */
3979 /* BAR read64 via register offset and specific bar */
3987 /* BAR write8 via register offset and specific bar */
3995 /* BAR write16 via register offset and specific bar */
4003 /* BAR write32 via register offset and specific bar */
[all...]

Completed in 181 milliseconds

1234