Searched refs:mp (Results 276 - 300 of 582) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/dev/qlxgbe/
H A Dql_os.c96 static int qla_transmit(if_t ifp, struct mbuf *mp);
1385 struct mbuf *mp; local
1392 while ((mp = drbr_dequeue(ifp, fp->tx_br)) != NULL) {
1393 m_freem(mp);
1412 struct mbuf *mp = NULL; local
1447 mp = drbr_peek(ifp, fp->tx_br);
1449 while (mp != NULL) {
1450 if (M_HASHTYPE_GET(mp) != M_HASHTYPE_NONE) {
1452 if (ql_iscsi_pdu(ha, mp) == 0) {
1463 ret = qla_send(ha, &mp, txr_id
1574 qla_transmit(if_t ifp, struct mbuf *mp) argument
1613 struct mbuf *mp; local
1938 register struct mbuf *mp = nmp; local
[all...]
H A Dql_glbl.h59 uint32_t tx_idx, struct mbuf *mp, uint32_t txr_idx,
81 extern int ql_iscsi_pdu(qla_host_t *ha, struct mbuf *mp);
/freebsd-current/contrib/mandoc/
H A Ddbm.c88 const int32_t *mp, *ep; local
101 if ((mp = dbm_get(*dbm_getint(2))) == NULL) {
105 if (be32toh(*mp) != MACRO_MAX) {
107 fname, be32toh(*mp));
111 if ((ep = dbm_get(*++mp)) == NULL) {
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs.h459 int tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *, __enum_uint8(vtype),
605 VFS_TO_TMPFS(struct mount *mp) argument
609 MPASS(mp != NULL && mp->mnt_data != NULL);
610 tmp = (struct tmpfs_mount *)mp->mnt_data;
/freebsd-current/sys/net/
H A Dif_ethersubr.c103 void (*ng_ether_input_p)(struct ifnet *ifp, struct mbuf **mp);
105 int (*ng_ether_output_p)(struct ifnet *ifp, struct mbuf **mp);
443 ether_set_pcp(struct mbuf **mp, struct ifnet *ifp, uint8_t pcp) argument
448 eh = mtod(*mp, struct ether_header *);
451 (*mp)->m_flags &= ~M_VLANTAG;
458 if (ether_8021q_frame(mp, ifp, ifp, &qtag))
1413 ether_8021q_frame(struct mbuf **mp, struct ifnet *ife, struct ifnet *p, argument
1435 for (n = ETHERMIN + ETHER_HDR_LEN - (*mp)->m_pkthdr.len;
1437 if (!m_append(*mp, min(n, sizeof(pad)), pad))
1441 m_freem(*mp);
[all...]
H A Dif_bridge.c407 static int bridge_ip_checkbasic(struct mbuf **mp);
408 static int bridge_fragment(struct ifnet *, struct mbuf **mp,
412 static int bridge_ip6_checkbasic(struct mbuf **mp);
3393 bridge_pfil(struct mbuf **mp, struct ifnet *bifp, struct ifnet *ifp, int dir) argument
3410 KASSERT(M_WRITABLE(*mp), ("%s: modifying a shared mbuf", __func__));
3416 i = min((*mp)->m_pkthdr.len, max_protohdr);
3417 if ((*mp)->m_len < i) {
3418 *mp = m_pullup(*mp, i);
3419 if (*mp
3659 bridge_ip_checkbasic(struct mbuf **mp) argument
3755 bridge_ip6_checkbasic(struct mbuf **mp) argument
3809 bridge_fragment(struct ifnet *ifp, struct mbuf **mp, struct ether_header *eh, int snap, struct llc *llc) argument
[all...]
/freebsd-current/sys/netipsec/
H A Dipsec_output.c108 static int ipsec_encap(struct mbuf **mp, struct secasindex *saidx);
1079 ipsec_encap(struct mbuf **mp, struct secasindex *saidx) argument
1090 ip = mtod(*mp, struct ip *);
1113 ip6 = mtod(*mp, struct ip6_hdr *);
1130 *mp = ipsec_prepend(*mp, sizeof(struct ip), M_NOWAIT);
1131 if (*mp == NULL)
1133 ip = mtod(*mp, struct ip *);
1137 ip->ip_len = htons((*mp)->m_pkthdr.len);
1153 *mp
[all...]
/freebsd-current/contrib/nvi/ex/
H A Dex.c50 MSGS *mp; local
64 while ((mp = SLIST_FIRST(gp->msgq)) != NULL) {
65 gp->scr_msg(sp, mp->mtype, mp->buf, mp->len);
67 free(mp->buf);
68 free(mp);
1827 ex_line(SCR *sp, EXCMD *ecp, MARK *mp, int *isaddrp, int *errp) argument
1855 mp->cno = 0;
1856 if (db_last(sp, &mp
[all...]
/freebsd-current/sys/ufs/ffs/
H A Dffs_snapshot.c79 ffs_snapshot(struct mount *mp, char *snapfile) argument
102 ffs_snapshot_mount(struct mount *mp) argument
107 ffs_snapshot_unmount(struct mount *mp) argument
123 ffs_sync_snap(struct mount *mp, int waitfor) argument
192 ffs_snapshot(struct mount *mp, char *snapfile) argument
222 ump = VFSTOUFS(mp);
225 MNT_ILOCK(mp);
226 flag = mp->mnt_flag;
227 MNT_IUNLOCK(mp);
253 if (nd.ni_dvp->v_mount != mp)
1985 ffs_snapshot_mount(struct mount *mp) argument
2124 ffs_snapshot_unmount(struct mount *mp) argument
2485 ffs_sync_snap(struct mount *mp, int waitfor) argument
2545 process_deferred_inactive(struct mount *mp) argument
[all...]
H A Dffs_alloc.c2263 struct mount *mp; local
2390 mp = UFSTOVFS(ump);
2391 if (MOUNTEDSOFTDEP(mp) && devvp->v_type == VCHR)
2555 struct mount *mp; local
2578 mp = UFSTOVFS(ump);
2579 vn_start_secondary_write(NULL, &mp, 0);
3011 struct mount *mp; local
3022 mp = devvp->v_rdev->si_mountpt;
3025 mp = devvp->v_mount;
3035 if (ppsratecheck(&VFSTOUFS(mp)
3268 struct mount *mp; local
[all...]
/freebsd-current/usr.sbin/quot/
H A Dquot.c537 quot(char *name, char *mp) argument
563 if (mp)
564 printf(" (%s)",mp);
575 struct statfs *mp; local
620 cnt = getmntinfo(&mp,MNT_NOWAIT);
621 for (; --cnt >= 0; mp++) {
622 if (!strncmp(mp->f_fstypename, "ufs", MFSNAMELEN))
623 quot(mp->f_mntfromname, mp->f_mntonname);
/freebsd-current/sys/kern/
H A Dvfs_extattr.c82 struct mount *mp, *mp_writable; local
100 mp = NULL;
118 mp = nd.ni_vp->v_mount;
119 error = vfs_busy(mp, 0);
123 mp = NULL;
145 error = VFS_EXTATTRCTL(mp, uap->cmd, filename_vp, uap->attrnamespace,
150 if (mp != NULL)
151 vfs_unbusy(mp);
176 struct mount *mp; local
185 error = vn_start_write(vp, &mp, V_WAI
539 struct mount *mp; local
[all...]
/freebsd-current/sys/netinet6/
H A Dfrag6.c421 frag6_input(struct mbuf **mp, int *offp, int proto) argument
443 m = *mp;
452 *mp = NULL;
468 *mp = NULL;
484 *mp = NULL;
514 *mp = m;
528 *mp = NULL;
654 *mp = NULL;
664 *mp = NULL;
813 *mp
[all...]
/freebsd-current/usr.sbin/ppp/
H A Dlcp.c70 #include "mp.h"
305 lcp->want_mrru = lcp->fsm.bundle->ncp.mp.cfg.mrru;
306 lcp->want_shortseq = IsEnabled(lcp->fsm.bundle->ncp.mp.cfg.shortseq) ? 1 : 0;
386 struct mp *mp; local
479 mp = &lcp->fsm.bundle->ncp.mp;
480 if (mp->cfg.enddisc.class != 0 && IsEnabled(mp->cfg.negenddisc) &&
482 *o->data = mp
670 struct mp *mp; local
[all...]
H A DMakefile10 mbuf.c mp.c ncp.c ncpaddr.c pap.c physical.c pred.c probe.c prompt.c \
/freebsd-current/sys/netgraph/
H A Dng_ether.c92 extern void (*ng_ether_input_p)(struct ifnet *ifp, struct mbuf **mp);
94 extern int (*ng_ether_output_p)(struct ifnet *ifp, struct mbuf **mp);
100 static void ng_ether_input(struct ifnet *ifp, struct mbuf **mp);
102 static int ng_ether_output(struct ifnet *ifp, struct mbuf **mp);
245 ng_ether_input(struct ifnet *ifp, struct mbuf **mp) argument
254 NG_SEND_DATA_ONLY(error, priv->lower, *mp); /* sets *mp = NULL */
281 ng_ether_output(struct ifnet *ifp, struct mbuf **mp) argument
293 NG_SEND_DATA_ONLY(error, priv->upper, *mp);
/freebsd-current/sys/ufs/ufs/
H A Dufsmount.h182 #define VFSTOUFS(mp) ((struct ufsmount *)((mp)->mnt_data))
/freebsd-current/sys/rpc/
H A Dsvc_auth.c123 svcauth_null_wrap(SVCAUTH *auth, struct mbuf **mp) argument
130 svcauth_null_unwrap(SVCAUTH *auth, struct mbuf **mp) argument
/freebsd-current/sys/fs/devfs/
H A Ddevfs.h176 #define VFSTODEVFS(mp) ((struct devfs_mount *)((mp)->mnt_data))
/freebsd-current/bin/ed/
H A Dglbl.c181 unset_active_nodes(line_t *np, line_t *mp) argument
186 for (lp = np; lp != mp; lp = lp->q_forw)
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.h79 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp) argument
80 : MPIter(mp), TailStartPos(tsp) {}
/freebsd-current/sys/fs/unionfs/
H A Dunion.h125 #define MOUNTTOUNIONFSMOUNT(mp) ((struct unionfs_mount *)((mp)->mnt_data))
/freebsd-current/sys/vm/
H A Dvm_fault.c194 vm_fault_page_release(vm_page_t *mp) argument
198 m = *mp;
207 *mp = NULL;
212 vm_fault_page_free(vm_page_t *mp) argument
216 m = *mp;
223 *mp = NULL;
1980 vm_page_t *mp; local
2001 for (mp = ma, va = addr; va < end; mp++, va += PAGE_SIZE) {
2002 *mp
[all...]
/freebsd-current/sys/dev/qlxge/
H A Dqls_glbl.h71 uint32_t tx_idx, struct mbuf *mp, uint32_t txr_idx);
/freebsd-current/sys/fs/smbfs/
H A Dsmbfs_node.h90 int smbfs_nget(struct mount *mp, struct vnode *dvp, const char *name, int nmlen,

Completed in 225 milliseconds

<<11121314151617181920>>