Searched defs:value (Results 51 - 75 of 1381) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dsetitimer.c19 __setitimer(int which, const struct itimerval *value, argument
22 if (alarm(value->it_value.tv_sec) >= 0)
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlabeltostring.c32 labeltostring(int part, blabel_t *value, int verbose) argument
42 labelfromstring(int part, char *label_string, blabel_t *value) argument
44 bzero(value, sizeof(value));
/illumos-gate/usr/src/common/net/dhcp/
H A Ddhcpinfo.c38 * Fetch a copy of the DHCP-supplied value of the parameter requested
39 * by code in value, and the parameter value length in *vallenp.
43 * B_FALSE If invalid code, or no parameter value.
45 * B_TRUE Valid code which has a parameter value.
46 * *vallenp is set to the parameter value length.
47 * If the parameter value length is less than or
48 * equal to *vallenp, value is set to the parameter
49 * value.
54 void *value, size_
53 dhcp_getinfo_pl(PKT_LIST *pl, uchar_t optcat, uint16_t code, uint16_t optsize, void *value, size_t *vallenp) argument
[all...]
/illumos-gate/usr/src/tools/protocmp/
H A Dstdusers.c90 return (list->value);
97 stdfindbyvalue(int value, const struct stdlist *list) argument
100 if (value == list->value)
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Ddat_strerror.c50 IN DAT_RETURN value,
55 IN DAT_RETURN value,
67 IN DAT_RETURN value,
70 switch (DAT_GET_TYPE(value)) {
186 IN DAT_RETURN value,
189 switch (DAT_GET_SUBTYPE(value)) {
579 IN DAT_RETURN value,
585 * suggesting that the consumer's DAT_RETURN value be used
591 if (DAT_SUCCESS != dat_strerror_major(value, major_message)) {
593 } else if (DAT_SUCCESS != dat_strerror_minor(value, minor_messag
66 dat_strerror_major( IN DAT_RETURN value, OUT const char **message) argument
185 dat_strerror_minor( IN DAT_RETURN value, OUT const char **message) argument
578 dat_strerror( IN DAT_RETURN value, OUT const char **major_message, OUT const char **minor_message) argument
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rx_rd64.h40 * Read a 64-bit value from a DMC register.
148 * Read a 64-bit value from a DMC register.
154 * value Where to put the 64-bit value to be read.
158 * we have to subtract the value DMC right off the bat. DMC
175 * RXDMA_REG_READ64(handle, RX_DMA_CTL_STAT_REG, channel, value);
202 * RXDMA_REG_READ64(handle, RX_DMA_CTL_STAT_REG, channel, value);
226 uint64_t *value)
239 *value = ddi_get64(handle.regh,
242 *value
222 RXDMA_REG_READ64( npi_handle_t handle, uint64_t offset, int channel, uint64_t *value) argument
[all...]
H A Dnpi_rx_wr64.h40 * Write a 64-bit value to a DMC register.
126 * Write a 64-bit value to a DMC register.
132 * value The 64-bit value to write.
136 * we have to subtract the value DMC right off the bat. DMC
153 * RXDMA_REG_WRITE64(handle, RX_DMA_CTL_STAT_REG, channel, value);
180 * RXDMA_REG_WRITE64(handle, RX_DMA_CTL_STAT_REG, channel, value);
204 uint64_t value)
218 (uint64_t *)(handle.regp + (uint32_t)offset), value);
221 (uint64_t *)(handle.regp + offset), value);
200 RXDMA_REG_WRITE64( npi_handle_t handle, uint64_t offset, int channel, uint64_t value) argument
[all...]
H A Dnpi_tx_rd64.h43 * Read a 64-bit value from a DMC register.
49 * value Where to put the 64-bit value to be read.
59 * we have to subtract the value DMC right off the bat. DMC
76 * TXDMA_REG_READ64(handle, TX_CS_REG, channel, &value);
102 * TXDMA_REG_READ64(handle, TX_CS_REG, channel, &value);
126 uint64_t *value)
139 *value = ddi_get64(handle.regh,
142 *value = ddi_get64(handle.regh, (uint64_t *)(handle.regp + offset));
147 name, (uint32_t)offset, *value);
122 TXDMA_REG_READ64( npi_handle_t handle, uint64_t offset, int channel, uint64_t *value) argument
[all...]
H A Dnpi_tx_wr64.h43 * Write a 64-bit value to a DMC register.
49 * value The 64-bit value to write.
59 * we have to subtract the value DMC right off the bat. DMC
76 * TXDMA_REG_WRITE64(handle, TX_CS_REG, channel, value);
102 * TXDMA_REG_WRITE64(handle, TX_CS_REG, channel, value);
126 uint64_t value)
140 (uint64_t *)(handle.regp + (uint32_t)offset), value);
143 (uint64_t *)(handle.regp + offset), value);
148 name, (uint32_t)offset, value);
122 TXDMA_REG_WRITE64( npi_handle_t handle, uint64_t offset, int channel, uint64_t value) argument
[all...]
/illumos-gate/usr/src/lib/krb5/ss/
H A Doptions.c14 long value; member in struct:option
32 return(opt->value);
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcix.c43 pcix_set_cmd_reg(dev_info_t *child, uint16_t value) argument
76 pcix_cmd |= value;
/illumos-gate/usr/src/uts/sparc/zfs/
H A Dspa_boot.c41 char *value; local
47 value = kmem_zalloc(proplen, KM_SLEEP);
48 if (BOP_GETPROP(bootops, propname, value) == -1) {
49 kmem_free(value, proplen);
53 return (value);
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dp_string.c30 * void p_memset(char *buffer, char value, int size)
32 * number of bytes to value.
36 p_memset(char *buffer, char value, int size) argument
39 *buffer++ = value;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwrefresh.c56 int value; local
62 value = clearok(__m_screen->_newscr, TRUE);
64 value = wnoutrefresh(w);
66 if (value == OK)
67 value = doupdate();
69 return __m_return_code("wrefresh", value);
82 int wy, wx, ny, nx, dx, value; local
89 value = (w->_flags & W_IS_PAD) ? ERR : OK;
91 if (value == OK) {
176 return __m_return_code("wnoutrefresh", value);
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetch.c54 int value; local
56 value = wgetch(stdscr);
58 return (value);
66 int value; local
71 value = wgetch(stdscr);
73 return (value);
81 int value; local
86 value = wgetch(w);
88 return (value);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dftok.c56 * otherwise, just fall back and use the value from the stat data
60 uint64_t value; local
63 A_FSID, &value)) == 0)
64 devpiece = value & 0xfff;
H A Dlltostr.c36 * lltostr(value, ptr)
37 * long long value;
41 * into which the decimal representation of "value" is to be
42 * placed as a string. Lltostr converts "value" to decimal and
47 * Lltostr's behavior is undefined if "value" is negative. A single
48 * zero digit is produced if "value" is zero.
59 lltostr(longlong_t value, char *ptr) argument
64 if (!(0xffffffff00000000ULL & value)) {
65 ulong_t t, val = (ulong_t)value;
76 *--ptr = (char)('0' + value
83 ulltostr(u_longlong_t value, char *ptr) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Dsimple_de_ic.c35 mddb_de_ic_t value; local
42 if (mdb_vread(&value, sizeof (mddb_de_ic_t), addr) !=
53 s, (uintptr_t)&value.de_recid - (uintptr_t)&value);
55 mdb_printf("\n\tde_recid: %28#r\n", value.de_recid);
/illumos-gate/usr/src/cmd/sasinfo/
H A DprintAttrs.h42 char *value; member in struct:state_string
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dstrproc.c87 * token=value
89 * extract and return a pointer to the value.
95 * to_upper - True to convert the returned value to upper case.
96 * value - Address of pointer to receive the value string.
99 * On success, *value is updated to point at the value string,
108 const char **value)
133 /* Null value and it's not OK? Make it an error. */
137 *value
107 conv_strproc_extract_value(char *str, size_t token_len, int flags, const char **value) argument
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.h39 unsigned char *value; member in struct:data
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.s236 stdmcdecode(uint64_t physaddr, uint64_t value)
239 value = value; define
308 ! Store long word value at mc regs
310 ! void stdmcdecode(uint64_t physaddr, uint64_t value)
322 wrpr %g0, %o4, %pstate ! restore earlier pstate register value
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbbcio.h45 uint32_t value; /* provided by SSC application SW */ member in struct:ssc_sbbc_regio
46 uint32_t retval; /* return value provided by driver */
/illumos-gate/usr/src/uts/intel/asm/
H A Dbitmap.h51 long value; local
57 : "=r" (value), "=q" (zf)
61 return (zf ? 0 : (value + 1));
67 long value; local
73 : "=r" (value), "=q" (zf)
77 return (zf ? 0 : (value + 1));
83 uint8_t value; local
89 : "+m" (*memory), "=r" (value)
93 return ((uint_t)value);
H A Dbyteorder.h49 htons(uint16_t value) argument
52 __asm__("xchgb %h0, %b0" : "+Q" (value));
54 __asm__("xchgb %h0, %b0" : "+q" (value));
56 return (value);
60 ntohs(uint16_t value) argument
63 __asm__("xchgb %h0, %b0" : "+Q" (value));
65 __asm__("xchgb %h0, %b0" : "+q" (value));
67 return (value);
71 htonl(uint32_t value) argument
73 __asm__("bswap %0" : "+r" (value));
78 ntohl(uint32_t value) argument
86 htonll(uint64_t value) argument
93 ntohll(uint64_t value) argument
102 htonll(uint64_t value) argument
108 ntohll(uint64_t value) argument
[all...]

Completed in 160 milliseconds

1234567891011>>