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

/freebsd-current/usr.bin/tail/
H A Dmisc.c67 * Print `len' bytes from the file associated with `mip', starting at
71 mapprint(struct mapinfo *mip, off_t startoff, off_t len) argument
76 if (startoff < mip->mapoff || startoff >= mip->mapoff +
77 (off_t)mip->maplen) {
78 if (maparound(mip, startoff) != 0)
81 n = (mip->mapoff + mip->maplen) - startoff;
84 WR(mip->start + (startoff - mip
97 maparound(struct mapinfo *mip, off_t offset) argument
[all...]
/freebsd-current/sbin/natd/
H A Dnatd.c71 static struct instance *mip; variable in typeref:struct:instance
192 LIST_FOREACH(mip, &root, list) {
193 mla = mip->la;
198 if (mip->aliasAddr.s_addr == INADDR_NONE && mip->ifName == NULL &&
200 errx (1, "instance %s: aliasing address not given", mip->name);
202 if (mip->aliasAddr.s_addr != INADDR_NONE && mip->ifName != NULL)
208 if (mip->inPort != 0 || mip
[all...]
/freebsd-current/usr.sbin/ppp/
H A Dmppe.c243 struct mppe_state *mip = (struct mppe_state *)v; local
268 if (!flushed && mip->stateless) {
275 if (mip->stateless) {
277 while (prefix != mip->cohnum) {
279 MPPEKeyChange(mip);
281 * mip->cohnum contains what we received last time in stateless
284 mip->cohnum++;
285 mip->cohnum &= ~MPPE_HEADER_BITMASK;
295 (mip->cohnum >> MPPE_HEADER_FLAGSHIFT);
301 MPPEKeyChange(mip);
681 struct mppe_state *mip; local
[all...]
/freebsd-current/sbin/mdmfs/
H A Dmdmfs.c550 * Various configuration of the mountpoint. Mostly, enact 'mip'.
553 do_mtptsetup(const char *mtpoint, struct mtpt_info *mip) argument
557 if (!mip->mi_have_mode && !mip->mi_have_uid && !mip->mi_have_gid)
566 if (mip->mi_forced_pw) {
579 if (mip->mi_have_mode) {
581 mip->mi_mode);
583 if (chmod(mtpoint, mip->mi_mode) == -1)
590 if (mip
654 extract_ugid(const char *str, struct mtpt_info *mip) argument
[all...]
/freebsd-current/usr.bin/mkuzip/
H A Dmkuz_fqueue.c121 struct mkuz_bchain_link *ip, *newlast, *newfirst, *mip; local
129 mip = fqp->last;
130 fqp->last = mip->prev;
142 mip = NULL;
145 mip = ip;
157 bp = mip->this;
158 free(mip);
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c54 _info(struct modinfo *mip) argument
56 return (mod_info(&modlinkage, mip));
/freebsd-current/crypto/openssh/
H A Dmatch.c214 int mhost, mip; local
216 if ((mip = addr_match_list(ipaddr, patterns)) == -2)
218 else if (host == NULL || ipaddr == NULL || mip == -1)
225 if (mhost == 0 && mip == 0)
/freebsd-current/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c793 ctf_membinfo_t *mip)
822 _ctf_member_info(fp, type, name, offset + off, mip) == 0)
825 mip->ctm_type = type;
826 mip->ctm_offset = offset + off;
839 ctf_membinfo_t *mip)
842 return (_ctf_member_info(fp, type, name, 0, mip));
792 _ctf_member_info(ctf_file_t *fp, ctf_id_t type, const char *name, ulong_t off, ctf_membinfo_t *mip) argument
838 ctf_member_info(ctf_file_t *fp, ctf_id_t type, const char *name, ctf_membinfo_t *mip) argument
/freebsd-current/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c99 fmd_hdl_register(fmd_hdl_t *hdl, int version, const fmd_hdl_info_t *mip) argument
104 mp->mod_info = mip;
105 mp->mod_name = mip->fmdi_desc + 4; /* drop 'ZFS ' prefix */
/freebsd-current/sys/riscv/include/
H A Dencoding.h1080 DECLARE_CSR(mip, CSR_MIP)

Completed in 97 milliseconds