Searched defs:checked (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libresolv/
H A Dres_comp.c65 int len = -1, checked = 0; local
86 checked += n + 1;
105 checked += 2;
111 if (checked >= eomorig - msg)
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_rename.h94 uint_t checked :1; member in struct:md_rendelta_status
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c424 int n, len, checked, l; local
427 checked = 0;
450 checked += l + 1;
469 checked += 2;
475 if (checked >= eom - msg) {
/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c1092 int checked; local
1111 checked = 0;
1126 checked = 1;
1135 if (checked)
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c1186 static int checked = 0; local
1195 if (checked && !recheck) {
1207 checked = 1;
1226 checked = 1;
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c190 * 'checked' indicates no need to lookup the hca in the HCA configuration
194 srpt_ioc_attach_hca(ib_guid_t hca_guid, boolean_t checked) argument
199 if (!checked) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c301 /* set in modifying functions, checked in read_input() */
304 /* set in yacc parser, checked in read_input() */
307 /* set in main(), checked in lex error handler */
310 /* set in exit_func(), checked in read_input() */
319 /* checked in read_input() and other places */
322 /* initialized in do_interactive(), checked in initialize() */
2153 * property that's checked should also satisfy its rules. In the above
2287 * itself, it adds the property that it just checked to the checked_props
2301 * Check if this property has already been checked previously in
2390 * check if the checked pro
2530 char **checked = NULL; local
4023 char **checked = NULL; local
[all...]
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c3156 uint32_t checked = 0, links_up = 0; local
3185 * precedence and should be checked last. This is why we go to the last
3228 if (!linkset_isset(checked, media)) {
3229 linkset_add(&checked, media);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c130 int checked; /* TRUE if already checked for shxndx */ member in struct:__anon140::__anon141
391 * section --- otherwise the section is not checked.
991 state->shxndx.checked = 0;
1045 state->shxndx.checked = 1; /* Note that we've been called */
1130 if ((sym->st_shndx == SHN_XINDEX) && (state->shxndx.checked == 0))
4096 * Because the symbol table is checked to be the same

Completed in 120 milliseconds