Searched refs:mlp (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/contrib/amd/amd/
H A Drestart.c133 mntlist *ml, *mlp; local
139 for (mlp = ml = read_mtab("restart", mnttab_file_name);
140 mlp;
141 mlp = mlp->mnext) {
142 mntent_t *me = mlp->mnt;
192 mntlist *ml, *mlp; local
202 for (mlp = ml = read_mtab("restart", mnttab_file_name);
203 mlp;
204 mlp
[all...]
/freebsd-10.1-release/usr.sbin/mountd/
H A Dmountd.c1195 struct mountlist *mlp; local
1200 mlp = mlhead;
1201 while (mlp) {
1204 strp = &mlp->ml_host[0];
1207 strp = &mlp->ml_dirp[0];
1210 mlp = mlp->ml_next;
2901 struct mountlist *mlp, **mlpp; local
2921 mlp = (struct mountlist *)malloc(sizeof (*mlp));
2938 struct mountlist *mlp, **mlpp; local
2974 struct mountlist *mlp, **mlpp; local
[all...]
/freebsd-10.1-release/usr.bin/showmount/
H A Dshowmount.c238 xdr_mntdump(XDR *xdrsp, struct mountlist **mlp) argument
247 *mlp = (struct mountlist *)0;
266 if (*mlp == NULL) {
267 *mlp = mp;
269 tp = *mlp;
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c849 offsize(char *cp, mlist_t *mlp) argument
861 mlp->ml_offset = offset;
862 mlp->ml_size = size;
887 mlist_t *mlp, **prev; local
913 mlp = xcalloc(sizeof (*mlp));
914 *prev = mlp;
916 mlp->ml_name = w;
951 cp = offsize(cp, mlp);
955 if ((int)mlp
[all...]
/freebsd-10.1-release/contrib/amd/amq/
H A Damq.c542 amq_mount_tree_list *mlp = amqproc_export_1((voidp) 0, clnt); local
551 for (i = 0; mlp && i < mlp->amq_mount_tree_list_len; i++) {
552 mt = mlp->amq_mount_tree_list_val[i];
665 amq_mount_tree_list *mlp = amqproc_export_1((voidp) 0, clnt); local
666 if (mlp) {
672 for (i = 0; i < mlp->amq_mount_tree_list_len; i++) {
673 show_mt(mlp->amq_mount_tree_list_val[i],
/freebsd-10.1-release/contrib/sendmail/src/
H A Dparseaddr.c1024 register struct match *mlp; /* cur ptr into mlist */ local
1035 ** mlp will not exceed mlist[] because readcf enforces
1102 mlp = mlist;
1145 mlp->match_pattern = rvp;
1146 mlp->match_first = avp;
1151 mlp->match_last = avp++;
1152 cataddr(mlp->match_first, mlp->match_last,
1168 mlp++;
1181 mlp
[all...]
/freebsd-10.1-release/contrib/file/src/
H A Dapprentice.c403 add_mlist(struct mlist *mlp, struct magic_map *map, size_t idx) argument
407 mlp->map = idx == 0 ? map : NULL;
415 mlp->prev->next = ml;
416 ml->prev = mlp->prev;
417 ml->next = mlp;
418 mlp->prev = ml;
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dhashtab.c103 choose_multiplier (unsigned int d, unsigned int *mlp, unsigned char *shiftp)
119 *mlp = mhigh;
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dhashtab.c103 choose_multiplier (unsigned int d, unsigned int *mlp, unsigned char *shiftp)
119 *mlp = mhigh;
/freebsd-10.1-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl27 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
H A Dsha512-ia64.pl101 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
/freebsd-10.1-release/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl39 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl65 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }

Completed in 281 milliseconds