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

  /src/external/bsd/wpa/dist/src/ap/
vlan.c 20 const int a_empty = !a || !a->notempty;
21 const int b_empty = !b || !b->notempty;
vlan.h 15 int notempty; /* 0 : no vlan information present, 1: else */ member in struct:vlan_description
vlan_full.c 465 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) {
ieee802_11_auth.c 559 info->vlan_id.notempty = !!radius_msg_get_vlanid(
584 if (info->vlan_id.notempty &&
595 !info->vlan_id.notempty)
wpa_auth_glue.c 1003 vlan_desc.notempty = 1;
1170 if (vlan->notempty &&
1185 if (vlan->notempty)
1214 vlan->notempty = 1;
pmksa_cache_auth.c 171 if (vlan_desc && vlan_desc->notempty) {
ieee802_1x.c 1983 vlan_desc.notempty = !!radius_msg_get_vlanid(msg, &vlan_desc.untagged,
1987 if (vlan_desc.notempty &&
2001 !vlan_desc.notempty) {
ap_config.c 1103 if (!vlan_desc->notempty || vlan_desc->untagged < 0 ||
1769 (*acl)[*num].vlan_id.notempty = !!vlan_id;
ctrl_iface_ap.c 1596 (vlan_id.notempty &&
1615 (!vlan_id.notempty ||
wpa_auth_ft.c 304 vlan->notempty = vlan->untagged || vlan->tagged[0];
367 if (!vlan || !vlan->notempty)
391 if (!vlan || !vlan->notempty)
1383 if (vlan && vlan->notempty) {
1472 if (vlan && vlan->notempty) {
sta_info.c 1190 } else if (vlan_desc && vlan_desc->notempty) {
ieee802_11.c 942 vlan_desc.notempty = 1;
2370 if (vlan_id->notempty &&
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 390 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) {
  /src/games/canfield/canfield/
canfield.c 214 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)) {
  /src/external/bsd/nvi/dist/ex/
ex.c 216 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))) {
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 107 vlan->vlan_desc.notempty = !!vlan_id;
  /src/external/bsd/ntp/dist/sntp/
configure 16270 str="$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}"
16299 case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" in
16301 *:notempty:notgiven:notgiven)
16302 # If PKG_CONFIG is notempty and we haven't been given openssl paths,
  /src/external/bsd/ntp/dist/
configure 25669 str="$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}"
25698 case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" in
25700 *:notempty:notgiven:notgiven)
25701 # If PKG_CONFIG is notempty and we haven't been given openssl paths,

Completed in 66 milliseconds