Searched refs:px_args32 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c1599 struct _posix_spawn_args_desc px_args32; local
1601 error = copyin(uap->adesc, &px_args32, sizeof(px_args32));
1607 px_args.attr_size = px_args32.attr_size;
1608 px_args.attrp = CAST_USER_ADDR_T(px_args32.attrp);
1609 px_args.file_actions_size = px_args32.file_actions_size;
1610 px_args.file_actions = CAST_USER_ADDR_T(px_args32.file_actions);
1611 px_args.port_actions_size = px_args32.port_actions_size;
1612 px_args.port_actions = CAST_USER_ADDR_T(px_args32.port_actions);

Completed in 14 milliseconds