Home
last modified time | relevance | path

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

/NextBSD/usr.bin/xlint/lint2/
HDhash.c61 _inithash(hte_t ***tablep) in _inithash() argument
64 if (tablep == NULL) in _inithash()
65 tablep = &htab; in _inithash()
67 *tablep = xcalloc(HSHSIZ2, sizeof (hte_t *)); in _inithash()
/NextBSD/sys/compat/mach/ipc/
HDmach_debug.c252 ipc_info_name_array_t *tablep, in mach_port_space_info() argument
276 table_info = *tablep; in mach_port_space_info()
285 if (table_info != *tablep) in mach_port_space_info()
302 if (table_info != *tablep) in mach_port_space_info()
332 if (table_info != *tablep) in mach_port_space_info()
370 if (table_info == *tablep) { in mach_port_space_info()
404 *tablep = (ipc_info_name_t *) copy; in mach_port_space_info()
/NextBSD/contrib/gcc/
HDrtlanal.c2478 tablejump_p (rtx insn, rtx *labelp, rtx *tablep) in tablejump_p() argument
2491 if (tablep) in tablejump_p()
2492 *tablep = table; in tablejump_p()