/titanic_51/usr/src/lib/libc/amd64/gen/ |
H A D | strcpy.s | 33 #define LABEL(s) .strcpy/**/s macro 38 jz LABEL(strncpy_exitz) 55 jnz LABEL(less16bytes) /* null char found in first 16 bytes examined */ 62 jle LABEL(less16bytes) 68 jz LABEL(ashr_0) /* src and dest are both 16 byte aligned */ 76 jnz LABEL(less32bytes) /* null char found in first 32 bytes examined */ 83 jbe LABEL(less32bytes_strncpy_truncation) 125 jz LABEL(ashr_0) 137 lea LABEL(unaligned_table)(%rip), %r11 147 LABEL(ashr_ [all...] |
H A D | strcmp.s | 34 #define LABEL(s) .strcmp/**/s macro 45 jb LABEL(strcmp_exitz); \ 47 je LABEL(strcmp_exitz); \ 59 je LABEL(strcmp_exitz) 69 ja LABEL(crosscache) /* rsi: 16-byte load will cross cache line */ 71 ja LABEL(crosscache) /* rdi: 16-byte load will cross cache line */ 82 jnz LABEL(less16bytes) /* If not, found mismatch or null char */ 85 jbe LABEL(strcmp_exitz) /* finish comparision */ 96 LABEL(crosscache): 104 je LABEL(ashr_ [all...] |
H A D | memcmp.s | 57 #define LABEL(s) .memcmp/**/s macro 61 LABEL(try1): 63 jae LABEL(1after) 65 LABEL(1): /* 1-byte */ 68 jz LABEL(exit) 70 LABEL(1loop): 74 jnz LABEL(exit) 81 jnz LABEL(1loop) 83 LABEL(exit): 89 LABEL( [all...] |
H A D | strlen.s | 34 #define LABEL(s) .strlen/**/s macro 45 jz LABEL(align16_loop) /* string is 16 byte aligned */ 52 LABEL(unalign16): 61 jnz LABEL(exit) 66 LABEL(align16_loop): /* 16 byte aligned */ 72 jnz LABEL(exit) /* found a null */ 78 jnz LABEL(exit) 84 jnz LABEL(exit) 90 jz LABEL(align16_loop) 93 LABEL(exi [all...] |
/titanic_51/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_ep.c | 384 RDS_DPRINTF2(LABEL, "EP(%p): rds_init_send_pool failed: %d", in rds_ep_init() 392 RDS_DPRINTF2(LABEL, "EP(%p): rds_init_recv_pool failed: %d", in rds_ep_init() 487 RDS_DPRINTF2(LABEL, "SP(%p): Ctrl EP(%p) initialization " in rds_session_init() 492 RDS_DPRINTF2(LABEL, "SP(%p) Control EP(%p)", sp, &sp->session_ctrlep); in rds_session_init() 497 RDS_DPRINTF2(LABEL, "SP(%p): Data EP(%p) initialization " in rds_session_init() 507 RDS_DPRINTF2(LABEL, "SP(%p) Data EP(%p)", sp, &sp->session_dataep); in rds_session_init() 637 RDS_DPRINTF2(LABEL, "EP(%p): rds_open_rc_channel " in rds_session_connect() 643 RDS_DPRINTF2(LABEL, "SP(%p) Data EP(%p) is in " in rds_session_connect() 649 RDS_DPRINTF3(LABEL, "SP(%p) EP(%p): Data channel is connected", in rds_session_connect() 660 RDS_DPRINTF2(LABEL, "E in rds_session_connect() [all...] |
H A D | rdsib_cm.c | 117 RDS_DPRINTF2(LABEL, "REQ Received: From: %llx:%llx To: %llx:%llx", in rds_handle_cm_req() 142 RDS_DPRINTF2(LABEL, "Version Mismatch: Local version: %d " in rds_handle_cm_req() 150 RDS_DPRINTF2(LABEL, "Unsupported Address Family: " in rds_handle_cm_req() 157 RDS_DPRINTF2(LABEL, "ARCH does not match (%d != %d)", in rds_handle_cm_req() 164 RDS_DPRINTF2(LABEL, "Unknown Channel type: %d", cmp.cmp_eptype); in rds_handle_cm_req() 170 RDS_DPRINTF2(LABEL, in rds_handle_cm_req() 237 RDS_DPRINTF2(LABEL, "SP(%p) state: %d", sp, sp->session_state); in rds_handle_cm_req() 243 RDS_DPRINTF2(LABEL, "STALE Session Detected SP(%p)", sp); in rds_handle_cm_req() 386 RDS_DPRINTF2(LABEL, "ERROR: SP(%p) is in an unexpected " in rds_handle_cm_req() 417 RDS_DPRINTF2(LABEL, "S in rds_handle_cm_req() [all...] |
H A D | rdsib_buf.c | 86 RDS_DPRINTF3(LABEL, "MaxNodes = %d", MaxNodes); \ 87 RDS_DPRINTF3(LABEL, "UserBufferSize = %d", UserBufferSize); \ 88 RDS_DPRINTF3(LABEL, "RdsPktSize = %d", RdsPktSize); \ 89 RDS_DPRINTF3(LABEL, "MaxDataSendBuffers = %d", MaxDataSendBuffers); \ 90 RDS_DPRINTF3(LABEL, "MaxDataRecvBuffers = %d", MaxDataRecvBuffers); \ 91 RDS_DPRINTF3(LABEL, "MaxCtrlSendBuffers = %d", MaxCtrlSendBuffers); \ 92 RDS_DPRINTF3(LABEL, "MaxCtrlRecvBuffers = %d", MaxCtrlRecvBuffers); \ 93 RDS_DPRINTF3(LABEL, "DataRecvBufferLWM = %d", DataRecvBufferLWM); \ 94 RDS_DPRINTF3(LABEL, "PendingRxPktsHWM = %d", PendingRxPktsHWM); \ 95 RDS_DPRINTF3(LABEL, "MinRnrRetr [all...] |
H A D | rdsib_ib.c | 358 RDS_DPRINTF3(LABEL, "Open HCA: 0x%llx", guidp[ix]); in rdsib_initialize_ib() 640 RDS_DPRINTF2(LABEL, "EP(%p) CQ(%p): ibt_poll_cq " in rds_poll_ctrl_completions() 643 RDS_DPRINTF5(LABEL, "EP(%p) CQ(%p): ibt_poll_cq " in rds_poll_ctrl_completions() 682 RDS_DPRINTF2(LABEL, "ddi_taskq_dispatch failed: %d", in rds_poll_ctrl_completions() 772 RDS_DPRINTF2(LABEL, "EP(%p): No Recv buffers available", ep); in rds_post_recv_buf() 777 RDS_DPRINTF2(LABEL, "ddi_taskq_dispatch failed: %d", in rds_post_recv_buf() 787 RDS_DPRINTF2(LABEL, "EP(%p): Recv buffers " in rds_post_recv_buf() 822 RDS_DPRINTF2(LABEL, "ibt_post_recv for %d WRs failed: " in rds_post_recv_buf() 885 RDS_DPRINTF2(LABEL, "EP(%p) CQ(%p): ibt_poll_cq " in rds_poll_data_completions() 888 RDS_DPRINTF5(LABEL, "E in rds_poll_data_completions() [all...] |
H A D | rdsddi.c | 71 #define LABEL "RDS" macro 206 dprint(2, ("%s: Reopen is not supported: %p", LABEL, q->q_ptr)); in rds_open() 212 dprint(2, ("%s: rds_create failed", LABEL)); in rds_open() 298 dprint(2, ("%s: rds_fanout failed: (0x%x 0x%x %d %d)", LABEL, in rds_deliver_new_msg() 309 dprint(2, ("%s: allocb failed", LABEL)); in rds_deliver_new_msg() 756 dprint(2, ("%s: socket is not bound to a port", LABEL)); in rds_wput_data() 764 dprint(2, ("%s: No message to send", LABEL)); in rds_wput_data() 806 dprint(2, ("%s: rds_sendmsg returned %d", LABEL, ret)); in rds_wput_data()
|
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | regress.sh | 410 then LABEL=$TEST#$COUNT 412 LABEL=$TEST:$ITEM 443 then print -nu2 "$LABEL" 458 then print -nu2 "$LABEL" 463 then print -nu2 "$LABEL" 470 then print -nu2 "$LABEL" 476 then print -nu2 "$LABEL" 486 then print -nu2 "$LABEL" 494 then print -nu2 "$LABEL" 502 then print -nu2 "$LABEL" [all...] |
/titanic_51/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_smbios.c | 44 #define LABEL 1 macro 464 if (str_type == LABEL) { in chip_cleanup_smbios_str() 482 if (str_type == LABEL) in chip_cleanup_smbios_str() 515 label, LABEL); in chip_label_smbios_get() 572 clean_label = chip_cleanup_smbios_str(mod, buf, LABEL); in chip_label_smbios_get()
|
/titanic_51/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_ioboard.c | 40 #define LABEL FRUNAME "#%d" macro 41 #define IOBDFRU "hc:///component=" LABEL 209 (void) snprintf(label, sizeof (label), LABEL, inst); in opl_iob_node_create()
|
/titanic_51/usr/src/tools/scripts/ |
H A D | nightly.sh | 171 LABEL=$1 189 echo "\n==== Building OS-Net source at `date` ($LABEL) ====\n" \ 197 echo "\n==== Build errors ($LABEL) ====\n" >> $mail_msg_file 215 echo "\n==== Build warnings ($LABEL) ====\n" >>$mail_msg_file 228 echo "\n==== Ended OS-Net source build at `date` ($LABEL) ====\n" \ 231 echo "\n==== Elapsed build time ($LABEL) ====\n" >>$mail_msg_file 292 echo "\n==== Build noise differences ($LABEL) ====\n" \ 310 echo "\n==== Crypto module signing errors ($LABEL) ====\n" \ 324 echo "\n==== Creating $LABEL packages at `date` ====\n" \ 335 echo "\n==== package build errors ($LABEL) ====\n" \ [all …]
|
H A D | nightly | 163 # usage: build LABEL SUFFIX ND MULTIPROTO 164 # - LABEL is used to tag build output. 172 LABEL=$1 190 echo "\n==== Building OS-Net source at `date` ($LABEL) ====\n" \ 198 echo "\n==== Build errors ($LABEL) ====\n" >> $mail_msg_file 216 echo "\n==== Build warnings ($LABEL) ====\n" >>$mail_msg_file 229 echo "\n==== Ended OS-Net source build at `date` ($LABEL) ====\n" \ 232 echo "\n==== Elapsed build time ($LABEL) ====\n" >>$mail_msg_file 293 echo "\n==== Build noise differences ($LABEL) ====\n" \ 311 echo "\n==== Crypto module signing errors ($LABEL) [all...] |
/titanic_51/usr/src/uts/common/sys/ib/clients/rds/ |
H A D | rdsib_debug.h | 35 #define LABEL "RDS" macro
|
/titanic_51/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | rdsv3_debug.h | 32 #define LABEL "RDSV3" macro
|
/titanic_51/usr/src/cmd/sed/ |
H A D | defs.h | 118 LABEL, /* : */ enumerator
|
H A D | compile.c | 115 {':', 0, LABEL}, 301 case LABEL: /* : */ in compile_stream()
|
/titanic_51/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_impl.h | 85 #define LABEL 1 macro
|
H A D | x86pi_subr.c | 646 if (str_type == LABEL) { in x86pi_cleanup_smbios_str() 664 if (str_type == LABEL) in x86pi_cleanup_smbios_str()
|
/titanic_51/usr/src/common/bignum/sun4u/ |
H A D | mont_mulf_v8plus.s | 94 ! OFFSET SOURCE LINE LABEL INSTRUCTION 332 ! OFFSET SOURCE LINE LABEL INSTRUCTION 443 ! OFFSET SOURCE LINE LABEL INSTRUCTION 562 ! OFFSET SOURCE LINE LABEL INSTRUCTION 801 ! OFFSET SOURCE LINE LABEL INSTRUCTION 949 ! OFFSET SOURCE LINE LABEL INSTRUCTION
|
H A D | mont_mulf_v9.s | 129 ! OFFSET SOURCE LINE LABEL INSTRUCTION 217 ! OFFSET SOURCE LINE LABEL INSTRUCTION 541 ! OFFSET SOURCE LINE LABEL INSTRUCTION 659 ! OFFSET SOURCE LINE LABEL INSTRUCTION 880 ! OFFSET SOURCE LINE LABEL INSTRUCTION 1261 ! OFFSET SOURCE LINE LABEL INSTRUCTION 1415 ! OFFSET SOURCE LINE LABEL INSTRUCTION
|
H A D | mont_mulf_kernel_v9.s | 199 ! OFFSET SOURCE LINE LABEL INSTRUCTION 287 ! OFFSET SOURCE LINE LABEL INSTRUCTION 351 ! OFFSET SOURCE LINE LABEL INSTRUCTION 552 ! OFFSET SOURCE LINE LABEL INSTRUCTION 687 ! OFFSET SOURCE LINE LABEL INSTRUCTION 900 ! OFFSET SOURCE LINE LABEL INSTRUCTION 1181 ! OFFSET SOURCE LINE LABEL INSTRUCTION 1437 ! OFFSET SOURCE LINE LABEL INSTRUCTION
|
/titanic_51/usr/src/uts/common/sys/ib/mgt/ibcm/ |
H A D | ibcm_impl.h | 1902 #define IBCM_PRINT_IP(LABEL, IP_ADDR) \ argument 1904 ibcm_ip_print(LABEL, IP_ADDR); \
|
/titanic_51/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_cm.c | 920 RDSV3_DPRINTF2(LABEL, "Path not found (0x%x 0x%x)", in rdsv3_ib_conn_connect()
|