Searched refs:iss (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10-stable/sys/dev/sound/pci/hda/
H A Dhdac_reg.h81 #define _HDAC_ISDOFFSET(n, iss, oss) (0x80 + ((n) * 0x20))
82 #define _HDAC_ISDCTL(n, iss, oss) (0x00 + _HDAC_ISDOFFSET(n, iss, oss))
83 #define _HDAC_ISDSTS(n, iss, oss) (0x03 + _HDAC_ISDOFFSET(n, iss, oss))
84 #define _HDAC_ISDPICB(n, iss, oss) (0x04 + _HDAC_ISDOFFSET(n, iss, oss))
85 #define _HDAC_ISDCBL(n, iss, oss) (0x08 + _HDAC_ISDOFFSET(n, iss, oss))
86 #define _HDAC_ISDLVI(n, iss, os
[all...]
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_signal.c133 ibcs2_to_bsd_sigset(iss, bss)
134 const ibcs2_sigset_t *iss;
141 if (ibcs2_sigismember(iss, i)) {
150 bsd_to_ibcs2_sigset(bss, iss)
152 ibcs2_sigset_t *iss;
156 ibcs2_sigemptyset(iss);
161 ibcs2_sigaddset(iss, newsig);
348 ibcs2_sigset_t iss; local
367 if ((error = copyin(uap->set, &iss, sizeof(iss))) !
388 ibcs2_sigset_t iss; local
[all...]
/freebsd-10-stable/sys/netinet/
H A Dtcp_seq.h63 (tp)->snd_recover = (tp)->iss
H A Dtcp_syncache.c864 tp->iss = sc->sc_iss;
869 tp->snd_max = tp->iss + 1;
870 tp->snd_nxt = tp->iss + 1;
1147 tp->snd_max = tp->iss;
1148 tp->snd_nxt = tp->iss;
1898 uint32_t iss, hash; local
1944 iss = hash & ~0xff;
1945 iss |= cookie.cookie ^ (hash >> 24);
1954 return (iss);
H A Dtcp_timewait.c311 tw->iss = tp->iss;
380 tcp_seq new_iss = tw->iss;
H A Dtcp_var.h130 tcp_seq iss; /* initial send sequence number */ member in struct:tcpcb
378 tcp_seq iss; member in struct:tcptw
H A Dtcp_usrreq.c1239 tp->iss = tcp_new_isn(tp);
1311 tp->iss = tcp_new_isn(tp);
2106 db_printf("iss: 0x%08x irs: 0x%08x rcv_nxt: 0x%08x\n",
2107 tp->iss, tp->irs, tp->rcv_nxt);
/freebsd-10-stable/contrib/binutils/include/coff/
H A Dsym.h48 * "iss" Index into String Space.
233 long iss; /* index into String Space of name */ member in struct:__anon466
248 /* The following converts a memory resident string to an iss.
263 int ifd; /* where the iss and index fields point into */
300 unsigned index : 20; /* index int sym/aux/iss tables */
310 unsigned long index; /* index int sym/aux/iss tables */
348 long iss; /* index into string space (not used) */ member in union:__anon470
480 stConstant scInfo iss --- (complex, e.g. string)
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_connect.c416 cpl5->iss = htobe32(tp->iss);
422 cpl6->iss = htobe32(tp->iss);
449 cpl5->iss = htobe32(tp->iss);
455 cpl6->iss = htobe32(tp->iss);
H A Dt4_tom.h185 uint32_t iss; member in struct:synq_entry
H A Dt4_cpl_io.c300 uint32_t iss = be32toh(snd_isn) - 1; /* true ISS */ local
333 tp->iss = iss;
335 tp->snd_una = iss + 1;
336 tp->snd_nxt = iss + 1;
337 tp->snd_max = iss + 1;
H A Dt4_listen.c696 synqe->iss = be32toh(th->th_seq);
702 rpl5->iss = th->th_seq;
1518 th->th_ack = synqe->iss + 1;
/freebsd-10-stable/contrib/gdb/gdb/
H A Dmdebugread.c630 name = debug_info->ssext + sh->iss;
632 name = debug_info->ss + cur_fdr->issBase + sh->iss;
930 Also, assume that we're really at the end when tsym.iss
932 if (tsym.iss == issNull
933 || strcmp (debug_info->ss + cur_fdr->issBase + tsym.iss,
1065 Alpha cc puts out an sh->iss of zero for those. */
1066 if (sh->iss == 0 || name[0] == '.' || name[0] == '\0')
1110 FIELD_NAME (*f) = debug_info->ss + cur_fdr->issBase + tsym.iss;
1141 if (sh->iss == 0)
1319 if (sh->iss
[all...]
/freebsd-10-stable/sys/dev/iscsi/
H A Discsi.c1846 struct iscsi_session_state iss; local
1854 memset(&iss, 0, sizeof(iss));
1855 memcpy(&iss.iss_conf, &is->is_conf, sizeof(iss.iss_conf));
1856 iss.iss_id = is->is_id;
1857 strlcpy(iss.iss_target_alias, is->is_target_alias, sizeof(iss.iss_target_alias));
1858 strlcpy(iss.iss_reason, is->is_reason, sizeof(iss
[all...]
/freebsd-10-stable/contrib/binutils/bfd/
H A Decofflink.c863 if (! fgotfilename && internal_sym.iss == fdr.rss)
869 name = input_debug->ss + fdr.issBase + internal_sym.iss;
871 internal_sym.iss = 0;
890 internal_sym.iss = sh->val;
895 fdr.rss = internal_sym.iss;
1186 internal_sym.iss = ecoff_add_string (ainfo, info, output_debug, &fdr,
1189 if (internal_sym.iss == -1)
1352 esym->asym.iss = symhdr->issExtMax;
1833 if (strcmp (debug_info->ss + fdr_ptr->issBase + sym.iss,
2036 if (strcmp (debug_info->ss + fdr_ptr->issBase + sym.iss,
[all...]
H A Decoffswap.h446 intern->iss = H_GET_32 (abfd, ext->s_iss);
450 if (intern->iss == (signed long) 0xffffffff)
451 intern->iss = -1;
502 H_PUT_32 (abfd, intern->iss, ext->s_iss);
/freebsd-10-stable/contrib/gcc/
H A Dmips-tdump.c883 printf ("\n Symbol# %d: \"%s\"\n", number, sym_ptr->iss + strbase);
1016 printf ("String index: %ld\n", (long)sym_ptr->iss);
1019 (long)sym_ptr->iss, ifd);
1096 name = &l_strings[fdp->issBase + l_symbols[index + fdp->isymBase].iss];
1261 (long) l_symbols[proc_ptr->isym + fdp->isymBase].iss,
1262 l_symbols[proc_ptr->isym + fdp->isymBase].iss + str_base);
H A Dmips-tfile.c185 1) iss: index to the local string table giving the name of the
1791 psym->iss = (str_start == (const char *) 0)
1881 psym->iss = pscope->lsym->iss; /* blk end gets same name */
1952 str_start = ORIG_ESTRS (esym->asym.iss);
1980 psym->asym.iss = (str_start == (const char *) 0)
3514 iss points as an index into string space
3521 iss points as an index into string space
3868 char *str = ORIG_LSTRS (fd_ptr->issBase + sym->iss);
4590 char *str = ORIG_LSTRS (fd_ptr->issBase + sym->iss);
[all...]
/freebsd-10-stable/contrib/ipfilter/ipsend/
H A Dip.c255 static tcp_seq iss = 2; local
278 iss += 63;
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.h115 uint32_t iss; member in struct:synq_entry
H A Dcxgb_cpl_io.c1574 uint32_t iss = be32toh(cpl_iss) - 1; /* true ISS */ local
1603 tp->iss = iss;
1605 tp->snd_una = iss + 1;
1606 tp->snd_nxt = iss + 1;
1607 tp->snd_max = iss + 1;
H A Dcxgb_listen.c738 th.th_ack = synqe->iss + 1;
984 synqe->iss = be32toh(th->th_seq);
/freebsd-10-stable/cddl/lib/libdtrace/
H A Dtcp.d188 tcps_iss = p == NULL ? 0 : p->iss;
/freebsd-10-stable/contrib/binutils/gas/
H A Decoff.c209 1) iss: index to the local string table giving the name of the
1651 psym->ecoff_sym.asym.iss = ((str == (const char *) NULL)
3425 iss points as an index into string space
3432 iss points as an index into string space
4141 sym_ptr->ecoff_sym.asym.iss =
4161 sym_ptr->ecoff_sym.asym.iss =
4162 begin_ptr->ecoff_sym.asym.iss;
4458 AUX_PUT_ISS (bigendian, aux_ptr->data.iss,
4531 long iss;
4534 iss
4499 long iss; local
[all...]
/freebsd-10-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c547 struct counters *iss; local
566 iss = find_counter(cpu, "UOPS_ISSUED.ANY");
575 is = iss->vals[pos] * 1.0;
584 is = iss->sum * 1.0;

Completed in 283 milliseconds

12