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

  /src/lib/librt/
pset.c 44 pset_bind(psetid_t psid, idtype_t idtype, id_t id, psetid_t *opsid) function in typeref:typename:int
Makefile 33 MLINKS+= pset.3 pset_bind.3
  /src/sys/sys/
pset.h 44 int pset_bind(psetid_t, idtype_t, id_t, psetid_t *);
  /src/usr.sbin/psrset/
psrset.c 224 if (pset_bind(psid, P_PID, (idtype_t)getint(*argv), NULL))
225 err(EXIT_FAILURE, "pset_bind");
278 if (pset_bind(getint(argv[0]), P_PID, getpid(), NULL))
279 err(EXIT_FAILURE, "pset_bind");
378 if (pset_bind(PS_NONE, P_PID, (idtype_t)getint(*argv), NULL))
379 err(EXIT_FAILURE, "pset_bind");

Completed in 14 milliseconds