Home
last modified time | relevance | path

Searched refs:tablep (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/stand/lib/sa/
H A Dmemlist.c38 caddr_t tablep = NULL; variable
70 if (tablep == NULL) { in getlink()
76 tablep = memlistpage + sizeof (struct bsys_mem); in getlink()
77 tablep = (caddr_t)roundup((uintptr_t)tablep, 8); in getlink()
84 p = tablep; in getlink()
87 tablep += n; in getlink()
/titanic_44/usr/src/cmd/hotplugd/
H A Dhotplugd_rcm.c81 static int build_table(rcm_info_t *info, info_table_t **tablep,
517 build_table(rcm_info_t *info, info_table_t **tablep, size_t *table_lenp) in build_table() argument
529 *tablep = NULL; in build_table()
619 *tablep = table; in build_table()
/titanic_44/usr/src/stand/sys/
H A Dsalib.h65 extern caddr_t tablep;
/titanic_44/usr/src/psm/stand/boot/sparc/common/
H A Dbootops.c89 memlistextent = tablep - memlistpage; in install_memlistptrs()
/titanic_44/usr/src/uts/common/io/
H A Dfdc.c331 void encode(xlate_tbl_t *tablep, int val, uchar_t *rcode);
1575 encode(xlate_tbl_t *tablep, int val, uchar_t *rcode) in encode() argument
1578 if (tablep->value >= val) { in encode()
1579 *rcode = tablep->code; in encode()
1582 } while ((++tablep)->value); in encode()
1583 *rcode = tablep->code; in encode()
1585 (void *)tablep, val, (uint_t)*rcode); in encode()
1589 decode(xlate_tbl_t *tablep, int kode, int *rvalue) in decode() argument
1592 if (tablep->code == kode) { in decode()
1593 *rvalue = tablep->value; in decode()
[all …]
/titanic_44/usr/src/uts/sun4/vm/
H A Dsfmmu.c1017 sfmmu_reloc_trap_handler(void *tablep, void *start, size_t count) in sfmmu_reloc_trap_handler() argument
1028 dst = tablep; in sfmmu_reloc_trap_handler()
1085 flush_instr_mem(tablep, count * sizeof (uint32_t)); in sfmmu_reloc_trap_handler()
/titanic_44/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c1398 uint32_t *tablep) in agp_remove_from_gart() argument
1403 entryp = tablep + pg_offset; in agp_remove_from_gart()
2342 uint32_t *tablep) in agp_add_to_gart() argument
2348 entryp = tablep + pg_offset; in agp_add_to_gart()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dsadb.c419 sadb_init_fanout(isaf_t **tablep, uint_t size, int kmflag) in sadb_init_fanout() argument
425 *tablep = table; in sadb_init_fanout()
443 sadb_init_acfanout(iacqf_t **tablep, uint_t size, int kmflag) in sadb_init_acfanout() argument
449 *tablep = table; in sadb_init_acfanout()
717 sadb_destroyer(isaf_t **tablep, uint_t numentries, boolean_t forever, in sadb_destroyer() argument
721 isaf_t *table = *tablep; in sadb_destroyer()
750 *tablep = NULL; in sadb_destroyer()