Searched refs:otable (Results 1 – 2 of 2) sorted by relevance
315 ipc_port_request_t otable, ntable; in ipc_port_dngrow() local319 otable = port->ip_dnrequests; in ipc_port_dngrow()320 if (otable == IPR_NULL) in ipc_port_dngrow()323 its = otable->ipr_size + 1; in ipc_port_dngrow()326 if ((otable != IPR_NULL) && in ipc_port_dngrow()327 (target_size <= otable->ipr_size->its_size)) { in ipc_port_dngrow()359 (port->ip_dnrequests == otable) && in ipc_port_dngrow()360 ((otable == IPR_NULL) || (otable->ipr_size+1 == its))) { in ipc_port_dngrow()367 if (otable != IPR_NULL) { in ipc_port_dngrow()368 oits = otable->ipr_size; in ipc_port_dngrow()[all …]
1542 struct fdescenttbl *otable; in fdgrowtable() local1558 otable = fdp->fd_files; in fdgrowtable()1580 memcpy(ntable->fdt_ofiles, otable->fdt_ofiles, in fdgrowtable()1613 ft = (struct freetable *)&otable->fdt_ofiles[onfiles]; in fdgrowtable()1615 ft->ft_table = otable; in fdgrowtable()