Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/stand/sys/
H A Dsalib.h65 extern caddr_t tablep;
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootops.c89 memlistextent = tablep - memlistpage; in install_memlistptrs()
/illumos-gate/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 …]
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c415 sadb_init_fanout(isaf_t **tablep, uint_t size, int kmflag) in sadb_init_fanout() argument
421 *tablep = table; in sadb_init_fanout()
439 sadb_init_acfanout(iacqf_t **tablep, uint_t size, int kmflag) in sadb_init_acfanout() argument
445 *tablep = table; in sadb_init_acfanout()
713 sadb_destroyer(isaf_t **tablep, uint_t numentries, boolean_t forever, in sadb_destroyer() argument
717 isaf_t *table = *tablep; in sadb_destroyer()
746 *tablep = NULL; in sadb_destroyer()