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

/freebsd-13-stable/sys/cam/ctl/
H A Dctl_backend_ramdisk.c80 #define PRIV(io) \ macro
376 lba = ARGS(io)->lba + PRIV(io)->len - lbas;
420 if (ARGS(io)->len > PRIV(io)->len) {
442 lbas = ARGS(io)->len - PRIV(io)->len;
451 PRIV(io)->len += lbas;
466 lba = ARGS(io)->lba + PRIV(io)->len;
468 lbas = ARGS(io)->len - PRIV(io)->len;
506 PRIV(io)->len += lbas;
508 ARGS(io)->len <= PRIV(io)->len) {
526 PRIV(i
[all...]
H A Dctl_backend_block.c118 #define PRIV(io) \ macro
411 beio = (struct ctl_be_block_io *)PRIV(io)->ptr;
440 beio = (struct ctl_be_block_io *)PRIV(io)->ptr;
1248 beio = (struct ctl_be_block_io *)PRIV(io)->ptr;
1292 beio = (struct ctl_be_block_io *)PRIV(io)->ptr;
1389 beio = (struct ctl_be_block_io *)PRIV(io)->ptr;
1436 PRIV(io)->ptr = (void *)beio;
1493 PRIV(io)->ptr = (void *)beio;
1569 bptrlen = PRIV(io);
1681 beio = (struct ctl_be_block_io *)PRIV(i
[all...]
H A Dctl_frontend_iscsi.c151 #define PRIV(io) \ macro
153 #define PRIV_REQUEST(io) PRIV(io)->request
154 #define PRIV_EXPDATASN(io) PRIV(io)->expdatasn
155 #define PRIV_R2TSN(io) PRIV(io)->r2tsn
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h85 COMPUTE_PGM_RSRC1(PRIV, 20, 1),
/freebsd-13-stable/usr.bin/tip/tip/
H A Dtip.c462 if ((p->e_flags&PRIV) && uid)
545 if ((p->e_flags&PRIV) && uid)
H A Dtip.h185 #define PRIV 02 /* privileged, root execute only */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTInfo.h81 COMPPGM1(priv, compute_pgm_rsrc1_priv, PRIV),

Completed in 147 milliseconds