Searched defs:tablep (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Dmemlist.c38 caddr_t tablep = NULL; variable
70 if (tablep == NULL) {
76 tablep = memlistpage + sizeof (struct bsys_mem);
77 tablep = (caddr_t)roundup((uintptr_t)tablep, 8);
84 p = tablep;
87 tablep += n;
/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) argument
529 *tablep = NULL;
619 *tablep = table;
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c1017 sfmmu_reloc_trap_handler(void *tablep, void *start, size_t count) argument
1028 dst = tablep;
1085 flush_instr_mem(tablep, count * sizeof (uint32_t));
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c1391 * tablep GART table kernel virtual address
1398 uint32_t *tablep)
1403 entryp = tablep + pg_offset;
2330 * tablep gart table kernel virtual address
2342 uint32_t *tablep)
2348 entryp = tablep + pg_offset;
1394 agp_remove_from_gart( uint32_t pg_offset, uint32_t entries, ddi_dma_handle_t dma_hdl, uint32_t *tablep) argument
2336 agp_add_to_gart( agp_arc_type_t type, pfn_t *pfnarray, uint32_t pg_offset, uint32_t entries, ddi_dma_handle_t dma_hdl, uint32_t *tablep) argument
/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) argument
1578 if (tablep->value >= val) {
1579 *rcode = tablep->code;
1582 } while ((++tablep)->value);
1583 *rcode = tablep->code;
1585 (void *)tablep, val, (uint_t)*rcode);
1589 decode(xlate_tbl_t *tablep, int kode, int *rvalue) argument
1592 if (tablep->code == kode) {
1593 *rvalue = tablep
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c419 sadb_init_fanout(isaf_t **tablep, uint_t size, int kmflag) argument
425 *tablep = table;
443 sadb_init_acfanout(iacqf_t **tablep, uint_t size, int kmflag) argument
449 *tablep = table;
717 sadb_destroyer(isaf_t **tablep, uint_t numentries, boolean_t forever, argument
721 isaf_t *table = *tablep;
750 *tablep = NULL;

Completed in 94 milliseconds