Searched refs:dep (Results 51 - 75 of 218) sorted by relevance

123456789

/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl59 # Special note about 'dep' instruction, which is used to construct
66 (p19) dep rem=Zlo,rem_4bitp,3,4 }
80 (p18) dep rem=Zlo,rem_4bitp,3,4 }
279 dep $Atbl=$xi[1],$Htbl,4,4 //(p17) &Htable[nlo].lo
295 dep $Atbl=$xi[1],$Htbl,4,4 } //(p17) &Htable[nlo].lo
323 dep $Atbl=$xi[1],$Htbl,4,4 } //(p17) &Htable[nlo].lo
352 dep $Atbl=$xi[1],$Htbl,4,4 };; //(p17) &Htable[nlo].lo
407 (p6) dep $Atbl=$xi[0],$Htbl,4,4 } //[p17] &Htable[nlo].lo
/freebsd-current/contrib/bsnmp/snmpd/
H A Dtrap.c82 struct snmp_dependency dep; member in struct:trapsink_dep
111 t->index = tdep->dep.idx;
241 trapsink_dep(struct snmp_context *ctx, struct snmp_dependency *dep, argument
244 struct trapsink_dep *tdep = (struct trapsink_dep *)dep;
247 t = FIND_OBJECT_OID(&trapsink_list, &dep->idx, 0);
H A Dtrans_lsock.c494 struct snmp_dependency dep; member in struct:lsock_dep
521 lsock_func(struct snmp_context *ctx, struct snmp_dependency *dep, argument
524 struct lsock_dep *ld = (struct lsock_dep *)(void *)dep;
/freebsd-current/stand/libsa/
H A Ddosfs.c631 namede(DOS_FS *fs, const char *path, DOS_DE **dep) argument
658 *dep = de;
666 lookup(DOS_FS *fs, u_int clus, const char *name, DOS_DE **dep) argument
677 *dep = dot + ent;
731 *dep = &dir[ent].de;
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl206 or $ix,$acc,$acc ; last piece, no need to dep
226 or $ix,$acc,$acc ; last piece, no need to dep
/freebsd-current/share/mk/
H A Dbsd.init.mk24 # This is used in bsd.{dep,lib,prog}.mk as ${OBJS_SRCS_FILTER:ts:}
H A Dmeta.sys.mk40 MKDEP_MK ?= auto.dep.mk
/freebsd-current/contrib/file/python/
H A DMakefile.in256 @for dep in $?; do \
258 *$$dep*) \
/freebsd-current/contrib/bmake/
H A Dmkdeps.sh68 TF=/tmp/dep.$$
/freebsd-current/contrib/openpam/misc/
H A DMakefile.in270 @for dep in $?; do \
272 *$$dep*) \
/freebsd-current/usr.sbin/jail/
H A Djailp.h178 struct cfdepends dep[2]; member in struct:cfjail
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl467 dep.z $t1=E,32,32 }
472 dep X[15]=X[15],r9,8,8
476 dep r11=r10,r11,8,8 };;
479 dep X[15]=X[15],r11,16,16 };;
535 dep.z $t1=E,32,32 }
/freebsd-current/sys/netinet6/
H A Din6.c1972 struct in6_ifaddr *dep[2]; /* last-resort: deprecated */ local
1976 dep[0] = dep[1] = NULL;
1995 dep[0] = (struct in6_ifaddr *)ifa;
2029 dep[1] = (struct in6_ifaddr *)ifa;
2037 if (dep[0])
2038 return dep[0];
2039 if (dep[1])
2040 return dep[1];
/freebsd-current/contrib/bmake/unit-tests/
H A Ddep-var.mk1 # $NetBSD: dep-var.mk,v 1.11 2023/12/19 19:33:40 rillig Exp $
/freebsd-current/contrib/bmake/mk/
H A Dmeta.sys.mk40 MKDEP_MK ?= auto.dep.mk
H A Dprog.mk250 .include <dep.mk>
/freebsd-current/contrib/openbsm/bin/
H A DMakefile.in317 @for dep in $?; do \
319 *$$dep*) \
/freebsd-current/contrib/openbsm/bsm/
H A DMakefile.in307 @for dep in $?; do \
309 *$$dep*) \
/freebsd-current/contrib/openbsm/man/
H A DMakefile.in300 @for dep in $?; do \
302 *$$dep*) \
/freebsd-current/contrib/openbsm/modules/
H A DMakefile.in314 @for dep in $?; do \
316 *$$dep*) \
/freebsd-current/contrib/openbsm/sys/
H A DMakefile.in314 @for dep in $?; do \
316 *$$dep*) \
/freebsd-current/contrib/openbsm/sys/bsm/
H A DMakefile.in314 @for dep in $?; do \
316 *$$dep*) \
/freebsd-current/contrib/openbsm/test/
H A DMakefile.in314 @for dep in $?; do \
316 *$$dep*) \
/freebsd-current/contrib/openpam/doc/
H A DMakefile.in326 @for dep in $?; do \
328 *$$dep*) \
/freebsd-current/contrib/openpam/include/
H A DMakefile.in326 @for dep in $?; do \
328 *$$dep*) \

Completed in 150 milliseconds

123456789