Searched refs:mip (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/usr.bin/tail/
H A Dmisc.c73 * Print `len' bytes from the file associated with `mip', starting at
77 mapprint(struct mapinfo *mip, off_t startoff, off_t len) argument
82 if (startoff < mip->mapoff || startoff >= mip->mapoff +
83 (off_t)mip->maplen) {
84 if (maparound(mip, startoff) != 0)
87 n = (mip->mapoff + mip->maplen) - startoff;
90 WR(mip->start + (startoff - mip
103 maparound(struct mapinfo *mip, off_t offset) argument
[all...]
/freebsd-13-stable/sbin/natd/
H A Dnatd.c74 static struct instance *mip; variable in typeref:struct:instance
195 LIST_FOREACH(mip, &root, list) {
196 mla = mip->la;
201 if (mip->aliasAddr.s_addr == INADDR_NONE && mip->ifName == NULL &&
203 errx (1, "instance %s: aliasing address not given", mip->name);
205 if (mip->aliasAddr.s_addr != INADDR_NONE && mip->ifName != NULL)
211 if (mip->inPort != 0 || mip
[all...]
/freebsd-13-stable/usr.sbin/ppp/
H A Dmppe.c245 struct mppe_state *mip = (struct mppe_state *)v; local
270 if (!flushed && mip->stateless) {
277 if (mip->stateless) {
279 while (prefix != mip->cohnum) {
281 MPPEKeyChange(mip);
283 * mip->cohnum contains what we received last time in stateless
286 mip->cohnum++;
287 mip->cohnum &= ~MPPE_HEADER_BITMASK;
297 (mip->cohnum >> MPPE_HEADER_FLAGSHIFT);
303 MPPEKeyChange(mip);
683 struct mppe_state *mip; local
[all...]
/freebsd-13-stable/contrib/apr/network_io/unix/
H A Dmulticast.c29 static void fill_mip_v4(struct ip_mreq *mip, apr_sockaddr_t *mcast, argument
32 mip->imr_multiaddr = mcast->sa.sin.sin_addr;
34 mip->imr_interface.s_addr = INADDR_ANY;
37 mip->imr_interface = iface->sa.sin.sin_addr;
79 static void fill_mip_v6(struct ipv6_mreq *mip, const apr_sockaddr_t *mcast, argument
82 memcpy(&mip->ipv6mr_multiaddr, mcast->ipaddr_ptr,
83 sizeof(mip->ipv6mr_multiaddr));
86 mip->ipv6mr_interface = 0;
89 mip->ipv6mr_interface = find_if_index(iface);
121 struct group_source_req mip; local
[all...]
/freebsd-13-stable/sbin/mdmfs/
H A Dmdmfs.c553 * Various configuration of the mountpoint. Mostly, enact 'mip'.
556 do_mtptsetup(const char *mtpoint, struct mtpt_info *mip) argument
560 if (!mip->mi_have_mode && !mip->mi_have_uid && !mip->mi_have_gid)
569 if (mip->mi_forced_pw) {
582 if (mip->mi_have_mode) {
584 mip->mi_mode);
586 if (chmod(mtpoint, mip->mi_mode) == -1)
593 if (mip
657 extract_ugid(const char *str, struct mtpt_info *mip) argument
[all...]
/freebsd-13-stable/usr.bin/mkuzip/
H A Dmkuz_fqueue.c123 struct mkuz_bchain_link *ip, *newlast, *newfirst, *mip; local
131 mip = fqp->last;
132 fqp->last = mip->prev;
144 mip = NULL;
147 mip = ip;
159 bp = mip->this;
160 free(mip);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c54 _info(struct modinfo *mip) argument
56 return (mod_info(&modlinkage, mip));
/freebsd-13-stable/crypto/openssh/
H A Dmatch.c200 int mhost, mip; local
202 if ((mip = addr_match_list(ipaddr, patterns)) == -2)
204 else if (host == NULL || ipaddr == NULL || mip == -1)
211 if (mhost == 0 && mip == 0)
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c649 ctf_membinfo_t *mip)
675 mp->ctm_offset + off, mip) == 0)
678 mip->ctm_type = mp->ctm_type;
679 mip->ctm_offset = mp->ctm_offset + off;
690 (ulong_t)CTF_LMEM_OFFSET(lmp) + off, mip) == 0)
693 mip->ctm_type = lmp->ctlm_type;
694 mip->ctm_offset =
709 ctf_membinfo_t *mip)
712 return (_ctf_member_info(fp, type, name, 0, mip));
648 _ctf_member_info(ctf_file_t *fp, ctf_id_t type, const char *name, ulong_t off, ctf_membinfo_t *mip) argument
708 ctf_member_info(ctf_file_t *fp, ctf_id_t type, const char *name, ctf_membinfo_t *mip) argument
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c98 fmd_hdl_register(fmd_hdl_t *hdl, int version, const fmd_hdl_info_t *mip) argument
102 mp->mod_info = mip;
103 mp->mod_name = mip->fmdi_desc + 4; /* drop 'ZFS ' prefix */
/freebsd-13-stable/sys/riscv/include/
H A Dencoding.h1081 DECLARE_CSR(mip, CSR_MIP)
/freebsd-13-stable/contrib/apr/
H A Dconfigure29336 struct ip_mreq mip;
29337 mip.imr_interface.s_addr = INADDR_ANY;

Completed in 133 milliseconds