Lines Matching defs:j
51 job_t *j = NULL;
67 if ((*job = j = (job_t *)calloc(1, sizeof (*j))) == NULL) {
80 &j->attributes);
83 &j->attributes)) != PAPI_OK) {
88 status = lpd_submit_job(svc, metadata, &j->attributes, NULL);
190 job_t *j = NULL;
256 job_t *j = (job_t *)job;
258 if (j != NULL)
259 return ((papi_attribute_t **)j->attributes);
268 job_t *j = (job_t *)job;
270 if (j != NULL)
271 papiAttributeListGetString(j->attributes, NULL,
281 job_t *j = (job_t *)job;
283 if (j != NULL)
284 papiAttributeListGetInteger(j->attributes, NULL,
293 job_t *j = (job_t *)job;
296 if (j != NULL) {
297 papiAttributeListFree(j->attributes);
298 free(j);