Home
last modified time | relevance | path

Searched refs:PROC (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c42 #define PROC(proc, name) \ macro
54 PROC(INDICATE_MECHS, indicate_mechs),
57 PROC(EXPORT_CRED, export_cred),
58 PROC(IMPORT_CRED, import_cred),
59 PROC(ACQUIRE_CRED, acquire_cred),
60 PROC(STORE_CRED, store_cred),
63 PROC(RELEASE_HANDLE, release_handle),
64 PROC(GET_MIC, get_mic),
65 PROC(VERIFY, verify),
66 PROC(WRAP, wrap),
[all …]
/openbmc/linux/fs/lockd/
H A Dclnt4xdr.c558 PROC(TEST, testargs, testres),
559 PROC(LOCK, lockargs, res),
560 PROC(CANCEL, cancargs, res),
561 PROC(UNLOCK, unlockargs, res),
562 PROC(GRANTED, testargs, res),
563 PROC(TEST_MSG, testargs, norep),
568 PROC(TEST_RES, testres, norep),
569 PROC(LOCK_RES, res, norep),
570 PROC(CANCEL_RES, res, norep),
571 PROC(UNLOCK_RES, res, norep),
[all …]
H A Dclntxdr.c563 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),
573 PROC(TEST_RES, testres, norep),
574 PROC(LOCK_RES, res, norep),
575 PROC(CANCEL_RES, res, norep),
576 PROC(UNLOCK_RES, res, norep),
[all …]
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dpidof-add-m-option.patch54 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 Drealpath.patch24 @@ -977,9 +977,9 @@ int matches(PROC *o, PROC *p)
/openbmc/linux/fs/nfs/
H A Dnfs2xdr.c1133 PROC(GETATTR, fhandle, attrstat, 1),
1135 PROC(LOOKUP, diropargs, diropres, 2),
1137 PROC(READ, readargs, readres, 3),
1138 PROC(WRITE, writeargs, writeres, 4),
1140 PROC(REMOVE, removeargs, stat, 0),
1141 PROC(RENAME, renameargs, stat, 0),
1142 PROC(LINK, linkargs, stat, 0),
1143 PROC(SYMLINK, symlinkargs, stat, 0),
1144 PROC(MKDIR, createargs, diropres, 0),
1145 PROC(RMDIR, diropargs, stat, 0),
[all …]
H A Dnfs3xdr.c2523 PROC(LOOKUP, lookup, lookup, 2),
2524 PROC(ACCESS, access, access, 1),
2526 PROC(READ, read, read, 3),
2527 PROC(WRITE, write, write, 4),
2528 PROC(CREATE, create, create, 0),
2529 PROC(MKDIR, mkdir, create, 0),
2531 PROC(MKNOD, mknod, create, 0),
2532 PROC(REMOVE, remove, remove, 0),
2533 PROC(RMDIR, lookup, setattr, 0),
2534 PROC(RENAME, rename, rename, 0),
[all …]
H A Dnfs4xdr.c7629 PROC(proc, argtype, restype)
7637 PROC(proc, argtype, restype)
7644 PROC(READ, enc_read, dec_read),
7645 PROC(WRITE, enc_write, dec_write),
7647 PROC(OPEN, enc_open, dec_open),
7651 PROC(CLOSE, enc_close, dec_close),
7654 PROC(RENEW, enc_renew, dec_renew),
7657 PROC(LOCK, enc_lock, dec_lock),
7658 PROC(LOCKT, enc_lockt, dec_lockt),
7659 PROC(LOCKU, enc_locku, dec_locku),
[all …]
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Daffinity.c1009 hfi1_cdbg(PROC, "PID %u %s affinity set to CPU %*pbl", in hfi1_get_proc_affinity()
1020 hfi1_cdbg(PROC, "PID %u %s affinity set to CPU set(s) %*pbl", in hfi1_get_proc_affinity()
1081 hfi1_cdbg(PROC, "CPUs used by interrupts: %*pbl", in hfi1_get_proc_affinity()
1107 hfi1_cdbg(PROC, "Same available HW thread on all physical CPUs: %*pbl", in hfi1_get_proc_affinity()
1111 hfi1_cdbg(PROC, "Device on NUMA %u, CPUs %*pbl", node, in hfi1_get_proc_affinity()
1117 hfi1_cdbg(PROC, "Available CPUs on NUMA %u: %*pbl", node, in hfi1_get_proc_affinity()
1145 hfi1_cdbg(PROC, in hfi1_get_proc_affinity()
1157 hfi1_cdbg(PROC, "Possible CPUs for process: %*pbl", in hfi1_get_proc_affinity()
1167 hfi1_cdbg(PROC, "Process assigned to CPU %d", cpu); in hfi1_get_proc_affinity()
1190 hfi1_cdbg(PROC, "Returning CPU %d for future process assignment", cpu); in hfi1_put_proc_affinity()
H A Dtrace_dbg.h80 __hfi1_trace_def(PROC);
H A Dinit.c345 hfi1_cdbg(PROC, "setting up context %u", rcd->ctxt); in hfi1_create_ctxtdata()
402 hfi1_cdbg(PROC, in hfi1_create_ctxtdata()
434 hfi1_cdbg(PROC, in hfi1_create_ctxtdata()
1922 hfi1_cdbg(PROC, in hfi1_setup_eagerbufs()
1946 hfi1_cdbg(PROC, "ctxt%u: eager:%u, exp:%u, egrbase:%u, expbase:%u", in hfi1_setup_eagerbufs()
1951 hfi1_cdbg(PROC, in hfi1_setup_eagerbufs()
H A Dfile_ops.c311 hfi1_cdbg(PROC, in mmap_cdbg()
554 hfi1_cdbg(PROC, "%u:%u Memory size mismatch %lu:%lu", in hfi1_file_mmap()
641 hfi1_cdbg(PROC, "closing ctxt %u:%u", uctxt->ctxt, fdata->subctxt); in hfi1_file_close()
966 hfi1_cdbg(PROC, "[%u:%u] pid %u assigned to CPU %d (NUMA %u)", in allocate_ctxt()
978 hfi1_cdbg(PROC, "allocated send context %u(%u)", uctxt->sc->sw_index, in allocate_ctxt()
H A Dtrace.c520 __hfi1_trace_fn(PROC);
/openbmc/openpower-debug-collector/dump/
H A Dsbe_type.cpp7 {SBETypes::PROC,
H A Dsbe_type.hpp11 PROC, enumerator
H A Dsbe_dump_collector.hpp197 return SBETypes::PROC; in getSBEType()
H A Dsbe_dump_collector.cpp421 logErrorAndCreatePEL(sbeError, chipPos, SBETypes::PROC, in executeThreadStop()
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-types.rst34 .. _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:
42 .. _MEDIA-ENT-F-PROC-VIDEO-ISP:
/openbmc/phosphor-mrw-tools/
H A DInventory.pm7 my %TYPES = (SYS => 1, NODE => 1, PROC => 1,
15 my %MODULE_TYPES = (PROC => 1, GPU => 1);
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw/
H A Dconfig.yaml1 PROC:
/openbmc/linux/fs/nfsd/
H A Dnfs4callback.c838 #define PROC(proc, call, argtype, restype) \ macro
850 PROC(CB_NULL, NULL, cb_null, cb_null),
851 PROC(CB_RECALL, COMPOUND, cb_recall, cb_recall),
853 PROC(CB_LAYOUT, COMPOUND, cb_layout, cb_layout),
855 PROC(CB_NOTIFY_LOCK, COMPOUND, cb_notify_lock, cb_notify_lock),
856 PROC(CB_OFFLOAD, COMPOUND, cb_offload, cb_offload),
857 PROC(CB_RECALL_ANY, COMPOUND, cb_recall_any, cb_recall_any),
/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config/
H A Dipmi-fru-properties-mrw.yaml17 PROC:
H A Dipmi-hostboot-fru-mrw.yaml72 PROC:
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/hostboot-inventory-config/
H A Dconfig.yaml1 PROC:
/openbmc/openbmc/poky/meta/recipes-multimedia/mpeg2dec/files/
H A D0001-Import-revision-1206-from-upstream-to-fix-PIE-build.patch48 1: PROC(24)

12