| /src/lib/libc/compat/sys/ |
| compat_getdirentries.c | 47 getdirentries(int fd, char *buf, int nbytes, long *basep) 49 *basep = (long)lseek(fd, (off_t)0, SEEK_CUR);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-streamer-out.cc | 133 tree *basep = NULL; local 140 basep = &op; 141 if (TREE_CODE (*basep) == ADDR_EXPR) 142 basep = &TREE_OPERAND (*basep, 0); 143 while (handled_component_p (*basep)) 144 basep = &TREE_OPERAND (*basep, 0); 145 if (VAR_P (*basep) 146 && !auto_var_in_fn_p (*basep, fn->decl [all...] |
| tree-ssa-phiopt.cc | 3404 tree *basep = &lhs; local 3405 while (handled_component_p (*basep)) 3406 basep = &TREE_OPERAND (*basep, 0); 3407 if (TREE_CODE (*basep) == MEM_REF 3408 || TREE_CODE (*basep) == TARGET_MEM_REF) 3409 TREE_OPERAND (*basep, 1) 3410 = fold_convert (ptr_type_node, TREE_OPERAND (*basep, 1)); 3412 *basep = build2 (MEM_REF, TREE_TYPE (*basep), [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-streamer-out.cc | 133 tree *basep = NULL; local 140 basep = &op; 141 if (TREE_CODE (*basep) == ADDR_EXPR) 142 basep = &TREE_OPERAND (*basep, 0); 143 while (handled_component_p (*basep)) 144 basep = &TREE_OPERAND (*basep, 0); 145 if (VAR_P (*basep) 146 && !auto_var_in_fn_p (*basep, fn->decl [all...] |
| tree-ssa-phiopt.cc | 3233 tree *basep = &lhs; local 3234 while (handled_component_p (*basep)) 3235 basep = &TREE_OPERAND (*basep, 0); 3236 if (TREE_CODE (*basep) == MEM_REF 3237 || TREE_CODE (*basep) == TARGET_MEM_REF) 3238 TREE_OPERAND (*basep, 1) 3239 = fold_convert (ptr_type_node, TREE_OPERAND (*basep, 1)); 3241 *basep = build2 (MEM_REF, TREE_TYPE (*basep), [all...] |
| /src/sys/dev/cardbus/ |
| cardbus_map.c | 65 * int reg, pcireg_t type, bus_addr_t *basep, 76 bus_addr_t *basep, 119 if (basep != 0) { 120 *basep = PCI_MAPREG_IO_ADDR(address); 137 * int reg, pcireg_t type, bus_addr_t *basep, 142 cardbus_mem_find(cardbus_chipset_tag_t cc, cardbus_function_tag_t cf, pcitag_t tag, int reg, pcireg_t type, bus_addr_t *basep, bus_size_t *sizep, int *flagsp) 201 if (basep != 0) { 202 *basep = PCI_MAPREG_MEM_ADDR(address); 229 cardbus_mapreg_map(struct cardbus_softc *sc, int func, int reg, pcireg_t type, int busflags, bus_space_tag_t *tagp, bus_space_handle_t *handlep, bus_addr_t *basep, bus_size_t *sizep) 283 if (basep != 0) [all...] |
| cardbusvar.h | 286 #define Cardbus_mapreg_map(ct, reg, type, busflags, tagp, handlep, basep, sizep) \ 288 (busflags), (tagp), (handlep), (basep), (sizep))
|
| /src/sys/dev/pci/ |
| pci_map.c | 50 bus_addr_t *basep, bus_size_t *sizep, int *flagsp) 102 if (basep != NULL) 103 *basep = PCI_MAPREG_IO_ADDR(address); 114 bus_addr_t *basep, bus_size_t *sizep, int *flagsp) 230 if (basep != NULL) 231 *basep = PCI_MAPREG_MEM_ADDR(address); 235 if (basep != NULL) 236 *basep = PCI_MAPREG_MEM64_ADDR(waddress); 393 int reg, pcireg_t type, bus_addr_t *basep, bus_size_t *sizep, int *flagsp, 466 *basep = (bus_addr_t)entry.base [all...] |
| /src/sys/arch/arc/arc/ |
| p_dti_arcstation.c | 157 btl_dti_arcstation_bouncemem(u_int *basep, u_int *sizep) 168 *basep = (u_int) kmem_alloc(*sizep, KM_SLEEP); 170 *basep = (u_int) rpc44_buffer | 0xa0000000;
|
| p_dti_tyne.c | 163 btl_dti_tyne_bouncemem(u_int *basep, u_int*sizep) 166 *basep = TYNE_V_BOUNCE;
|
| /src/sys/kern/ |
| subr_kobj_vfs.c | 95 kobj_read_vfs(kobj_t ko, void **basep, size_t size, off_t off, 107 base = *basep; 141 *basep = base;
|
| subr_kobj.c | 1185 kobj_read_mem(kobj_t ko, void **basep, size_t size, off_t off, 1188 void *base = *basep; 1214 *basep = base;
|
| /src/common/lib/libc/rpc/ |
| xdr_array.c | 154 * > basep: base of the array 160 xdr_vector(XDR *xdrs, char *basep, u_int nelem, u_int elemsize, 166 elptr = basep;
|
| /src/sys/arch/prep/pnpbus/ |
| pnpbusvar.h | 132 int pnpbus_getioport(struct pnpresources *r, int idx, int *basep, 138 int pnpbus_getiomem(struct pnpresources *r, int idx, int *basep,
|
| pnpbus.c | 560 pnpbus_getioport(struct pnpresources *r, int idx, int *basep, int *sizep) 571 if (basep) 572 *basep = io->minbase; 613 pnpbus_getiomem(struct pnpresources *r, int idx, int *basep, int *sizep) 624 if (basep) 625 *basep = mem->minbase;
|
| /src/external/bsd/pkg_install/dist/admin/ |
| main.c | 638 const char *basep, *dir; local 641 basep = basename_of(*argv); 644 rc = match_local_files(dir, use_default_sfx, 1, basep, lsbasepattern, NULL); 646 rc = match_local_files(dir, use_default_sfx, 1, basep, lspattern, __UNCONST(dir)); 649 dir, basep); 659 const char *basep, *dir; local 663 basep = basename_of(*argv); 665 p = find_best_matching_file(dir, basep, use_default_sfx, 1);
|
| /src/sys/arch/luna68k/dev/ |
| omrasops.c | 1285 uint8_t *sp, *dp, *sq, *dq, *basep; local 1297 basep = (uint8_t *)ri->ri_bits + y * scanspan; 1306 sp = basep + (srcx / 32) * 4; 1307 dp = basep + (dstx / 32) * 4; 1334 sp = basep + (srcx / 32) * 4; 1335 dp = basep + (dstx / 32) * 4; 1374 sp = basep + ((srcx + w) / 32) * 4; 1375 dp = basep + ((dstx + w) / 32) * 4; 1418 uint8_t *sp, *dp, *sq, *dq, *basep; local 1430 basep = (uint8_t *)ri->ri_bits + y * scanspan [all...] |
| /src/tests/lib/libi386/ |
| t_user_ldt.c | 72 build_desc(union descriptor *desc, void *basep, uint32_t limit, int type, 75 uintptr_t base = (uintptr_t)basep;
|
| /src/usr.sbin/mtrace/ |
| mtrace.c | 968 fixup_stats(struct resp_buf *basep, struct resp_buf *prev, struct resp_buf *new) 970 int rno = basep->len; 971 struct tr_resp *b = basep->resps + rno; 998 rno = basep->len; 999 b = basep->resps + rno; 1036 rno = basep->len; 1037 b = basep->resps + rno; 1047 print_stats(struct resp_buf *basep, struct resp_buf *prev, struct resp_buf *new) 1053 int rno = basep->len - 1; 1054 struct tr_resp *b = basep->resps + rno [all...] |
| /src/sys/compat/netbsd32/ |
| netbsd32_compat_12.c | 203 syscallarg(netbsd32_longp) basep; 210 NETBSD32TOP_UAP(basep, long);
|
| /src/external/bsd/iscsi/dist/src/lib/ |
| util.c | 454 char *basep; local 474 basep = iov[i].iov_base; 475 basep += disp; 476 iov[i].iov_base = basep;
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| emul_netbsd.c | 79 extern int getdirentries(int fd, char *buf, int nbytes, long *basep); 929 long basep; local 941 (basep_addr == 0 ? NULL : &basep)); 944 emul_write_word(basep_addr, basep, processor, cia);
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| emul_netbsd.c | 79 extern int getdirentries(int fd, char *buf, int nbytes, long *basep); 929 long basep; local 941 (basep_addr == 0 ? NULL : &basep)); 944 emul_write_word(basep_addr, basep, processor, cia);
|
| /src/sys/compat/common/ |
| vfs_syscalls_12.c | 117 syscallarg(long *) basep; 260 return copyout(&loff, SCARG(uap, basep), sizeof(long));
|
| /src/lib/libc/time/ |
| localtime.c | 1712 tzparse(const char *name, struct state *sp, struct state const *basep) 1742 if (basep) { 1743 if (0 < basep->timecnt) 1744 atlo = basep->ats[basep->timecnt - 1]; 1745 set_leapcount(sp, leapcount(basep)); 1749 set_lsinfo(sp, i, lsinfo(basep, i));
|