/freebsd/usr.bin/showmount/ |
H A D | showmount.c | 259 xdr_mntdump(XDR *xdrsp, struct mountlist **mlp) in xdr_mntdump() argument 268 *mlp = (struct mountlist *)0; in xdr_mntdump() 291 if (*mlp == NULL) { in xdr_mntdump() 292 *mlp = mp; in xdr_mntdump() 294 tp = *mlp; in xdr_mntdump()
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 1411 struct mountlist *mlp; in xdr_mlist() local 1416 SLIST_FOREACH(mlp, &mlhead, next) { in xdr_mlist() 1419 strp = &mlp->ml_host[0]; in xdr_mlist() 1422 strp = &mlp->ml_dirp[0]; in xdr_mlist() 3714 struct mountlist *mlp; in get_mountlist() local 3733 mlp = (struct mountlist *)malloc(sizeof (*mlp)); in get_mountlist() 3734 if (mlp == (struct mountlist *)NULL) in get_mountlist() 3736 strncpy(mlp->ml_host, host, MNTNAMLEN); in get_mountlist() 3737 mlp->ml_host[MNTNAMLEN] = '\0'; in get_mountlist() 3738 strncpy(mlp->ml_dirp, dirp, MNTPATHLEN); in get_mountlist() [all …]
|
/freebsd/contrib/sendmail/src/ |
H A D | parseaddr.c | 1066 register struct match *mlp; /* cur ptr into mlist */ local 1144 mlp = mlist; 1187 mlp->match_pattern = rvp; 1188 mlp->match_first = avp; 1193 mlp->match_last = avp++; 1194 cataddr(mlp->match_first, mlp->match_last, 1210 mlp++; 1223 mlp->match_pattern = rvp; 1224 mlp->match_first = avp; 1225 mlp->match_last = avp++; [all …]
|
/freebsd/contrib/file/src/ |
H A D | softmagic.c | 1598 struct mlist ml, *mlp; in mget() local 1894 for (mlp = ms->mlist[0]->next; mlp != ms->mlist[0]; in mget() 1895 mlp = mlp->next) in mget() 1897 if ((rv = match(ms, mlp->magic, mlp->magic_rxcomp, in mget() 1898 mlp->nmagic, &bb, 0, BINTEST, text, 0, indir_count, in mget()
|
H A D | apprentice.c | 443 add_mlist(struct mlist *mlp, struct magic_map *map, size_t idx) in add_mlist() argument 447 mlp->map = NULL; in add_mlist() 463 mlp->prev->next = ml; in add_mlist() 464 ml->prev = mlp->prev; in add_mlist() 465 ml->next = mlp; in add_mlist() 466 mlp->prev = ml; in add_mlist()
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | r8a77995.dtsi | 1137 mlp: mlp@ec520000 { label 1138 compatible = "renesas,r8a77995-mlp", 1139 "renesas,rcar-gen3-mlp";
|
H A D | r8a77990.dtsi | 1673 mlp: mlp@ec520000 { label 1674 compatible = "renesas,r8a77990-mlp", 1675 "renesas,rcar-gen3-mlp";
|
H A D | r8a77965.dtsi | 2137 mlp: mlp@ec520000 { 2138 compatible = "renesas,r8a77965-mlp", 2139 "renesas,rcar-gen3-mlp"; label
|
H A D | r8a77961.dtsi | 2154 mlp: mlp@ec520000 { 2155 compatible = "renesas,r8a77961-mlp", 2156 "renesas,rcar-gen3-mlp"; label
|
H A D | r8a77960.dtsi | 2274 mlp: mlp@ec520000 { 2275 compatible = "renesas,r8a7796-mlp", 2276 "renesas,rcar-gen3-mlp"; label
|
H A D | r8a77951.dtsi | 2403 mlp: mlp@ec520000 { 2404 compatible = "renesas,r8a7795-mlp", 2405 "renesas,rcar-gen3-mlp"; label
|