Searched refs:inp (Results 151 - 163 of 163) sorted by relevance

1234567

/freebsd-9.3-release/sbin/hastd/
H A Dprimary.c632 init_remote(struct hast_resource *res, struct proto_conn **inp, argument
647 PJDLOG_ASSERT((inp == NULL && outp == NULL) || (inp != NULL && outp != NULL));
869 if (inp != NULL && outp != NULL) {
870 *inp = in;
/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.c3045 isp_handle_platform_notify_fc(ispsoftc_t *isp, in_fcentry_t *inp) argument
3048 switch (inp->in_status) {
3054 isp_prt(isp, ISP_LOGWARN, "port logout of S_ID 0x%x", inp->in_iid);
3057 isp_prt(isp, ISP_LOGWARN, "port changed for S_ID 0x%x", inp->in_iid);
3074 lun = inp->in_scclun;
3076 lun = inp->in_lun;
3079 loopid = ((in_fcentry_e_t *)inp)->in_iid;
3081 loopid = inp->in_iid;
3096 atp = isp_get_atpd(isp, tptr, inp->in_seqid);
3100 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-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c846 struct inpcb *inp = sotoinpcb(so); local
875 tp = intotcpcb(inp);
/freebsd-9.3-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-9.3-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-9.3-release/sys/contrib/ipfilter/netinet/
H A Dfil.c5795 /* inp(I) - pointer to destination address store */
5799 /* information from sin/mask into inp/inpmask. If ipnmask is NULL then no */
5805 int fr_ifpfillv4addr(atype, sin, mask, inp, inpmask)
5808 struct in_addr *inp, *inpmask;
5819 inp->s_addr = sin->sin_addr.s_addr & mask->sin_addr.s_addr;
5821 inp->s_addr = sin->sin_addr.s_addr;
5834 /* inp(I) - pointer to destination address store */
5838 /* information from sin/mask into inp/inpmask. If ipnmask is NULL then no */
5844 int fr_ifpfillv6addr(atype, sin, mask, inp, inpmask)
5847 struct in_addr *inp, *inpmas
[all...]
H A Dip_nat.c4729 void fr_ipnatderef(inp)
4730 ipnat_t **inp;
4734 in = *inp;
4735 *inp = NULL;
/freebsd-9.3-release/sys/net/
H A Dif_ethersubr.c504 args.inp = NULL; /* used by ipfw uid/gid/jail rules */
H A Dif_bridge.c3167 args.inp = NULL; /* used by ipfw uid/gid/jail rules */
/freebsd-9.3-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-9.3-release/sys/contrib/pf/net/
H A Dpfvar.h818 struct inpcb *inp; member in struct:pf_state_key

Completed in 319 milliseconds

1234567