Lines Matching refs:pid
18 get_blob(pid_t pid, int op) in get_blob() argument
25 rcent = csops(pid, op, header, cnt); in get_blob()
31 rcent = csops(pid, op, header, sizeof(header)); in get_blob()
48 rcent = csops(pid, op, buffer, bufferlen - 1); in get_blob()
51 rcent = csops(pid, op, buffer, bufferlen); in get_blob()
76 rcent = csops(pid, op, buffer, bufferlen + 1); in get_blob()
96 pid_t pid; variable
98 pid = getpid();
101 rcent = get_blob(pid, CS_OPS_ENTITLEMENTS_BLOB);
107 rcent = get_blob(pid, CS_OPS_BLOB);
114 rcent = get_blob(pid, CS_OPS_IDENTITY);
120 rcent = csops(pid, CS_OPS_SET_STATUS, &status, sizeof(status) - 1);
124 rcent = csops(pid, CS_OPS_SET_STATUS, &status, sizeof(status));
127 rcent = csops(pid, CS_OPS_STATUS, &status, sizeof(status));
136 rcent = csops(pid, CS_OPS_MARKINVALID, NULL, 0);
140 rcent = csops(pid, CS_OPS_SET_STATUS, &status, sizeof(status));
143 rcent = get_blob(pid, CS_OPS_ENTITLEMENTS_BLOB);
146 rcent = get_blob(pid, CS_OPS_IDENTITY);