Searched refs:client_mp (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10.1/gssd-64/
H A Dgsstest.c155 mach_port_t client_mp = MACH_PORT_NULL; variable
213 kret = mach_gss_hold_cred(client_mp, mt, nt, (uint8_t *)princ, (uint32_t)strlen(princ), &M, &m);
220 kret = mach_gss_unhold_cred(client_mp, mt, nt, (uint8_t *)princ, (uint32_t)strlen(princ), &M, &m);
404 kr = bootstrap_look_up(bootstrap_port, bname_client, &client_mp);
410 client_mp = get_gssd_port();
413 if (!MACH_PORT_VALID(client_mp)) {
414 Log("Could not get a valid client port (%d)\n", client_mp);
482 kr = mach_port_deallocate(mach_task_self(), client_mp);
630 client_mp,
649 client_mp,
[all...]

Completed in 107 milliseconds