Searched refs:checked (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dffs.s40 inc %o1 ! bit that will get checked
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.h40 void srpt_ioc_attach_hca(ib_guid_t hca_guid, boolean_t checked);
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/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/lib/libc/i386/gen/
H A D_mul64.s30 / {Overflow is not checked}
/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/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/cmd/allocate/
H A Dmkdevalloc.c1092 int checked; local
1111 checked = 0;
1126 checked = 1;
1135 if (checked)
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_rename.c635 r->txn_stat.checked = TRUE;
660 ASSERT(r->txn_stat.checked);
1257 r->txn_stat.checked? "checked " : "",
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.s120 ! lower-case if they are upper-case, and are checked against
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.s120 ! lower-case if they are upper-case, and are checked against
/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/sun4u/cpu/
H A Dcheetah_copy.s295 * The order in which these limits are checked does matter since each
786 ! already checked longword, must be word aligned
970 ! already checked longword, must be word aligned
1570 * has already disabled kernel preemption and has checked
1880 ! already checked longword, must be word aligned
2515 ! already checked longword, must be word aligned
2675 ! already checked longword, must be word aligned
3302 ! already checked longword, must be word aligned
3469 ! already checked longword, must be word aligned
3567 ! already checked longwor
[all...]
H A Dopl_olympus_copy.s290 * The order in which these limits are checked does matter since each
741 ! already checked longword, must be word aligned
925 ! already checked longword, must be word aligned
1512 * has already disabled kernel preemption and has checked
1812 ! already checked longword, must be word aligned
2438 ! already checked longword, must be word aligned
2598 ! already checked longword, must be word aligned
3216 ! already checked longword, must be word aligned
3383 ! already checked longword, must be word aligned
3481 ! already checked longwor
[all...]
/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
/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/common/util/i386/
H A Dmuldiv.s58 / {Overflow is not checked}
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c2682 Windows8 PF executes clear IGU block on VM initialization. Must be checked for Linux PF.

Completed in 169 milliseconds