Home
last modified time | relevance | path

Searched refs:LABEL (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcpy.S33 #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_0):
[all …]
H A Dstrcmp.S34 #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_0) /* both strings have the same alignment */
[all …]
H A Dmemcmp.S57 #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(1after):
[all …]
H A Dstrlen.S34 #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(exit):
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ep.c384 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, "EP(%p): rds_open_rc_channel " in rds_session_connect()
[all …]
H A Drdsib_cm.c117 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, "SP(%p) EP(%p): " in rds_handle_cm_req()
[all …]
H A Drdsib_buf.c86 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, "MinRnrRetry = %d", MinRnrRetry)
[all …]
H A Drdsib_ib.c358 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, "EP(%p) CQ(%p): ibt_poll_cq " in rds_poll_data_completions()
[all …]
H A Drdsddi.c75 #define LABEL "RDS" macro
210 dprint(2, ("%s: Reopen is not supported: %p", LABEL, q->q_ptr)); in rds_open()
216 dprint(2, ("%s: rds_create failed", LABEL)); in rds_open()
303 dprint(2, ("%s: rds_fanout failed: (0x%x 0x%x %d %d)", LABEL, in rds_deliver_new_msg()
314 dprint(2, ("%s: allocb failed", LABEL)); in rds_deliver_new_msg()
761 dprint(2, ("%s: socket is not bound to a port", LABEL)); in rds_wput_data()
769 dprint(2, ("%s: No message to send", LABEL)); in rds_wput_data()
811 dprint(2, ("%s: rds_sendmsg returned %d", LABEL, ret)); in rds_wput_data()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dregress.sh410 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"
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c44 #define LABEL 1 macro
505 if (str_type == LABEL) { in chip_cleanup_smbios_str()
523 if (str_type == LABEL) in chip_cleanup_smbios_str()
556 label, LABEL); in chip_label_smbios_get()
613 clean_label = chip_cleanup_smbios_str(mod, buf, LABEL); in chip_label_smbios_get()
/illumos-gate/usr/src/tools/scripts/
H A Dnightly167 LABEL=$1
185 echo "\n==== Building OS-Net source at `date` ($LABEL) ====\n" \
193 echo "\n==== Build errors ($LABEL) ====\n" >> $mail_msg_file
214 echo "\n==== Build warnings ($LABEL) ====\n" >>$mail_msg_file
227 echo "\n==== Ended OS-Net source build at `date` ($LABEL) ====\n" \
230 echo "\n==== Elapsed build time ($LABEL) ====\n" >>$mail_msg_file
289 echo "\n==== Build noise differences ($LABEL) ====\n" \
307 echo "\n==== Crypto module signing errors ($LABEL) ====\n" \
321 echo "\n==== Creating $LABEL packages at `date` ====\n" \
332 echo "\n==== package build errors ($LABEL) ====\n" \
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_debug.h37 #define LABEL "RDS" macro
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_debug.h36 #define LABEL "RDSV3" macro
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_004_pos.ksh55 ubs=$(zdb -lu $DEV_RDSKDIR/${DISK[1]}s0 | grep -e LABEL -e Uberblock -e 'labels = ')
/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h118 LABEL, /* : */ enumerator
H A Dcompile.c115 {':', 0, LABEL},
301 case LABEL: /* : */ in compile_stream()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_impl.h85 #define LABEL 1 macro
H A Dx86pi_subr.c646 if (str_type == LABEL) { in x86pi_cleanup_smbios_str()
664 if (str_type == LABEL) in x86pi_cleanup_smbios_str()
/illumos-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_v8plus.s94 ! 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 Dmont_mulf_v9.s129 ! 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 Dmont_mulf_kernel_v9.S162 ! OFFSET SOURCE LINE LABEL INSTRUCTION
250 ! OFFSET SOURCE LINE LABEL INSTRUCTION
314 ! OFFSET SOURCE LINE LABEL INSTRUCTION
515 ! OFFSET SOURCE LINE LABEL INSTRUCTION
650 ! OFFSET SOURCE LINE LABEL INSTRUCTION
863 ! OFFSET SOURCE LINE LABEL INSTRUCTION
1144 ! OFFSET SOURCE LINE LABEL INSTRUCTION
1400 ! OFFSET SOURCE LINE LABEL INSTRUCTION
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h1902 #define IBCM_PRINT_IP(LABEL, IP_ADDR) \ argument
1904 ibcm_ip_print(LABEL, IP_ADDR); \
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_cm.c920 RDSV3_DPRINTF2(LABEL, "Path not found (0x%x 0x%x)", in rdsv3_ib_conn_connect()
/illumos-gate/usr/src/common/crypto/des/sun4u/
H A Ddes_crypt_asm.s2251 ! OFFSET SOURCE LINE LABEL INSTRUCTION

12