Home
last modified time | relevance | path

Searched refs:jid (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Djobs.c633 int jid, cmdlen, cwdlen; in allocjob() local
656 for (jid = 1; *jpp; jpp = &(*jpp)->j_nxtp, jid++) in allocjob()
657 if ((*jpp)->j_jid != jid) in allocjob()
660 jid = 0; in allocjob()
662 jp->j_jid = jid; in allocjob()
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dcommon.c641 int32_t jid = -1; in job_to_be_queried() local
648 "job-id", &jid); in job_to_be_queried()
658 } else if (id == jid) { in job_to_be_queried()
/illumos-gate/usr/src/cmd/bnu/
H A Dgtcfile.c131 jid() in jid() function
H A Duucp.c60 char *jid();
435 (void) strncpy(Jobid, jid(), NAMESIZE);
H A Duux.c72 char *jid();
936 STRNCPY(Jobid, jid());
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Djob.c76 int32_t jid = -1; in check_job_id() local
83 "job-id", &jid); in check_job_id()
93 } else if (jid == id) { in check_job_id()
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h216 jedec_ident_t jid[CISTPL_JEDEC_MAX_IDENTIFIERS]; member
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c1294 cs->jid[nid].id = GET_BYTE(tp);
1295 cs->jid[nid].info = GET_BYTE(tp);
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c2376 jedec.jid[0].id, jedec.jid[0].info); in pcmcia_1275_name()