/src/usr.sbin/psrset/ |
psrset.c | 60 static psetid_t psid; variable in typeref:typename:psetid_t 201 psid = getint(argv[0]); 206 if (pset_assign(psid, i, NULL)) 222 psid = getint(*argv); 224 if (pset_bind(psid, P_PID, (idtype_t)getint(*argv), NULL)) 239 if (pset_create(&psid)) 241 printf("%d\n", (int)psid); 247 if (pset_assign(psid, i, NULL)) 307 if (pset_assign(PS_QUERY, j, &psid)) 309 if (psid == i) [all...] |
/src/sys/kern/ |
sys_pset.c | 148 psid_validate(psetid_t psid, bool chkps) 153 if (chkps && (psid == PS_NONE || psid == PS_QUERY || psid == PS_MYID)) 155 if (psid <= 0 || psid > psets_max) 157 if (psets[psid - 1] == NULL) 167 kern_pset_create(psetid_t *psid) 194 *psid = i + 1; 202 kern_pset_destroy(psetid_t psid) 260 psetid_t psid; local in function:sys_pset_create 308 psetid_t psid = SCARG(uap, psid), opsid = 0; local in function:sys_pset_assign 428 psetid_t psid, opsid; local in function:sys__pset_bind [all...] |
/src/sys/dev/raidframe/ |
rf_reconstruct.c | 992 Dprintf2("RECON: READDONE EVENT: col %d psid %ld\n", 994 Dprintf7("RECON: done read psid %ld buf %lx %02x %02x %02x %02x %02x\n", 1018 Dprintf3("RECON: WRITEDONE EVENT: psid %d ru %d (%d %% complete)\n", 1219 Dprintf2("Skipping psid %ld ru %d: already reconstructed\n", ctrl->curPSID, ctrl->ru_count); 1257 RF_StripeNum_t psid = ctrl->curPSID; local in function:TryToRead 1271 RF_LOCK_PSS_MUTEX(raidPtr, psid); 1272 pssPtr = rf_LookupRUStatus(raidPtr, raidPtr->reconControl->pssTable, psid, which_ru, RF_PSS_CREATE, newpssPtr); 1281 status = CheckForcedOrBlockedReconstruction(raidPtr, pssPtr, ctrl, col, psid, which_ru); 1283 Dprintf2("RECON: Stalling psid %ld ru %d: recon blocked\n", psid, which_ru) 1764 RF_StripeNum_t psid; \/* parity stripe id *\/ local in function:rf_ForceOrBlockRecon 1894 RF_StripeNum_t psid; local in function:rf_UnblockRecon [all...] |
/src/sys/dev/ic/ |
cissreg.h | 390 u_int16_t psid; member in struct:ciss_evpschg
|