HomeSort by: relevance | last modified time | path
    Searched refs:mach_port_allocate (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/ipc/
client.c 241 kr = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &c->mp);
server.c 378 kr = mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &mp);
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.c 1624 kret = mach_port_allocate (gdb_task, MACH_PORT_RIGHT_RECEIVE,
1627 error (_("Unable to create exception port, mach_port_allocate "
1640 kret = mach_port_allocate (gdb_task, MACH_PORT_RIGHT_PORT_SET,
1643 error (_("Unable to create port set, mach_port_allocate "
1657 kret = mach_port_allocate (gdb_task, MACH_PORT_RIGHT_RECEIVE,
1660 error (_("Unable to create notification port, mach_port_allocate "
gnu-nat.c 720 err = mach_port_allocate (mach_task_self (),
  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.c 1624 kret = mach_port_allocate (gdb_task, MACH_PORT_RIGHT_RECEIVE,
1627 error (_("Unable to create exception port, mach_port_allocate "
1640 kret = mach_port_allocate (gdb_task, MACH_PORT_RIGHT_PORT_SET,
1643 error (_("Unable to create port set, mach_port_allocate "
1657 kret = mach_port_allocate (gdb_task, MACH_PORT_RIGHT_RECEIVE,
1660 error (_("Unable to create notification port, mach_port_allocate "
gnu-nat.c 720 err = mach_port_allocate (mach_task_self (),
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 9225 if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
  /src/external/gpl3/gdb/dist/gnulib/
configure 9222 if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)

Completed in 36 milliseconds