Searched defs:jid (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dgtcfile.c123 * jid - returns the real job id of this uucp file transfer
131 jid() function
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dcommon.c641 int32_t jid = -1; local
648 "job-id", &jid);
651 * check if id matches with either rid or jid
658 } else if (id == jid) {
/illumos-gate/usr/src/cmd/sh/
H A Djobs.c633 int jid, cmdlen, cwdlen; local
656 for (jid = 1; *jpp; jpp = &(*jpp)->j_nxtp, jid++)
657 if ((*jpp)->j_jid != jid)
660 jid = 0;
662 jp->j_jid = jid;
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Djob.c76 int32_t jid = -1; local
83 "job-id", &jid);
86 * check if id matches with either rid or jid
93 } else if (jid == id) {
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h218 jedec_ident_t jid[CISTPL_JEDEC_MAX_IDENTIFIERS]; member in struct:cistpl_jedec_t

Completed in 58 milliseconds