Searched refs:val (Results 276 - 300 of 1883) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/common/net/wanboot/
H A Dp12aux.h55 #define sk_EVP_PKEY_push(st, val) SKM_sk_push(EVP_PKEY, (st), (val))
56 #define sk_EVP_PKEY_find(st, val) SKM_sk_find(EVP_PKEY, (st), (val))
59 #define sk_EVP_PKEY_insert(st, val, i) SKM_sk_insert(EVP_PKEY, (st), (val), (i))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c1296 sprintf(get_line(0, 0), " len = %u val = %s",
2207 uchar_t val = (*wp) >> (byte_num * 8); local
2212 sprintf(buf, "%s 0x%02x ", prefix, val);
2215 if (val & (1 << bit)) {
3370 sprintf(get_line(0, 0), "Delegate Type = %s (val = %d)",
3472 sprintf(get_line(0, 0), " len = %u val = %s ",
3483 sprintf(get_line(0, 0), " len = %u val = %s ",
3980 static bitmap4 val; local
3982 if (!xdr_bitmap4(xdr, &val))
3985 detail_attr_bitmap("\t", &val, NUL
3992 nfs_ftype4 val; local
4002 fattr4_fh_expire_type val; local
4046 changeid4 val; local
4057 uint64_t val; local
4067 bool_t val; local
4078 bool_t val; local
4089 bool_t val; local
4100 fsid4 val; local
4111 bool_t val; local
4122 uint32_t val; local
4132 nfsstat4 val; local
4143 static fattr4_acl val; local
4236 fattr4_aclsupport val; local
4253 bool_t val; local
4264 bool_t val; local
4275 bool_t val; local
4286 bool_t val; local
4297 bool_t val; local
4308 static nfs_fh4 val; local
4319 uint64_t val; local
4329 uint64_t val; local
4339 uint64_t val; local
4349 uint64_t val; local
4359 uint64_t val; local
4381 static fs_locations4 val; local
4396 bool_t val; local
4407 bool_t val; local
4418 uint64_t val; local
4428 uint32_t val; local
4438 uint32_t val; local
4448 uint64_t val; local
4458 uint64_t val; local
4469 static utf8string val; local
4480 mode4 val; local
4490 bool_t val; local
4501 uint32_t val; local
4511 static utf8string val; local
4522 static utf8string val; local
4533 uint64_t val; local
4543 uint64_t val; local
4553 uint64_t val; local
4563 specdata4 val; local
4574 uint64_t val; local
4584 uint64_t val; local
4594 uint64_t val; local
4604 uint64_t val; local
4614 bool_t val; local
4625 nfstime4 val; local
4636 settime4 val; local
4653 nfstime4 val; local
4664 nfstime4 val; local
4675 nfstime4 val; local
4686 nfstime4 val; local
4697 nfstime4 val; local
4708 settime4 val; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h55 (asn1buf *buf, asn1_intmax val, unsigned int *retlen);
57 (asn1buf *buf, asn1_intmax val, unsigned int *retlen);
60 effects Inserts the encoding of val into *buf and returns
66 (asn1buf *buf, long val, unsigned int *retlen);
69 (asn1buf *buf, asn1_uintmax val,
73 effects Inserts the encoding of val into *buf and returns
80 unsigned int len, const void *val,
84 effects Inserts the encoding of val into *buf and returns
92 unsigned int len, const asn1_octet *val,
96 effects Inserts the encoding of val int
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_provider_builtin.c167 directory_values_rpc *val; local
176 val = &llvals[j];
182 val->found = FALSE;
186 de = str_list_dav(val, &wksid->winname, 1);
190 de = uint_list_dav(val, &wksid->pid, 1);
195 de = uint_list_dav(val, &wksid->pid, 1);
199 de = str_list_dav(val, &wksid->winname, 1);
214 de = str_list_dav(val, &cdn, 1);
224 de = str_list_dav(val, objectClasses,
231 de = str_list_dav(val, objectClasse
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dfunctions.sh267 trap 'val=false' ERR
268 val=true
270 if [[ $val != false ]]
278 val=true
280 if [[ $val != true ]]
288 val=true
290 if [[ $val != false ]]
305 typeset val
306 val=$(export | grep "^$1=")
307 print ${val#"
[all...]
/illumos-gate/usr/src/lib/passwdutil/
H A Dutils.c155 int val = -1; /* -1 is a guard to catch undefined values */ local
158 val = atoi(p);
160 return (val >= 0 ? val : defvalue);
210 int val; local
214 val = defvalue;
216 val = def_getuint(name, defvalue, defp);
220 return (val);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c90 #define yylex(U, P) mylex (&(U)->val, (P))
99 typedef union { int val; } YYSTYPE; member in union:__anon2529
784 { yyval.val = - yyvsp[0].val; ;
788 { yyval.val = yyvsp[0].val; ;
796 { DO (yyvsp[-2].val, 0, 0, yyvsp[0].val); ;
800 { DO ( 0, yyvsp[-2].val, 0, yyvsp[0].val); ;
[all...]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_loc.c198 nwam_value_t val = NULL; local
213 if ((err = nwam_value_create_uint64(NWAM_ACTIVATION_MODE_MANUAL, &val))
218 NWAM_LOC_PROP_ACTIVATION_MODE, val)) != NWAM_SUCCESS) {
221 nwam_value_free(val);
222 val = NULL;
227 if ((err = nwam_value_create_boolean(B_FALSE, &val)) != NWAM_SUCCESS)
230 NWAM_LOC_PROP_ENABLED, val)) != NWAM_SUCCESS)
232 nwam_value_free(val);
233 val = NULL;
239 if ((err = nwam_value_create_uint64(NWAM_NAMESERVICES_DNS, &val)) !
653 nwam_value_t val; local
722 nwam_value_t val; local
960 nwam_value_t val; local
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c191 * val 16 bit integer.
195 dst_s_put_int16(u_int8_t *buf, const u_int16_t val) argument
197 buf[0] = (u_int8_t)(val >> 8);
198 buf[1] = (u_int8_t)(val);
209 * val 32 bit integer.
213 dst_s_put_int32(u_int8_t *buf, const u_int32_t val) argument
215 buf[0] = (u_int8_t)(val >> 24);
216 buf[1] = (u_int8_t)(val >> 16);
217 buf[2] = (u_int8_t)(val >> 8);
218 buf[3] = (u_int8_t)(val);
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dmodel.h143 #define STRUCT_FSET(handle, field, val) \
145 ((handle).ptr.m32->field = (val)) : \
146 ((handle).ptr.m64->field = (val)))
148 #define STRUCT_FSETP(handle, field, val) \
150 (void) ((handle).ptr.m32->field = (caddr32_t)(val)) : \
151 (void) ((handle).ptr.m64->field = (val)))
197 #define STRUCT_FSET(handle, field, val) ((handle).ptr->field = (val))
/illumos-gate/usr/src/uts/common/io/audio/drv/audio810/
H A Daudio810.h231 #define I810_BM_PUT8(reg, val) \
233 (void *)((char *)statep->bm_regs_base + (reg)), (val))
235 #define I810_BM_PUT16(reg, val) \
237 (void *)((char *)statep->bm_regs_base + (reg)), (val))
239 #define I810_BM_PUT32(reg, val) \
241 (void *)((char *)statep->bm_regs_base + (reg)), (val))
247 #define I810_AM_PUT16(reg, val) \
249 (void *)((char *)statep->am_regs_base + (reg)), (val))
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmdeg.h50 uint64_t val; member in union:__anon10353::__anon10354
56 #define ps_val _p.val
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_csr.h43 #define CSR_XS(base, off, val) \
44 ((*(volatile uint64_t *)((base) + ((off)))) = (val))
46 #define CSRA_XS(base, off, index, val) \
47 ((*(volatile uint64_t *)((base) + ((off) + ((index) * 8)))) = (val))
58 #define CSR_FS(base, off, bit, val) \
62 (off ## _ ## bit))) | (((uint64_t)(val)) << (off ## _ ## bit))))
64 #define CSRA_FS(base, off, index, bit, val) \
68 (off ## _ ## bit))) | (((uint64_t)(val)) << (off ## _ ## bit))))
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.h140 int val; /* value returned by getstatus() */ member in struct:__anon802
189 short val; /* and its termio.h value */ member in struct:__anon803
/illumos-gate/usr/src/uts/common/sys/
H A Dmodel.h134 #define STRUCT_FSET(handle, field, val) \
136 ((handle).ptr.m32->field = (val)) : \
137 ((handle).ptr.m64->field = (val)))
139 #define STRUCT_FSETP(handle, field, val) \
141 (void) ((handle).ptr.m32->field = (caddr32_t)(uintptr_t)(val)) : \
142 (void) ((handle).ptr.m64->field = (val)))
187 #define STRUCT_FSET(handle, field, val) ((handle).ptr->field = (val))
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dsema.c35 ksema_init(ksema_t *sem, uint32_t val, argument
38 (void) _lwp_sema_init(sem, val);
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.h44 s32 ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val);
45 s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dreloc_elf.c81 Elf64_Addr *where, val;
124 val = addr + addend;
125 *where = val;
129 val = addr;
130 *where = val;
139 Elf_Addr addend, addr, *where, val;
186 val = addr + addend;
187 *where = val;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_er.c85 u32_t val; local
91 val = REG_RD(pdev, MISC_REG_AEU_GENERAL_MASK);
92 val &= ~(MISC_AEU_GENERAL_MASK_REG_AEU_PXP_CLOSE_MASK |
94 REG_WR(pdev, MISC_REG_AEU_GENERAL_MASK, val);
101 u32_t val, enable_bit; local
112 val = REG_RD(pdev, IGU_REG_BLOCK_CONFIGURATION);
113 close_g8? RESET_FLAGS(val, IGU_BLOCK_CONFIGURATION_REG_BLOCK_ENABLE) :
114 SET_FLAGS(val, IGU_BLOCK_CONFIGURATION_REG_BLOCK_ENABLE);
116 REG_WR(pdev, IGU_REG_BLOCK_CONFIGURATION, val);
470 u32_t val; local
[all...]
H A Dlm_hw_attn.c142 u32_t val = 0; local
177 val = PXP2_PXP2_INT_MASK_0_REG_PGL_CPL_AFT |
182 val |= PXP2_PXP2_INT_MASK_0_REG_PGL_READ_BLOCKED |
185 REG_WR(pdev, PXP2_REG_PXP2_INT_MASK_0, val);
211 u32_t val = 0; local
439 val = MASK_VALUE_GENERATE(mask_value);
441 REG_WR(pdev, offset, val );
527 u32_t val = 0; local
596 val = REG_RD(pdev, MISC_REG_GRC_TIMEOUT_ATTN);
597 addr = GRC_TIMEOUT_MASK_ADDRESS(val);
873 u32_t val = 0; local
1010 u32_t val, valc; local
1028 u32_t val = REG_RD(pdev,PXP_REG_PXP_INT_STS_0); local
1051 u32_t val = 0; local
1105 u32_t val = 0; local
1125 u32_t val = 0; local
1171 u32_t val = 0; local
1285 u32_t val = 0; local
1564 u32_t val = 0; local
1681 u32_t val = 0; local
1791 u32_t val,valc; local
1817 u32_t val = 0; local
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsem.h98 int val; /* value for SETVAL */ member in union:semun
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsemsys.c56 semid, semnum, cmd, arg->val));
84 int semnum, val; local
97 val = va_arg(ap, int);
101 return (_syscall(SYS_semsys, SEMCTL, semid, semnum, cmd, val));
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_prop.c215 char *val; local
217 val = ndmpd_get_prop(id);
218 if (val) {
219 if (strcasecmp(val, "yes") == 0)
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioRawPipe.h59 AudioError SetOffset(off_t val); // set offset
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioRawPipe.cc133 SetOffset(off_t val) argument
149 if ((err = seekread(GetHeader().Bytes_to_Time(val), setting))
156 if (setting != val) {
161 offset = val;

Completed in 407 milliseconds

<<11121314151617181920>>