| /src/sys/dev/i2c/ |
| xc3028.c | 81 xc3028_name(struct xc3028 *xc) 83 if (xc->type == XC3028L) 90 xc3028_firmware_name(struct xc3028 *xc) 92 if (xc->type == XC3028L) 99 xc3028_reset(struct xc3028 *xc) 103 if (xc->reset) 104 error = xc->reset(xc->reset_priv); 110 xc3028_get_basefw(struct xc3028 *xc) 115 for (i = 0; i < xc->nfw; i++) 489 struct xc3028 *xc; local [all...] |
| xc5k.c | 66 xc5k_reset(struct xc5k *xc) 70 if (xc->reset) 71 error = xc->reset(xc->reset_priv); 77 xc5k_firmware_upload(struct xc5k *xc, const uint8_t *fw, size_t fwlen) 94 error = xc5k_reset(xc); 116 error = xc5k_write_buffer(xc, cmd, wrlen + 2); 129 xc5k_firmware_open(struct xc5k *xc) 139 error = xc5k_read_2(xc, XC5K_REG_PRODUCT_ID, &product_id); 159 aprint_normal_dev(xc->parent, "xc5k: loading firmware '%s/%s'\n" 256 struct xc5k *xc; local [all...] |
| /src/external/gpl2/rcs/dist/src/ |
| rcsfcmp.c | 162 register int xc, uc; local 185 Igeteof_(xfp, xc, xeof=true;) 189 if (xc != uc) 195 xc = 0; 201 if (xc != KDELIM) { 203 Igeteof_(xfp, xc, xeof=true;) 211 Igeteof_(xfp, xc, xeof=true;) 215 if (xc != uc) 217 switch (xc) { 221 *tp++ = xc; [all...] |
| /src/sys/kern/ |
| subr_xcall.c | 357 xc_state_t *xc; local 369 xc = &xc_high_pri; 372 xc = &xc_low_pri; 377 if (atomic_load_acquire(&xc->xc_donep) >= where) { 383 mutex_enter(&xc->xc_lock); 384 while (xc->xc_donep < where) { 385 cv_wait(&xc->xc_busy, &xc->xc_lock); 387 mutex_exit(&xc->xc_lock); 398 xc_state_t *xc = &xc_low_pri local 442 xc_state_t *xc = &xc_low_pri; local 489 xc_state_t *xc = & xc_high_pri; local 506 xc_state_t *xc = &xc_high_pri; local 549 xc_state_t *xc = &xc_high_pri; local [all...] |
| /src/share/examples/puffs/pgfs/ |
| pgfs_puffs.c | 86 struct Xconn *xc; local 94 xc = begin_readonly(pu, "getattr"); 95 error = getattr(xc, fileid, va, GETATTR_ALL); 99 error = commit(xc); 105 rollback(xc); 129 struct Xconn *xc = NULL; local 158 if (xc == NULL) { 159 xc = begin(pu, "readdir1"); 161 error = lookupp(xc, parent_fileid, &child_fileid); 163 rollback(xc); 296 struct Xconn *xc; local 383 struct Xconn *xc; local 425 struct Xconn *xc; local 465 struct Xconn *xc; local 540 struct Xconn *xc; local 592 struct Xconn *xc; local 634 struct Xconn *xc; local 672 struct Xconn *xc; local 721 struct Xconn *xc; local 757 struct Xconn *xc; local 954 struct Xconn *xc; local 1038 struct Xconn *xc; local 1094 struct Xconn *xc; local 1124 struct Xconn *xc; local 1164 struct Xconn *xc; local [all...] |
| pgfs_db.c | 68 dumperror(struct Xconn *xc, const PGresult *res) 112 struct Xconn *xc; local 116 TAILQ_FOREACH(xc, &xclist, list) { 117 if (xc->blocker == NULL) { 118 assert(xc->owner == NULL); 119 xc->owner = cc; 120 DPRINTF("xc %p acquire %p\n", xc, cc); 121 return xc; 123 assert(xc->owner == xc->blocker) 701 struct Xconn *xc = getxc(puffs_cc_getcc(pu)); local 718 struct Xconn *xc = getxc(puffs_cc_getcc(pu)); local 790 struct Xconn *xc = vp; local 801 struct Xconn *xc; local 861 struct Xconn *xc; local 948 struct Xconn *xc; local [all...] |
| pgfs_subs.c | 215 my_lo_truncate(struct Xconn *xc, int32_t fd, int32_t size) 222 error = sendcmd(xc, c, fd, size); 226 error = simplefetch(xc, INT4OID, &ret); 243 my_lo_lseek(struct Xconn *xc, int32_t fd, int32_t offset, int32_t whence, 251 error = sendcmd(xc, c, fd, offset, whence); 255 error = simplefetch(xc, INT4OID, &ret); 266 my_lo_read(struct Xconn *xc, int32_t fd, void *buf, size_t size, 274 error = sendcmdx(xc, 1, c, fd, (int32_t)size); 278 error = simplefetch(xc, BYTEA, buf, &resultsize); 290 my_lo_write(struct Xconn *xc, int32_t fd, const void *buf, size_t size [all...] |
| /src/lib/libc/gdtoa/ |
| sum.c | 44 ULong carry, *xc, *xa, *xb, *xe, y; local 59 xc = c->x; 60 xe = xc + b->wds; 67 Storeinc(xc, z, y); 69 while(xc < xe); 71 while(xc < xe) { 76 Storeinc(xc, z, y); 82 *xc++ = y & 0xffff; 84 while(xc < xe); 86 while(xc < xe) [all...] |
| /src/sys/arch/pmax/pmax/ |
| pmaxtype.h | 49 #define DS_MIPSMATE 0xc /* DECsystem 5100 */
|
| /src/sys/dev/ic/ |
| depcareg.h | 75 #define DEPCA_ADP 0xc
|
| /src/sys/external/bsd/drm2/dist/drm/amd/include/asic_reg/clk/ |
| clk_11_0_0_sh_mask.h | 30 #define CLK3_0_CLK3_CLK_PLL_REQ__PllSpineDiv__SHIFT 0xc
|
| /src/external/gpl3/gdb/dist/sim/testsuite/example-synacor/ |
| not.s | 10 SET r2, 0xc
|
| and.s | 15 EQ r3, r2, 0xc
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/example-synacor/ |
| not.s | 10 SET r2, 0xc
|
| /src/sys/dev/isa/ |
| if_levar.h | 32 #define BICC_RDP 0xc
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_reg.h | 42 #define VMWGFX_IOSIZE 0xc
|
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| arm-linux.h | 54 #define ARM_SIGCONTEXT_R0 0xc
|
| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| arm-linux.h | 54 #define ARM_SIGCONTEXT_R0 0xc
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/pk11/ |
| constants.h | 33 0x13, 0xc, 'e', 'd', 'w', 'a', 'r', 'd', 's', '2', '5', '5', \
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-opc-a.c | 150 {"cmp.lt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R2, R3}, EMPTY}, 151 {"cmp.le", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R3, R2}, EMPTY}, 152 {"cmp.gt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R3, R2}, EMPTY}, 153 {"cmp.ge", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R2, R3}, EMPTY}, 154 {"cmp.lt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R2, R3}, EMPTY}, 155 {"cmp.le.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R3, R2}, EMPTY}, 156 {"cmp.gt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R3, R2}, EMPTY}, 157 {"cmp.ge.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R2, R3}, EMPTY}, 158 {"cmp.eq.and", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, EMPTY}, 159 {"cmp.ne.andcm", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, PSEUDO, 0, NULL} [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-opc-a.c | 150 {"cmp.lt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R2, R3}, EMPTY}, 151 {"cmp.le", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R3, R2}, EMPTY}, 152 {"cmp.gt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R3, R2}, EMPTY}, 153 {"cmp.ge", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R2, R3}, EMPTY}, 154 {"cmp.lt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R2, R3}, EMPTY}, 155 {"cmp.le.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R3, R2}, EMPTY}, 156 {"cmp.gt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R3, R2}, EMPTY}, 157 {"cmp.ge.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R2, R3}, EMPTY}, 158 {"cmp.eq.and", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, EMPTY}, 159 {"cmp.ne.andcm", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, PSEUDO, 0, NULL} [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-opc-a.c | 150 {"cmp.lt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R2, R3}, EMPTY}, 151 {"cmp.le", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R3, R2}, EMPTY}, 152 {"cmp.gt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R3, R2}, EMPTY}, 153 {"cmp.ge", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R2, R3}, EMPTY}, 154 {"cmp.lt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R2, R3}, EMPTY}, 155 {"cmp.le.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R3, R2}, EMPTY}, 156 {"cmp.gt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R3, R2}, EMPTY}, 157 {"cmp.ge.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R2, R3}, EMPTY}, 158 {"cmp.eq.and", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, EMPTY}, 159 {"cmp.ne.andcm", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, PSEUDO, 0, NULL} [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-opc-a.c | 150 {"cmp.lt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R2, R3}, EMPTY}, 151 {"cmp.le", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R3, R2}, EMPTY}, 152 {"cmp.gt", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P1, P2, R3, R2}, EMPTY}, 153 {"cmp.ge", A2, OpX2TbTaC (0xc, 0, 0, 0, 0), {P2, P1, R2, R3}, EMPTY}, 154 {"cmp.lt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R2, R3}, EMPTY}, 155 {"cmp.le.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R3, R2}, EMPTY}, 156 {"cmp.gt.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P1, P2, R3, R2}, EMPTY}, 157 {"cmp.ge.unc", A2, OpX2TbTaC (0xc, 0, 0, 0, 1), {P2, P1, R2, R3}, EMPTY}, 158 {"cmp.eq.and", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, EMPTY}, 159 {"cmp.ne.andcm", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, PSEUDO, 0, NULL} [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/include/asic_reg/thm/ |
| thm_9_0_sh_mask.h | 57 #define THM_TCON_HTC__PROCHOT_EVENT_SRC__SHIFT 0xc 313 #define THM_TMON0_RDIL0_DATA__TEMP__SHIFT 0xc 320 #define THM_TMON0_RDIL1_DATA__TEMP__SHIFT 0xc 327 #define THM_TMON0_RDIL2_DATA__TEMP__SHIFT 0xc 334 #define THM_TMON0_RDIL3_DATA__TEMP__SHIFT 0xc 341 #define THM_TMON0_RDIL4_DATA__TEMP__SHIFT 0xc 348 #define THM_TMON0_RDIL5_DATA__TEMP__SHIFT 0xc 355 #define THM_TMON0_RDIL6_DATA__TEMP__SHIFT 0xc 362 #define THM_TMON0_RDIL7_DATA__TEMP__SHIFT 0xc 369 #define THM_TMON0_RDIL8_DATA__TEMP__SHIFT 0xc [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/include/asic_reg/df/ |
| df_3_6_sh_mask.h | 51 #define DF_CS_UMC_AON0_DramBaseAddress0__DramBaseAddr__SHIFT 0xc 61 #define DF_CS_UMC_AON0_DramLimitAddress0__DramLimitAddr__SHIFT 0xc
|