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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
firmware.h 23 typeof(l[0]) *_list = (l), *_next, *_fwif = NULL; \
29 for (_next = _list; !_fwif && _next->load; _next++) { \
30 if (_next->version == _ver) \
31 _fwif = _next; \
40 for (_next = _fwif ? _fwif : _list; _next->load; _next++) { \
41 _fwv = (_ver >= 0) ? _ver : _next->version;
    [all...]
  /src/sys/arch/evbppc/explora/
explora_start.S 109 bl _next
110 _next: label
112 subi %r3,%r3,_next-__start
  /src/distrib/miniroot/
install.sub 620 local _next
740 _next=""
744 _next=""
747 if [ -z "$_next" ]; then _next=$_f; fi
755 if [ -z "$_next" ]; then resp=n; else resp=y; fi
762 echo -n "File name [$_next]? "
763 getresp "$_next"
791 local _next
852 _next="
    [all...]
  /src/usr.sbin/altq/libaltq/
qop_hfsc.h 35 LIST_ENTRY(segment) _next;
qop_hfsc.c 793 LIST_FOREACH(s, gsc, _next) {
807 for (s = LIST_FIRST(gsc); s != end; s = LIST_NEXT(s, _next)) {
831 LIST_REMOVE(s, _next);
846 LIST_FOREACH(s, gsc, _next) {
870 LIST_INSERT_HEAD(gsc, new, _next);
887 LIST_INSERT_AFTER(prev, new, _next);
908 for (s = start; s != end; s = LIST_NEXT(s, _next)) {
914 for (; s != end; s = LIST_NEXT(s, _next)) {
940 LIST_FOREACH(s, gsc, _next) {
942 if ((next = LIST_NEXT(s, _next)) == NULL)
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl.h 104 LIST_ENTRY(segment) _next;
pfctl_altq.c 911 LIST_FOREACH(s, gsc, _next) {
925 for (s = LIST_FIRST(gsc); s != end; s = LIST_NEXT(s, _next)) {
949 LIST_REMOVE(s, _next);
964 LIST_FOREACH(s, gsc, _next) {
988 LIST_INSERT_HEAD(gsc, new, _next);
1005 LIST_INSERT_AFTER(prev, new, _next);
1026 for (s = start; s != end; s = LIST_NEXT(s, _next)) {
1032 for (; s != end; s = LIST_NEXT(s, _next)) {
  /src/sys/net/
if_wg.c 5113 goto _next;
5116 goto _next;
5124 goto _next;
5132 goto _next;
5139 _next:

Completed in 21 milliseconds