Searched refs:allowed (Results 101 - 104 of 104) sorted by relevance

12345

/linux-master/drivers/scsi/
H A Dst.c587 scmd->allowed = retries;
2911 return (-EIO); /* Not allowed if data in buffer */
3570 "MTSETDRVBUFFER only allowed for root.\n");
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c3008 "scmd: (0x%p) retries: 0x%x allowed: 0x%x\n",
3009 scmd, scmd->retries, scmd->allowed);
6393 * Compute the max allowed sectors per IO: The controller info has two
/linux-master/drivers/ufs/core/
H A Dufshcd.c1902 * still be in hibner8 state if hibern8 is allowed
5791 * as the device is allowed to manage its own way of handling background
5844 * urgent bkops exception is allowed.
9527 .allowed = 2,
/linux-master/kernel/bpf/
H A Dverifier.c2709 /* In the future, this can be allowed to increase limit
2912 verbose(env, "loading/calling other bpf or kernel functions are allowed for CAP_BPF and CAP_SYS_ADMIN\n");
5136 verbose(env, "R%d min value is outside of the allowed memory range\n",
5153 verbose(env, "R%d max value is outside of the allowed memory range\n",
5166 * is only allowed in its original, unmodified form.
5741 /* Byte size accesses are always allowed. */
5776 /* Byte size accesses are always allowed. */
5898 "tail_calls are not allowed when call stack of previous frames is %d bytes. Too large\n",
6447 "'struct %s' access is allowed only to CAP_PERFMON and CAP_SYS_ADMIN\n",
6563 * and will be allowed t
[all...]

Completed in 249 milliseconds

12345