pset_bind
int pset_bind(psetid_t, idtype_t, id_t, psetid_t *);
if (pset_bind(psid, P_PID, (idtype_t)getint(*argv), NULL))
if (pset_bind(getint(argv[0]), P_PID, getpid(), NULL))
if (pset_bind(PS_NONE, P_PID, (idtype_t)getint(*argv), NULL))