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

/xnu-2782.1.97/bsd/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-2782.1.97/iokit/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-2782.1.97/libkern/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-2782.1.97/libsa/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-2782.1.97/osfmk/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-2782.1.97/pexpert/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-2782.1.97/security/conf/
H A DMakefile20 ifneq (,$(wildcard $(MASTERCONFDIR)/MASTER.$(DOCONF_ARCH_CONFIG_LC).$(CURRENT_MACHINE_CONFIG_LC)))
/xnu-2782.1.97/bsd/netinet6/
H A Din6_pcb.c958 int matchwild = 3, wildcard; local
967 * Look for an unconnected (wildcard foreign addr) PCB that
1007 wildcard = 0;
1011 wildcard++;
1014 wildcard++;
1020 wildcard++;
1022 if (wildcard < matchwild) {
1024 matchwild = wildcard;
1095 u_int fport_arg, struct in6_addr *laddr, u_int lport_arg, int wildcard,
1137 if (wildcard) {
1094 in6_pcblookup_hash_exists(struct inpcbinfo *pcbinfo, struct in6_addr *faddr, u_int fport_arg, struct in6_addr *laddr, u_int lport_arg, int wildcard, uid_t *uid, gid_t *gid, struct ifnet *ifp) argument
1191 in6_pcblookup_hash(struct inpcbinfo *pcbinfo, struct in6_addr *faddr, u_int fport_arg, struct in6_addr *laddr, u_int lport_arg, int wildcard, struct ifnet *ifp) argument
[all...]
/xnu-2782.1.97/bsd/net/
H A Dpktap.c567 * If name does not end with a number then it's a "wildcard" match
839 int wildcard = 0; local
880 wildcard = 1;
884 laddr, lport, wildcard, outgoing ? NULL : ifp);
903 int wildcard = 0; local
944 wildcard = 1;
948 laddr, lport, wildcard, outgoing ? NULL : ifp);
H A Dif.c459 int wildcard; local
472 wildcard = (unit == UINT32_MAX);
476 if (wildcard) {
494 if (!wildcard) {
506 /* In the wildcard case, we need to update the name. */
507 if (wildcard) {
/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.c1700 int matchwild = 3, wildcard; local
1708 * Look for an unconnected (wildcard foreign addr) PCB that
1754 wildcard = 0;
1760 wildcard++;
1763 wildcard++;
1769 wildcard++;
1771 if (wildcard < matchwild) {
1773 matchwild = wildcard;
1791 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard,
1843 if (!wildcard) {
1790 in_pcblookup_hash_exists(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard, uid_t *uid, gid_t *gid, struct ifnet *ifp) argument
1913 in_pcblookup_hash(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard, struct ifnet *ifp) argument
[all...]
H A Dip_fw2.c1049 /* Check unit number (-1 is wildcard) */
2289 int wildcard; local
2293 wildcard = 0;
2296 wildcard = 1;
2305 wildcard, oif) :
2309 wildcard, NULL);

Completed in 144 milliseconds