Searched defs:elm (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprtable.c246 plwp_t *elm = Zalloc(sizeof (plwp_t)); local
249 elm->l_pid = pid;
250 elm->l_lwpid = lwpid;
251 elm->l_lwp = lwp;
252 elm->l_next = plwp_tbl[hash]; /* add in front of chain */
253 plwp_tbl[hash] = elm;
259 plwp_t *elm, *elm_prev; local
262 elm = plwp_tbl[hash];
265 while (elm) {
266 if ((elm
283 plwp_t *elm = plwp_tbl[pid % PLWP_TBL_SZ]; local
296 plwp_t *elm = lwpid_getptr(pid, lwpid); local
306 plwp_t *elm; local
320 plwp_t *elm = lwpid_getptr(pid, lwpid); local
330 plwp_t *elm = lwpid_getptr(pid, lwpid); local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c716 * int elm
727 ses_decode(char *b, int amt, uchar_t *ep, int elt, int elm, SesComStat *sp) argument
749 if (elm >= ep[elt])
768 idx += (4 * elm);
783 elt, elm, idx-4);
795 ses_encode(char *b, int amt, uchar_t *ep, int elt, int elm, SesComStat *sp) argument
817 if (elm >= ep[elt])
836 idx += (4 * elm);
854 "%x %x %x %x", elt, elm, idx, sp->comstatus, sp->comstat[0],

Completed in 47 milliseconds