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

/freebsd-11-stable/contrib/amd/amd/
H A Drestart.c126 mntlist *ml, *mlp; local
132 for (mlp = ml = read_mtab("restart", mnttab_file_name);
133 mlp;
134 mlp = mlp->mnext) {
135 mntent_t *me = mlp->mnt;
185 mntlist *ml, *mlp; local
195 for (mlp = ml = read_mtab("restart", mnttab_file_name);
196 mlp;
197 mlp
[all...]
/freebsd-11-stable/usr.bin/showmount/
H A Dshowmount.c262 xdr_mntdump(XDR *xdrsp, struct mountlist **mlp) argument
271 *mlp = (struct mountlist *)0;
290 if (*mlp == NULL) {
291 *mlp = mp;
293 tp = *mlp;
/freebsd-11-stable/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-11-stable/contrib/amd/amq/
H A Damq.c671 amq_mount_tree_list *mlp; local
682 mlp = amqproc_export_1((voidp) 0, clnt);
683 for (i = 0; mlp && i < mlp->amq_mount_tree_list_len; i++) {
684 mt = mlp->amq_mount_tree_list_val[i];
826 amq_mount_tree_list *mlp = amqproc_export_1((voidp) 0, clnt); local
827 if (mlp) {
833 for (i = 0; i < mlp->amq_mount_tree_list_len; i++) {
834 show_mt(mlp->amq_mount_tree_list_val[i],
/freebsd-11-stable/contrib/sendmail/src/
H A Dparseaddr.c1033 register struct match *mlp; /* cur ptr into mlist */ local
1044 ** mlp will not exceed mlist[] because readcf enforces
1111 mlp = mlist;
1154 mlp->match_pattern = rvp;
1155 mlp->match_first = avp;
1160 mlp->match_last = avp++;
1161 cataddr(mlp->match_first, mlp->match_last,
1177 mlp++;
1190 mlp
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dapprentice.c415 add_mlist(struct mlist *mlp, struct magic_map *map, size_t idx) argument
419 mlp->map = NULL;
427 mlp->prev->next = ml;
428 ml->prev = mlp->prev;
429 ml->next = mlp;
430 mlp->prev = ml;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dhashtab.c103 choose_multiplier (unsigned int d, unsigned int *mlp, unsigned char *shiftp)
119 *mlp = mhigh;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dhashtab.c103 choose_multiplier (unsigned int d, unsigned int *mlp, unsigned char *shiftp)
119 *mlp = mhigh;
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl27 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
H A Dsha512-ia64.pl107 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl39 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl65 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }

Completed in 131 milliseconds