Searched refs:notempty (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dvlan.c20 const int a_empty = !a || !a->notempty;
21 const int b_empty = !b || !b->notempty;
H A Dvlan.h15 int notempty; /* 0 : no vlan information present, 1: else */ member in struct:vlan_description
H A Dvlan_full.c465 int untagged, *tagged, i, notempty; local
480 notempty = vlan->vlan_desc.notempty;
484 if (!notempty) {
584 int notempty = vlan->vlan_desc.notempty; local
601 if (!notempty) {
H A Dieee802_11_auth.c580 cache->vlan_id.notempty = !!radius_msg_get_vlanid(
605 if (cache->vlan_id.notempty &&
616 !cache->vlan_id.notempty)
H A Dpmksa_cache_auth.c168 if (vlan_desc && vlan_desc->notempty) {
H A Dwpa_auth_glue.c814 vlan_desc.notempty = 1;
938 if (vlan->notempty &&
H A Dieee802_1x.c1864 vlan_desc.notempty = !!radius_msg_get_vlanid(msg, &vlan_desc.untagged,
1868 if (vlan_desc.notempty &&
1882 !vlan_desc.notempty) {
H A Dwpa_auth_ft.c299 vlan->notempty = vlan->untagged || vlan->tagged[0];
362 if (!vlan || !vlan->notempty)
386 if (!vlan || !vlan->notempty)
1347 if (vlan && vlan->notempty) {
1436 if (vlan && vlan->notempty) {
H A Dap_config.c956 if (!vlan_desc->notempty || vlan_desc->untagged < 0 ||
H A Dsta_info.c955 } else if (vlan_desc && vlan_desc->notempty) {
H A Dieee802_11.c732 vlan_desc.notempty = 1;
1981 if (vlan_id->notempty &&
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c390 int *notempty)
434 (*notempty)++;
449 int notempty; local
456 notempty = 0;
458 vmw_cmdbuf_ctx_process(man, ctx, &notempty);
460 if (man->irq_on && !notempty) {
465 } else if (!man->irq_on && notempty) {
388 vmw_cmdbuf_ctx_process(struct vmw_cmdbuf_man *man, struct vmw_cmdbuf_context *ctx, int *notempty) argument
/netbsd-current/games/canfield/canfield/
H A Dcanfield.c214 static bool notempty(const struct cardtype *);
808 notempty(const struct cardtype *cp) function
1171 if (notempty(*cp)) {
1229 if (notempty(tableau[sour])) {
1285 if (notempty(*cp)) {
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex.c216 int newscreen, notempty, tmp, vi_address; local
270 for (notempty = 0; ecp->clen > 0; ++ecp->cp, --ecp->clen)
275 notempty = 1;
287 notempty = 1;
333 (!notempty || F_ISSET(sp, SC_VI) || F_ISSET(ecp, E_BLIGNORE))) {
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dconfig_file.c105 vlan->vlan_desc.notempty = !!vlan_id;
142 (*acl)[*num].vlan_id.notempty = !!vlan_id;
H A Dctrl_iface.c1309 (vlan_id.notempty &&
1326 (!vlan_id.notempty ||
/netbsd-current/external/bsd/ntp/dist/
H A Dconfigure30261 case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" in
30263 *:notempty:notgiven:notgiven)
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dconfigure25179 case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" in
25181 *:notempty:notgiven:notgiven)

Completed in 498 milliseconds