| /OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/ |
| H A D | gss_rpc_upcall.c | 42 #define PROC(proc, name) \ macro 54 PROC(INDICATE_MECHS, indicate_mechs), 55 PROC(GET_CALL_CONTEXT, get_call_context), 56 PROC(IMPORT_AND_CANON_NAME, import_and_canon_name), 57 PROC(EXPORT_CRED, export_cred), 58 PROC(IMPORT_CRED, import_cred), 59 PROC(ACQUIRE_CRED, acquire_cred), 60 PROC(STORE_CRED, store_cred), 61 PROC(INIT_SEC_CONTEXT, init_sec_context), 62 PROC(ACCEPT_SEC_CONTEXT, accept_sec_context), [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | glthunk.c | 42 static PROC 43 glWinResolveHelper(PROC * cache, const char *symbol) in glWinResolveHelper() 45 PROC proc = NULL; in glWinResolveHelper() 51 (*cache) = (PROC) - 1; in glWinResolveHelper() 58 else if ((*cache) == (PROC) - 1) { in glWinResolveHelper() 70 static PROC cache = NULL; \
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | clnt4xdr.c | 553 #define PROC(proc, argtype, restype) \ macro 565 PROC(TEST, testargs, testres), 566 PROC(LOCK, lockargs, res), 567 PROC(CANCEL, cancargs, res), 568 PROC(UNLOCK, unlockargs, res), 569 PROC(GRANTED, testargs, res), 570 PROC(TEST_MSG, testargs, norep), 571 PROC(LOCK_MSG, lockargs, norep), 572 PROC(CANCEL_MSG, cancargs, norep), 573 PROC(UNLOCK_MSG, unlockargs, norep), [all …]
|
| H A D | clntxdr.c | 551 #define PROC(proc, argtype, restype) \ macro 563 PROC(TEST, testargs, testres), 564 PROC(LOCK, lockargs, res), 565 PROC(CANCEL, cancargs, res), 566 PROC(UNLOCK, unlockargs, res), 567 PROC(GRANTED, testargs, res), 568 PROC(TEST_MSG, testargs, norep), 569 PROC(LOCK_MSG, lockargs, norep), 570 PROC(CANCEL_MSG, cancargs, norep), 571 PROC(UNLOCK_MSG, unlockargs, norep), [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/ |
| H A D | pidof-add-m-option.patch | 54 PROC *plist; 55 +PROC *olist; 66 + PROC *p; 83 PROC *p, *n; 97 + n = (PROC*)xmalloc(sizeof(PROC)); 110 +int matches(PROC *o, PROC *p) 145 + olist = (PROC*)0; 174 + PROC * optr;
|
| H A D | realpath.patch | 24 @@ -977,9 +977,9 @@ int matches(PROC *o, PROC *p)
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs2xdr.c | 1121 #define PROC(proc, argtype, restype, timer) \ macro 1133 PROC(GETATTR, fhandle, attrstat, 1), 1134 PROC(SETATTR, sattrargs, attrstat, 0), 1135 PROC(LOOKUP, diropargs, diropres, 2), 1136 PROC(READLINK, readlinkargs, readlinkres, 3), 1137 PROC(READ, readargs, readres, 3), 1138 PROC(WRITE, writeargs, writeres, 4), 1139 PROC(CREATE, createargs, diropres, 0), 1140 PROC(REMOVE, removeargs, stat, 0), 1141 PROC(RENAME, renameargs, stat, 0), [all …]
|
| H A D | nfs3xdr.c | 2503 #define PROC(proc, argtype, restype, timer) \ macro 2516 PROC(GETATTR, getattr, getattr, 1), 2517 PROC(SETATTR, setattr, setattr, 0), 2518 PROC(LOOKUP, lookup, lookup, 2), 2519 PROC(ACCESS, access, access, 1), 2520 PROC(READLINK, readlink, readlink, 3), 2521 PROC(READ, read, read, 3), 2522 PROC(WRITE, write, write, 4), 2523 PROC(CREATE, create, create, 0), 2524 PROC(MKDIR, mkdir, create, 0), [all …]
|
| H A D | nfs4xdr.c | 7520 #define PROC(proc, argtype, restype) \ macro 7538 PROC(proc, argtype, restype) 7546 PROC(proc, argtype, restype) 7553 PROC(READ, enc_read, dec_read), 7554 PROC(WRITE, enc_write, dec_write), 7555 PROC(COMMIT, enc_commit, dec_commit), 7556 PROC(OPEN, enc_open, dec_open), 7557 PROC(OPEN_CONFIRM, enc_open_confirm, dec_open_confirm), 7558 PROC(OPEN_NOATTR, enc_open_noattr, dec_open_noattr), 7559 PROC(OPEN_DOWNGRADE, enc_open_downgrade, dec_open_downgrade), [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | affinity.c | 1051 hfi1_cdbg(PROC, "PID %u %s affinity set to CPU %*pbl", in hfi1_get_proc_affinity() 1062 hfi1_cdbg(PROC, "PID %u %s affinity set to CPU set(s) %*pbl", in hfi1_get_proc_affinity() 1123 hfi1_cdbg(PROC, "CPUs used by interrupts: %*pbl", in hfi1_get_proc_affinity() 1149 hfi1_cdbg(PROC, "Same available HW thread on all physical CPUs: %*pbl", in hfi1_get_proc_affinity() 1153 hfi1_cdbg(PROC, "Device on NUMA %u, CPUs %*pbl", node, in hfi1_get_proc_affinity() 1159 hfi1_cdbg(PROC, "Available CPUs on NUMA %u: %*pbl", node, in hfi1_get_proc_affinity() 1187 hfi1_cdbg(PROC, in hfi1_get_proc_affinity() 1199 hfi1_cdbg(PROC, "Possible CPUs for process: %*pbl", in hfi1_get_proc_affinity() 1209 hfi1_cdbg(PROC, "Process assigned to CPU %d", cpu); in hfi1_get_proc_affinity() 1232 hfi1_cdbg(PROC, "Returning CPU %d for future process assignment", cpu); in hfi1_put_proc_affinity()
|
| H A D | trace_dbg.h | 118 __hfi1_trace_def(PROC);
|
| H A D | init.c | 386 hfi1_cdbg(PROC, "setting up context %u\n", rcd->ctxt); in hfi1_create_ctxtdata() 443 hfi1_cdbg(PROC, in hfi1_create_ctxtdata() 475 hfi1_cdbg(PROC, in hfi1_create_ctxtdata() 1977 hfi1_cdbg(PROC, in hfi1_setup_eagerbufs() 2001 hfi1_cdbg(PROC, "ctxt%u: eager:%u, exp:%u, egrbase:%u, expbase:%u\n", in hfi1_setup_eagerbufs() 2006 hfi1_cdbg(PROC, in hfi1_setup_eagerbufs()
|
| H A D | file_ops.c | 565 hfi1_cdbg(PROC, "%u:%u Memory size mismatch %lu:%lu", in hfi1_file_mmap() 573 hfi1_cdbg(PROC, in hfi1_file_mmap() 651 hfi1_cdbg(PROC, "closing ctxt %u:%u", uctxt->ctxt, fdata->subctxt); in hfi1_file_close() 976 hfi1_cdbg(PROC, "[%u:%u] pid %u assigned to CPU %d (NUMA %u)", in allocate_ctxt() 988 hfi1_cdbg(PROC, "allocated send context %u(%u)\n", uctxt->sc->sw_index, in allocate_ctxt()
|
| H A D | trace.c | 557 __hfi1_trace_fn(PROC);
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/ |
| H A D | media-types.rst | 34 .. _MEDIA-ENT-F-PROC-VIDEO-COMPOSER: 35 .. _MEDIA-ENT-F-PROC-VIDEO-PIXEL-FORMATTER: 36 .. _MEDIA-ENT-F-PROC-VIDEO-PIXEL-ENC-CONV: 37 .. _MEDIA-ENT-F-PROC-VIDEO-LUT: 38 .. _MEDIA-ENT-F-PROC-VIDEO-SCALER: 39 .. _MEDIA-ENT-F-PROC-VIDEO-STATISTICS: 40 .. _MEDIA-ENT-F-PROC-VIDEO-ENCODER: 41 .. _MEDIA-ENT-F-PROC-VIDEO-DECODER:
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4callback.c | 768 #define PROC(proc, call, argtype, restype) \ macro 780 PROC(CB_NULL, NULL, cb_null, cb_null), 781 PROC(CB_RECALL, COMPOUND, cb_recall, cb_recall), 783 PROC(CB_LAYOUT, COMPOUND, cb_layout, cb_layout), 785 PROC(CB_NOTIFY_LOCK, COMPOUND, cb_notify_lock, cb_notify_lock), 786 PROC(CB_OFFLOAD, COMPOUND, cb_offload, cb_offload),
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ae/ |
| H A D | rk_aiq_types_ae_algo_int.h | 92 PROC = 0x04, enumerator
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/mpeg2dec/files/ |
| H A D | 0001-Import-revision-1206-from-upstream-to-fix-PIE-build.patch | 48 1: PROC(24)
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | scsi.rst | 160 The functions in this file provide an interface between the PROC file
|
| /OK3568_Linux_fs/buildroot/dl/dhrystone/ |
| H A D | dhry-c | 1765 -PROC:
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/ |
| H A D | README_MLAN | 144 3) FOR DRIVER PROC & DEBUG
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 14135 PROC FILESYSTEM 14145 PROC SYSCTL
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 31828 Return the list of objects obtained by applying PROC to the object 31832 Apply PROC to each element pointed to by ITERATOR. The result is
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 31828 Return the list of objects obtained by applying PROC to the object 31832 Apply PROC to each element pointed to by ITERATOR. The result is
|