Home
last modified time | relevance | path

Searched refs:notempty (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Dvlan.c20 const int a_empty = !a || !a->notempty; in vlan_compare()
21 const int b_empty = !b || !b->notempty; in vlan_compare()
H A Dvlan_full.c465 int untagged, *tagged, i, notempty; in vlan_newlink() local
480 notempty = vlan->vlan_desc.notempty; in vlan_newlink()
484 if (!notempty) { in vlan_newlink()
584 int notempty = vlan->vlan_desc.notempty; in vlan_dellink() local
601 if (!notempty) { in vlan_dellink()
H A Dvlan.h15 int notempty; /* 0 : no vlan information present, 1: else */ member
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c390 int *notempty) in vmw_cmdbuf_ctx_process() argument
434 (*notempty)++; in vmw_cmdbuf_ctx_process()
449 int notempty; in vmw_cmdbuf_man_process() local
456 notempty = 0; in vmw_cmdbuf_man_process()
458 vmw_cmdbuf_ctx_process(man, ctx, &notempty); in vmw_cmdbuf_man_process()
460 if (man->irq_on && !notempty) { in vmw_cmdbuf_man_process()
465 } else if (!man->irq_on && notempty) { in vmw_cmdbuf_man_process()
/netbsd-src/games/canfield/canfield/
H A Dcanfield.c214 static bool notempty(const struct cardtype *);
808 notempty(const struct cardtype *cp) in notempty() function
1171 if (notempty(*cp)) { in simpletableau()
1229 if (notempty(tableau[sour])) { in tabtotab()
1285 if (notempty(*cp)) { in movetofound()
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex.c216 int newscreen, notempty, tmp, vi_address; in ex_cmd() local
270 for (notempty = 0; ecp->clen > 0; ++ecp->cp, --ecp->clen) in ex_cmd()
275 notempty = 1; in ex_cmd()
287 notempty = 1; in ex_cmd()
333 (!notempty || F_ISSET(sp, SC_VI) || F_ISSET(ecp, E_BLIGNORE))) { in ex_cmd()