Searched refs:l1flags (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/xlint/
H A Dxlint.c87 static char **l1flags; variable
331 l1flags = xcalloc(1, sizeof (char *));
378 appcstrg(&l1flags, flgbuf);
387 appcstrg(&l1flags, flgbuf);
393 appcstrg(&l1flags, flgbuf);
394 appcstrg(&l1flags, optarg);
410 appcstrg(&l1flags, "-p");
426 appcstrg(&l1flags, "-s");
434 appcstrg(&l1flags, "-S");
446 appcstrg(&l1flags, "
[all...]
/freebsd-11-stable/sys/sys/
H A Dsmp.h132 struct cpu_group *smp_topo_1level(int l1share, int l1count, int l1flags);
134 int l1count, int l1flags);
/freebsd-11-stable/sys/kern/
H A Dsubr_smp.c721 int l1flags)
743 l1flags, cpu);
720 smp_topo_2level(int l2share, int l2count, int l1share, int l1count, int l1flags) argument

Completed in 66 milliseconds