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

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrlen.s34 #define LABEL(s) .strlen/**/s define
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...]
H A Dstrcpy.s33 #define LABEL(s) .strcpy/**/s define
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 Dmemcmp.s57 #define LABEL(s) .memcmp/**/s define
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 Dstrcmp.s34 #define LABEL(s) .strcmp/**/s define
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...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_debug.h35 #define LABEL "RDS" macro
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
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, "MinRnrRetr
[all...]
H A Drdsib_ep.c384 RDS_DPRINTF2(LABEL, "EP(%p): rds_init_send_pool failed: %d",
392 RDS_DPRINTF2(LABEL, "EP(%p): rds_init_recv_pool failed: %d",
487 RDS_DPRINTF2(LABEL, "SP(%p): Ctrl EP(%p) initialization "
492 RDS_DPRINTF2(LABEL, "SP(%p) Control EP(%p)", sp, &sp->session_ctrlep);
497 RDS_DPRINTF2(LABEL, "SP(%p): Data EP(%p) initialization "
507 RDS_DPRINTF2(LABEL, "SP(%p) Data EP(%p)", sp, &sp->session_dataep);
637 RDS_DPRINTF2(LABEL, "EP(%p): rds_open_rc_channel "
643 RDS_DPRINTF2(LABEL, "SP(%p) Data EP(%p) is in "
649 RDS_DPRINTF3(LABEL, "SP(%p) EP(%p): Data channel is connected",
660 RDS_DPRINTF2(LABEL, "E
[all...]
H A Drdsib_cm.c117 RDS_DPRINTF2(LABEL, "REQ Received: From: %llx:%llx To: %llx:%llx",
142 RDS_DPRINTF2(LABEL, "Version Mismatch: Local version: %d "
150 RDS_DPRINTF2(LABEL, "Unsupported Address Family: "
157 RDS_DPRINTF2(LABEL, "ARCH does not match (%d != %d)",
164 RDS_DPRINTF2(LABEL, "Unknown Channel type: %d", cmp.cmp_eptype);
170 RDS_DPRINTF2(LABEL,
237 RDS_DPRINTF2(LABEL, "SP(%p) state: %d", sp, sp->session_state);
243 RDS_DPRINTF2(LABEL, "STALE Session Detected SP(%p)", sp);
386 RDS_DPRINTF2(LABEL, "ERROR: SP(%p) is in an unexpected "
417 RDS_DPRINTF2(LABEL, "S
[all...]
H A Drdsib_ib.c358 RDS_DPRINTF3(LABEL, "Open HCA: 0x%llx", guidp[ix]);
640 RDS_DPRINTF2(LABEL, "EP(%p) CQ(%p): ibt_poll_cq "
643 RDS_DPRINTF5(LABEL, "EP(%p) CQ(%p): ibt_poll_cq "
682 RDS_DPRINTF2(LABEL, "ddi_taskq_dispatch failed: %d",
772 RDS_DPRINTF2(LABEL, "EP(%p): No Recv buffers available", ep);
777 RDS_DPRINTF2(LABEL, "ddi_taskq_dispatch failed: %d",
787 RDS_DPRINTF2(LABEL, "EP(%p): Recv buffers "
822 RDS_DPRINTF2(LABEL, "ibt_post_recv for %d WRs failed: "
885 RDS_DPRINTF2(LABEL, "EP(%p) CQ(%p): ibt_poll_cq "
888 RDS_DPRINTF5(LABEL, "E
[all...]
H A Drdsddi.c71 #define LABEL "RDS" macro
206 dprint(2, ("%s: Reopen is not supported: %p", LABEL, q->q_ptr));
212 dprint(2, ("%s: rds_create failed", LABEL));
298 dprint(2, ("%s: rds_fanout failed: (0x%x 0x%x %d %d)", LABEL,
309 dprint(2, ("%s: allocb failed", LABEL));
756 dprint(2, ("%s: socket is not bound to a port", LABEL));
764 dprint(2, ("%s: No message to send", LABEL));
806 dprint(2, ("%s: rds_sendmsg returned %d", LABEL, ret));
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_debug.h32 #define LABEL "RDSV3" macro
/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h118 LABEL, /* : */ enumerator in enum:e_args
H A Dcompile.c115 {':', 0, LABEL},
301 case LABEL: /* : */
/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) {
664 if (str_type == LABEL)
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_ioboard.c40 #define LABEL FRUNAME "#%d" macro
41 #define IOBDFRU "hc:///component=" LABEL
209 (void) snprintf(label, sizeof (label), LABEL, inst);
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c44 #define LABEL 1 macro
464 if (str_type == LABEL) {
482 if (str_type == LABEL)
515 label, LABEL);
572 clean_label = chip_cleanup_smbios_str(mod, buf, LABEL);
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh162 # usage: build LABEL SUFFIX ND MULTIPROTO
163 # - LABEL is used to tag build output.
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)
[all...]
/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_kernel_v9.s199 ! 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
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
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h1902 #define IBCM_PRINT_IP(LABEL, IP_ADDR) \
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)",
/illumos-gate/usr/src/common/crypto/des/sun4u/
H A Ddes_crypt_asm.s2251 ! OFFSET SOURCE LINE LABEL INSTRUCTION
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex5973 % LABEL-title being set to a magic string.
6431 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
6674 % xref label, in the form LABEL-title, which is how we save it in the

Completed in 214 milliseconds