Searched refs:inp (Results 201 - 213 of 213) sorted by relevance

123456789

/freebsd-10.2-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c179 struct inpcb *inp = sotoinpcb(so); local
184 INP_WLOCK(inp);
185 tp = intotcpcb(inp);
199 INP_WUNLOCK(inp);
2161 CTR5(KTR_IW_CXGBE, "%s: cm_id %p, lso %p, ep %p, inp %p", __func__,
2204 CTR4(KTR_IW_CXGBE, "%s: cm_id %p, so %p, inp %p", __func__, cm_id,
2396 struct socket *so = inp_inpcbtosocket(toep->inp);
/freebsd-10.2-release/contrib/sendmail/src/
H A Dutil.c2887 char *p, *b, delim, inp[MAXINPLINE]; local
2923 p = sfgets(inp, sizeof(inp), InChannel, TimeOuts.to_nextcommand, "pre");
/freebsd-10.2-release/sys/dev/isp/
H A Disp_freebsd.c3092 isp_handle_platform_notify_fc(ispsoftc_t *isp, in_fcentry_t *inp) argument
3095 switch (inp->in_status) {
3101 isp_prt(isp, ISP_LOGWARN, "port logout of S_ID 0x%x", inp->in_iid);
3104 isp_prt(isp, ISP_LOGWARN, "port changed for S_ID 0x%x", inp->in_iid);
3121 lun = inp->in_scclun;
3123 lun = inp->in_lun;
3126 loopid = ((in_fcentry_e_t *)inp)->in_iid;
3128 loopid = inp->in_iid;
3143 atp = isp_find_atpd(isp, tptr, inp->in_seqid);
3147 isp_prt(isp, ISP_LOGTDEBUG0, "ABORT TASK RX_ID %x WWN 0x%016llx state %d", inp
[all...]
H A Dispmbox.h2008 #define IN_MAKE_TAGID(tid, inp) \
2009 tid = inp->in_seqid; \
2010 tid |= (inp->in_tag_val << 16); \
/freebsd-10.2-release/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c110 void aesni_cbc_sha1_enc(const void *inp, void *out, size_t blocks,
/freebsd-10.2-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c846 struct inpcb *inp = sotoinpcb(so); local
875 tp = intotcpcb(inp);
/freebsd-10.2-release/usr.bin/top/
H A Dmachine.c628 get_io_stats(struct kinfo_proc *pp, long *inp, long *oup, long *flp, argument
640 *inp = RU(pp)->ru_inblock - RU(oldp)->ru_inblock;
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dcoff-rs6000.c356 _bfd_xcoff_swap_sym_out (abfd, inp, extp)
358 PTR inp;
361 struct internal_syment *in = (struct internal_syment *)inp;
501 _bfd_xcoff_swap_aux_out (abfd, inp, type, class, indx, numaux, extp)
503 PTR inp;
510 union internal_auxent *in = (union internal_auxent *)inp;
H A Dxcofflink.c3625 bfd *inp;
3640 for (inp = finfo->info->input_bfds;
3641 inp != NULL;
3642 inp = inp->link_next)
3645 for (o = inp->sections; o != NULL; o = o->next)
3619 bfd *inp; local
/freebsd-10.2-release/crypto/openssl/crypto/aes/asm/
H A Daes-armv4.pl172 mov $rounds,r0 @ inp
431 mov $rounds,r0 @ inp
888 mov $rounds,r0 @ inp
/freebsd-10.2-release/crypto/openssl/crypto/bn/
H A Dbn_exp.c746 void bn_scatter5(const BN_ULONG *inp, size_t num,
/freebsd-10.2-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1620 #define SDP_WLOCK_RECHECK(inp) do { \
1830 error = EINVAL; /* Skip this inp. */
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_nat.c6230 /* inp(I) - pointer to pointer to NAT rule */
6234 /* pointer to this rule (*inp) is no longer interested in it and when the */
6239 ipf_nat_rule_deref(softc, inp)
6241 ipnat_t **inp;
6246 n = *inp;
6247 *inp = NULL;

Completed in 378 milliseconds

123456789