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

/freebsd-10-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-10-stable/usr.sbin/mountd/
H A Dmountd.c1285 struct mountlist *mlp; local
1290 mlp = mlhead;
1291 while (mlp) {
1294 strp = &mlp->ml_host[0];
1297 strp = &mlp->ml_dirp[0];
1300 mlp = mlp->ml_next;
3008 struct mountlist *mlp, **mlpp; local
3028 mlp = (struct mountlist *)malloc(sizeof (*mlp));
3045 struct mountlist *mlp, **mlpp; local
3081 struct mountlist *mlp, **mlpp; local
[all...]
/freebsd-10-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-10-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-10-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-10-stable/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-stable/contrib/file/src/
H A Dapprentice.c407 add_mlist(struct mlist *mlp, struct magic_map *map, size_t idx) argument
411 mlp->map = NULL;
419 mlp->prev->next = ml;
420 ml->prev = mlp->prev;
421 ml->next = mlp;
422 mlp->prev = ml;
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dhashtab.c103 choose_multiplier (unsigned int d, unsigned int *mlp, unsigned char *shiftp)
119 *mlp = mhigh;
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dhashtab.c103 choose_multiplier (unsigned int d, unsigned int *mlp, unsigned char *shiftp)
119 *mlp = mhigh;
/freebsd-10-stable/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-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl39 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl65 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }

Completed in 101 milliseconds