HomeSort by: relevance | last modified time | path
    Searched refs:apl (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/ifconfig/
agr.c 129 struct agrportlist *apl; local
164 apl = buf;
165 api = (void *)(apl + 1);
167 for (i = 0; i < apl->apl_nports; i++) {
  /src/sys/net/agr/
if_agr.c 458 struct agrportlist apl; local
465 memset(&apl, 0, sizeof(apl));
468 if (bufleft < sizeof(apl)) {
471 apl.apl_nports = sc->sc_nports;
472 error = copyout(&apl, cp, sizeof(apl));
476 cp += sizeof(apl);
478 bufleft -= sizeof(apl);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-log.c 96 CASE_TO_STR(apl);
  /src/external/bsd/file/dist/magic/
Makefile.am 26 $(MAGIC_FRAGMENT_DIR)/apl \
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 1151 talign(unsigned int ty, struct attr *apl)
1168 if ((al = attr_find(apl, ATTR_ALIGNED))) {
1211 tsize(TWORD ty, union dimfun *d, struct attr *apl)
1245 if ((ap = strattr(apl)) == NULL ||
1246 (ap2 = attr_find(apl, ATTR_ALIGNED)) == NULL ||
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 1145 talign(unsigned int ty, struct attr *apl)
1162 if ((al = attr_find(apl, ATTR_ALIGNED))) {
1198 tsize(TWORD ty, union dimfun *d, struct attr *apl)
1227 if ((ap = strattr(apl)) == NULL ||
1228 (ap2 = attr_find(apl, ATTR_ALIGNED)) == NULL ||

Completed in 31 milliseconds