/illumos-gate/usr/src/lib/cfgadm_plugins/ccid/common/ |
H A D | cfga_ccid.c | 310 struct cfga_list_data *cld; in cfga_list_ext() local 345 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() 351 ucs.ucs_instance, ucs.ucs_slot) >= sizeof (cld->ap_log_id)) { 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() 358 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() 367 cld->ap_r_state = CFGA_STAT_CONNECTED; in cfga_list_ext() [all …]
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | ovbcopy.S | 65 cld /* nope, copy forwards */ 89 cld
|
/illumos-gate/usr/src/uts/intel/ia32/sys/ |
H A D | privregs.h | 154 cld; \ 181 cld; \ 194 cld; \
|
/illumos-gate/usr/src/boot/forth/ |
H A D | screen.4th | 36 : cld ( -- ) escc [char] J emit ; 39 : clear ( -- ) ho cld ;
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | memcpy.S | 105 cld / reset direction flag to LtoR 136 cld / reset direction flag to LtoR
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_xen.S | 87 cld
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | machprivregs.h | 149 cld; \
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | nbloader.S | 66 cld
|
H A D | asm.S | 184 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 D | start.S | 287 cld /* sets the copy direction to forward */
|
H A D | start_eltorito.S | 90 cld
|
/illumos-gate/usr/src/boot/i386/btx/lib/ |
H A D | btxcsu.S | 31 _start: cld
|
/illumos-gate/usr/src/boot/i386/pxeldr/ |
H A D | pxeldr.S | 270 cld # In case anyone depends on this
|
/illumos-gate/usr/src/boot/i386/btx/btxldr/ |
H A D | btxldr.S | 71 start: cld # String ops inc
|
/illumos-gate/usr/src/boot/i386/gptzfsboot/ |
H A D | gptldr.S | 116 cld # String ops inc
|
/illumos-gate/usr/src/boot/sys/amd64/include/ |
H A D | asmacros.h | 180 cld
|
/illumos-gate/usr/src/grub/grub-0.97/stage1/ |
H A D | stage1.S | 364 cld
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | relocater_tramp.S | 86 cld
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | bios_call_src.S | 69 cld
|
/illumos-gate/usr/src/uts/i86xpv/sys/ |
H A D | machprivregs.h | 506 cld; \
|
/illumos-gate/usr/src/boot/i386/cdboot/ |
H A D | cdboot.S | 541 cld # In case anyone depends on this
|
/illumos-gate/usr/src/boot/i386/pmbr/ |
H A D | pmbr.s | 64 real_code: cld # String ops inc
|
/illumos-gate/usr/src/boot/i386/btx/btx/ |
H A D | btx.S | 351 except: cld # String ops inc 476 int_hw: cld # String ops inc
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 2833 uintptr_t cld, sib; in proc_walk_step() local 2843 cld = (uintptr_t)pr.p_child; in proc_walk_step() 2862 if ((wsp->walk_addr = cld) != 0) { in proc_walk_step() 2864 cld, 0) == -1) { in proc_walk_step() 2866 addr, cld); in proc_walk_step()
|
/illumos-gate/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 539 print_java_frame(void *cld, prgregset_t gregs, const char *name, int bci, in print_java_frame() argument
|