Searched defs:in_str (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_ioctl.c499 char *in_str, local
525 in_str = strchr(line, '=');
526 if (in_str == NULL) {
531 in_str++;
534 tmp_buf_len = strlen(in_str) + 1;
536 (void) strncpy(tmp_buf, in_str, tmp_buf_len);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c388 u8_t in_str[MAX_SEARCHER_IN_STR] = {0}; local
399 *(u32_t *)(&in_str[0]) = HTON32(tuple->src_ip[0]);
400 *(u32_t *)(&in_str[4]) = HTON32(tuple->dst_ip[0]);
401 *(u16_t *)(&in_str[8]) = tuple->src_port;
402 *(u16_t *)(&in_str[10]) = tuple->dst_port;
407 *(u32_t *)(&in_str[0]) = HTON32(tuple->src_ip[0]);
408 *(u32_t *)(&in_str[4]) = HTON32(tuple->src_ip[1]);
409 *(u32_t *)(&in_str[8]) = HTON32(tuple->src_ip[2]);
410 *(u32_t *)(&in_str[12]) = HTON32(tuple->src_ip[3]);
412 *(u32_t *)(&in_str[1
[all...]
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c1342 exotic(const char *in_str) argument
1347 size_t sym_len = strlen(in_str) + 1;
1352 * We will need to modify the symbol (in_str) as we are analyzing it,
1372 s = strcpy(buff, in_str);
/illumos-gate/usr/src/cmd/more/
H A Dmore.c1671 char *in_str; local
1677 in_str = inbuf;
1679 while ((ch = *in_str++) != '\0')
1701 if (*in_str == '%' || *in_str == '!') {
1702 *out_str++ = *in_str++;
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c153 * in_str : Means currently processing ANSI style string.
173 static int in_str = FALSE; variable
710 in_str = TRUE;
739 in_str = FALSE;
795 if (in_str == TRUE) {
808 * in_str stays TRUE until ANSI string ends.
810 if (in_str == TRUE) {
818 in_str = TRUE;
875 if (in_str == TRUE) {
910 if (in_str
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c1539 uint8_t *in_str, uint8_t *out_str)
1556 if ((c_tx_sz = ud_utf82utf16(&in_str[in_index],
1675 uint8_t *in_str, uint8_t *out_str)
1692 comp_id = in_str[0];
1699 if ((in_str[1] == DOT) &&
1701 (in_str[2] == DOT)))) {
1707 if (((in_str[1] << 8 | in_str[2]) == DOT) &&
1709 ((in_str[3] << 8 | in_str[
1538 ud_compress(int32_t in_len, int32_t *out_len, uint8_t *in_str, uint8_t *out_str) argument
1674 ud_uncompress(int32_t in_len, int32_t *out_len, uint8_t *in_str, uint8_t *out_str) argument
[all...]

Completed in 72 milliseconds