Home
last modified time | relevance | path

Searched refs:cld (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/cfgadm_plugins/ccid/common/
H A Dcfga_ccid.c345 if ((cld = calloc(1, sizeof (*cld))) == NULL) { in cfga_list_ext()
350 if (snprintf(cld->ap_log_id, sizeof (cld->ap_log_id), "ccid%d/slot%u", in cfga_list_ext()
352 free(cld); in cfga_list_ext()
357 if (strlcpy(cld->ap_phys_id, ap, sizeof (cld->ap_phys_id)) >= in cfga_list_ext()
359 free(cld); in cfga_list_ext()
364 cld->ap_class[0] = '\0'; in cfga_list_ext()
389 cld->ap_busy = 0; in cfga_list_ext()
391 cfga_ccid_fill_info(&ucs, cld->ap_info, sizeof (cld->ap_info)); in cfga_list_ext()
392 if (strlcpy(cld->ap_type, "icc", sizeof (cld->ap_type)) >= in cfga_list_ext()
394 free(cld); in cfga_list_ext()
[all …]
/illumos-gate/usr/src/uts/intel/ml/
H A Dovbcopy.S65 cld /* nope, copy forwards */
89 cld
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dprivregs.h154 cld; \
181 cld; \
194 cld; \
/illumos-gate/usr/src/boot/forth/
H A Dscreen.4th36 : cld ( -- ) escc [char] J emit ;
39 : clear ( -- ) ho cld ;
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemcpy.S105 cld / reset direction flag to LtoR
136 cld / reset direction flag to LtoR
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_xen.S87 cld
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dnbloader.S66 cld
H A Dasm.S184 cld
244 cld /* Don't know whether or not we need this */
294 cld /* Don't know whether or not we need this */
764 cld
820 cld
1903 cld /* forward copying */
1922 cld
H A Dstart.S287 cld /* sets the copy direction to forward */
H A Dstart_eltorito.S90 cld
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachprivregs.h149 cld; \
/illumos-gate/usr/src/boot/i386/btx/lib/
H A Dbtxcsu.S31 _start: cld
/illumos-gate/usr/src/boot/i386/pxeldr/
H A Dpxeldr.S270 cld # In case anyone depends on this
/illumos-gate/usr/src/boot/i386/btx/btxldr/
H A Dbtxldr.S71 start: cld # String ops inc
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasmacros.h180 cld
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dgptldr.S116 cld # String ops inc
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S364 cld
/illumos-gate/usr/src/uts/i86xpv/sys/
H A Dmachprivregs.h506 cld; \
/illumos-gate/usr/src/boot/i386/libi386/
H A Drelocater_tramp.S86 cld
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dbios_call_src.S69 cld
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S541 cld # In case anyone depends on this
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s64 real_code: cld # String ops inc
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S351 except: cld # String ops inc
476 int_hw: cld # String ops inc
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c2836 uintptr_t cld, sib; in proc_walk_step() local
2846 cld = (uintptr_t)pr.p_child; in proc_walk_step()
2865 if ((wsp->walk_addr = cld) != 0) { in proc_walk_step()
2867 cld, 0) == -1) { in proc_walk_step()
2869 addr, cld); in proc_walk_step()
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c539 print_java_frame(void *cld, prgregset_t gregs, const char *name, int bci, in print_java_frame() argument

12