HomeSort by: relevance | last modified time | path
    Searched defs:invalid (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/usr.bin/mkesdb/
yacc.y 63 static u_int32_t invalid;
93 | property invalid R_LN
113 invalid : R_INVALID L_IMM label
176 /* store invalid */
180 invalid));
240 invalid = inv;
yacc.y 63 static u_int32_t invalid;
93 | property invalid R_LN
113 invalid : R_INVALID L_IMM label
176 /* store invalid */
180 invalid));
240 invalid = inv;
yacc.y 63 static u_int32_t invalid;
93 | property invalid R_LN
113 invalid : R_INVALID L_IMM label
176 /* store invalid */
180 invalid));
240 invalid = inv;
  /src/tests/usr.bin/xlint/lint1/
expr_binary.c 42 /* expect+1: error: invalid type for _Complex [308] */
43 _Complex invalid = 0.0; local in function:cover_balance
77 sink(invalid + 0);
192 /* expect+1: warning: invalid combination of integer '_Bool' and pointer 'pointer to char', op ':' [123] */
213 /* expect+1: warning: invalid combination of integer 'int' and pointer 'pointer to char', op ':' [123] */
226 /* expect+1: warning: invalid combination of pointer 'pointer to char' and integer '_Bool', op ':' [123] */
230 /* expect+1: warning: invalid combination of pointer 'pointer to char' and integer 'int', op ':' [123] */
expr_binary.c 42 /* expect+1: error: invalid type for _Complex [308] */
43 _Complex invalid = 0.0; local in function:cover_balance
77 sink(invalid + 0);
192 /* expect+1: warning: invalid combination of integer '_Bool' and pointer 'pointer to char', op ':' [123] */
213 /* expect+1: warning: invalid combination of integer 'int' and pointer 'pointer to char', op ':' [123] */
226 /* expect+1: warning: invalid combination of pointer 'pointer to char' and integer '_Bool', op ':' [123] */
230 /* expect+1: warning: invalid combination of pointer 'pointer to char' and integer 'int', op ':' [123] */
expr_binary.c 42 /* expect+1: error: invalid type for _Complex [308] */
43 _Complex invalid = 0.0; local in function:cover_balance
77 sink(invalid + 0);
192 /* expect+1: warning: invalid combination of integer '_Bool' and pointer 'pointer to char', op ':' [123] */
213 /* expect+1: warning: invalid combination of integer 'int' and pointer 'pointer to char', op ':' [123] */
226 /* expect+1: warning: invalid combination of pointer 'pointer to char' and integer '_Bool', op ':' [123] */
230 /* expect+1: warning: invalid combination of pointer 'pointer to char' and integer 'int', op ':' [123] */
  /src/usr.bin/passwd/
passwd.c 209 int invalid; member in struct:pw_module_s
241 if (! (pw_modules[i].invalid & INIT_INVALID))
262 pw_modules[i].invalid = 0;
274 pw_modules[j].invalid |= INIT_INVALID;
279 pw_modules[i].invalid |= INIT_INVALID;
281 pw_modules[i].invalid |= INIT_INVALID;
283 if (pw_modules[i].invalid)
286 pw_modules[i].invalid |=
291 if (! pw_modules[i].invalid)
304 if (pw_modules[i].invalid)
    [all...]
passwd.c 209 int invalid; member in struct:pw_module_s
241 if (! (pw_modules[i].invalid & INIT_INVALID))
262 pw_modules[i].invalid = 0;
274 pw_modules[j].invalid |= INIT_INVALID;
279 pw_modules[i].invalid |= INIT_INVALID;
281 pw_modules[i].invalid |= INIT_INVALID;
283 if (pw_modules[i].invalid)
286 pw_modules[i].invalid |=
291 if (! pw_modules[i].invalid)
304 if (pw_modules[i].invalid)
    [all...]
passwd.c 209 int invalid; member in struct:pw_module_s
241 if (! (pw_modules[i].invalid & INIT_INVALID))
262 pw_modules[i].invalid = 0;
274 pw_modules[j].invalid |= INIT_INVALID;
279 pw_modules[i].invalid |= INIT_INVALID;
281 pw_modules[i].invalid |= INIT_INVALID;
283 if (pw_modules[i].invalid)
286 pw_modules[i].invalid |=
291 if (! pw_modules[i].invalid)
304 if (pw_modules[i].invalid)
    [all...]
  /src/sys/net/
bpf_filter.c 621 bpf_memword_init_t *mem, invalid; local in function:bpf_validate_ext
645 invalid = ~preinited;
650 /* blend in any invalid bits for current pc */
651 invalid |= mem[i];
674 /* check for current memory invalid */
675 if (invalid & BPF_MEMWORD_INIT(p->k))
695 invalid &= ~BPF_MEMWORD_INIT(p->k);
758 * mark the currently invalid bits for the
761 mem[from + p->k] |= invalid;
762 invalid = 0
    [all...]
bpf_filter.c 621 bpf_memword_init_t *mem, invalid; local in function:bpf_validate_ext
645 invalid = ~preinited;
650 /* blend in any invalid bits for current pc */
651 invalid |= mem[i];
674 /* check for current memory invalid */
675 if (invalid & BPF_MEMWORD_INIT(p->k))
695 invalid &= ~BPF_MEMWORD_INIT(p->k);
758 * mark the currently invalid bits for the
761 mem[from + p->k] |= invalid;
762 invalid = 0
    [all...]
bpf_filter.c 621 bpf_memword_init_t *mem, invalid; local in function:bpf_validate_ext
645 invalid = ~preinited;
650 /* blend in any invalid bits for current pc */
651 invalid |= mem[i];
674 /* check for current memory invalid */
675 if (invalid & BPF_MEMWORD_INIT(p->k))
695 invalid &= ~BPF_MEMWORD_INIT(p->k);
758 * mark the currently invalid bits for the
761 mem[from + p->k] |= invalid;
762 invalid = 0
    [all...]
  /src/sbin/ifconfig/
media.c 214 char *invalid; local in function:setmediaopt
230 mediaopt_set = get_media_options(media_current, val, &invalid);
233 media_error(media_current, invalid, "option");
242 char *invalid, *val; local in function:unsetmediaopt
262 mediaopt_clear = get_media_options(media_current, val, &invalid);
265 media_error(media_current, invalid, "option");
media.c 214 char *invalid; local in function:setmediaopt
230 mediaopt_set = get_media_options(media_current, val, &invalid);
233 media_error(media_current, invalid, "option");
242 char *invalid, *val; local in function:unsetmediaopt
262 mediaopt_clear = get_media_options(media_current, val, &invalid);
265 media_error(media_current, invalid, "option");
media.c 214 char *invalid; local in function:setmediaopt
230 mediaopt_set = get_media_options(media_current, val, &invalid);
233 media_error(media_current, invalid, "option");
242 char *invalid, *val; local in function:unsetmediaopt
262 mediaopt_clear = get_media_options(media_current, val, &invalid);
265 media_error(media_current, invalid, "option");
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd.h 64 atomic_t invalid; member in struct:kgd_mem
107 /* List of userptr BOs that are valid or invalid */
amdgpu_amdkfd.h 64 atomic_t invalid; member in struct:kgd_mem
107 /* List of userptr BOs that are valid or invalid */
amdgpu_amdkfd.h 64 atomic_t invalid; member in struct:kgd_mem
107 /* List of userptr BOs that are valid or invalid */
  /src/lib/libc/citrus/modules/
citrus_viqr.c 169 wchar_t value, wchar_t invalid)
191 m0 = mnemonic_create(m, ch, invalid);
219 wchar_t invalid; member in struct:__anon49bb59390208
342 if (m->value != ei->invalid)
505 ei->invalid = (wchar_t)-1;
506 ei->mroot = mnemonic_create(NULL, '\0', ei->invalid);
518 s, (wchar_t)i, ei->invalid);
532 p->name, p->value, ei->invalid);
citrus_viqr.c 169 wchar_t value, wchar_t invalid)
191 m0 = mnemonic_create(m, ch, invalid);
219 wchar_t invalid; member in struct:__anon49bb59390208
342 if (m->value != ei->invalid)
505 ei->invalid = (wchar_t)-1;
506 ei->mroot = mnemonic_create(NULL, '\0', ei->invalid);
518 s, (wchar_t)i, ei->invalid);
532 p->name, p->value, ei->invalid);
citrus_viqr.c 169 wchar_t value, wchar_t invalid)
191 m0 = mnemonic_create(m, ch, invalid);
219 wchar_t invalid; member in struct:__anon49bb59390208
342 if (m->value != ei->invalid)
505 ei->invalid = (wchar_t)-1;
506 ei->mroot = mnemonic_create(NULL, '\0', ei->invalid);
518 s, (wchar_t)i, ei->invalid);
532 p->name, p->value, ei->invalid);
  /src/sys/arch/arm/cortex/
gic.c 697 uint32_t invalid = ~sc->sc_gic_valid_lines[group]; local in function:armgic_attach
698 for (size_t j = 0; invalid && j < 32; j++, invalid >>= 1) {
699 if (invalid & 1) {
gic.c 697 uint32_t invalid = ~sc->sc_gic_valid_lines[group]; local in function:armgic_attach
698 for (size_t j = 0; invalid && j < 32; j++, invalid >>= 1) {
699 if (invalid & 1) {
gic.c 697 uint32_t invalid = ~sc->sc_gic_valid_lines[group]; local in function:armgic_attach
698 for (size_t j = 0; invalid && j < 32; j++, invalid >>= 1) {
699 if (invalid & 1) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
vmm.h 63 nvkm_vmm_pxe_func invalid; member in struct:nvkm_vmm_desc_func

Completed in 45 milliseconds

1 2