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

/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/bnu/
H A Dgtcfile.c123 * jid - returns the real job id of this uucp file transfer
131 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/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
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c1296 cs->jid[nid].id = GET_BYTE(tp);
1297 cs->jid[nid].info = GET_BYTE(tp);
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c2373 jedec.jid[0].id, jedec.jid[0].info);

Completed in 109 milliseconds