/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.bcopy.d | 43 intp = (int *)ptr; 44 ret = (`kmem_flags == *intp) ? 0 : 1; 57 *intp, `kmem_flags);
|
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | disk_link.c | 245 int *intp; in disk_callback_wwn() local 248 &intp) <= 0) { in disk_callback_wwn() 251 targ = *intp; in disk_callback_wwn() 253 &intp) <= 0) { in disk_callback_wwn() 256 lun = *intp; in disk_callback_wwn() 271 int *intp; in disk_callback_fabric() local 288 SCSI_ADDR_PROP_LUN, &intp) > 0) { in disk_callback_fabric() 289 lun = *intp; in disk_callback_fabric() 322 int *intp; in disk_callback_sas() local 335 SCSI_ADDR_PROP_LUN, &intp) > 0)) { in disk_callback_sas() [all …]
|
H A D | sgen_link.c | 86 int *intp; in sgen_callback() local 95 SCSI_ADDR_PROP_LUN, &intp) > 0) { in sgen_callback() 96 lun64 = (uint64_t)*intp; in sgen_callback()
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_prop_decode.c | 57 impl_di_prop_int_from_prom(uchar_t *intp, int n) in impl_di_prop_int_from_prom() argument 62 intp += n; in impl_di_prop_int_from_prom() 64 i = (i << 8) | *(--intp); in impl_di_prop_int_from_prom() 68 i = (i << 8) | *intp++; in impl_di_prop_int_from_prom() 118 int *intp; in di_prop_fm_decode_ints() local 152 if ((intp = malloc(cnt * sizeof (int))) == NULL) { in di_prop_fm_decode_ints() 160 tmp = intp; in di_prop_fm_decode_ints() 168 free(intp); in di_prop_fm_decode_ints() 180 *(int **)data = intp; in di_prop_fm_decode_ints()
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
H A D | serialize.c | 245 krb5_ser_unpack_int32(krb5_int32 *intp, krb5_octet **bufp, size_t *remainp) in krb5_ser_unpack_int32() argument 248 *intp = (((krb5_int32) ((unsigned char) (*bufp)[0]) << 24) | in krb5_ser_unpack_int32() 264 krb5_ser_unpack_int64(krb5_int64 *intp, krb5_octet **bufp, size_t *remainp) in krb5_ser_unpack_int64() argument 267 *intp = load_64_be((unsigned char *)*bufp); in krb5_ser_unpack_int64()
|
/illumos-gate/usr/src/uts/common/exec/intp/ |
H A D | intp.c | 107 char *cp, *linep = idatap->intp; in getintphead() 217 idata.intp = kmem_alloc(INTPSZ, KM_SLEEP); in intpexec() 299 kmem_free(idata.intp, INTPSZ); in intpexec()
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | ddi_arch.c | 294 impl_ddi_prop_int_from_prom(uchar_t *intp, int n) in impl_ddi_prop_int_from_prom() argument 300 intp += n; in impl_ddi_prop_int_from_prom() 302 i = (i << 8) | *(--intp); in impl_ddi_prop_int_from_prom()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 1039 fixup_slotname(int rval, int *intp, struct searcharg *slotarg) in fixup_slotname() argument 1045 char *tmptr = (char *)(intp+1); in fixup_slotname() 1046 DBG(1, ("slot-bitmask: %x \n", *intp)); in fixup_slotname() 1056 if ((*intp >> i) & 1) { in fixup_slotname() 1085 int *intp, rval; in find_slotname() local 1111 din, di_prop_name(solaris_prop), &intp); in find_slotname() 1114 return (fixup_slotname(rval, intp, slotarg)); in find_slotname() 1128 din, di_prom_prop_name(prom_prop), &intp); in find_slotname() 1131 return (fixup_slotname(rval, intp, slotarg)); in find_slotname()
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | ddi_arch.c | 257 impl_ddi_prop_int_from_prom(uchar_t *intp, int n) in impl_ddi_prop_int_from_prom() argument 264 i = (i << 8) | *intp++; in impl_ddi_prop_int_from_prom()
|
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/binarytables/test/ |
H A D | utf8_to_ebcdic_test.c | 91 uint_t *intp; in validate() local 142 intp = (uint_t*)&tmp_buf[0]; \ in validate() 143 *intp = i; \ in validate()
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | ebus.h | 166 #define getprop(dip, name, addr, intp) \ argument 168 (name), (caddr_t)(addr), (intp))
|
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 1150 fixup_slotname(int rval, int *intp, struct searcharg *slotarg) in fixup_slotname() argument 1172 char *tmptr = (char *)(intp+1); in fixup_slotname() 1173 DBG(1, ("slot-bitmask: %x \n", *intp)); in fixup_slotname() 1183 if ((*intp >> i) & 1) { in fixup_slotname() 1212 int *intp, rval; in find_slotname() local 1238 din, di_prop_name(solaris_prop), &intp); in find_slotname() 1241 return (fixup_slotname(rval, intp, slotarg)); in find_slotname() 1255 din, di_prom_prop_name(prom_prop), &intp); in find_slotname() 1258 return (fixup_slotname(rval, intp, slotarg)); in find_slotname()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux6.c | 279 int *intp; in update_hoplimit_ancillary_data() local 286 intp = (int *)(CMSG_DATA(cmsg)); in update_hoplimit_ancillary_data() 287 *intp = hoplimit; in update_hoplimit_ancillary_data()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | exec.c | 1660 stk_copyin(execa_t *uap, uarg_t *args, intpdata_t *intp, void **auxvpp) in stk_copyin() argument 1675 if (intp != NULL && intp->intp_name[0] != NULL) { in stk_copyin() 1679 if (intp->intp_name[i] == NULL) in stk_copyin() 1681 error = stk_add(args, intp->intp_name[i], UIO_SYSSPACE); in stk_copyin() 1684 if (intp->intp_arg[i] != NULL) { in stk_copyin() 1685 error = stk_add(args, intp->intp_arg[i], in stk_copyin() 2002 exec_args(execa_t *uap, uarg_t *args, intpdata_t *intp, void **auxvpp) in exec_args() argument 2054 error = stk_copyin(uap, args, intp, auxvpp); in exec_args()
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus.c | 1690 unsigned *intp; in cardbus_parse_devprop() local 1720 intp = (unsigned *)kmem_alloc( in cardbus_parse_devprop() 1723 if (token_to_dec(token, intp, tl)) in cardbus_parse_devprop() 1726 (caddr_t)intp, tl); in cardbus_parse_devprop() 1728 kmem_free(intp, in cardbus_parse_devprop() 1732 intp = (unsigned *)kmem_alloc( in cardbus_parse_devprop() 1735 if (token_to_hex(token, intp, tl)) in cardbus_parse_devprop() 1739 (caddr_t)intp, tl); in cardbus_parse_devprop() 1741 kmem_free(intp, in cardbus_parse_devprop()
|
/illumos-gate/usr/src/boot/common/ |
H A D | module.c | 1041 int *intp, bestver, blen, clen, ival, modnamelen, reclen; in mod_search_hints() local 1056 intp = (int *)recptr; in mod_search_hints() 1057 reclen = *intp++; in mod_search_hints() 1058 ival = *intp++; in mod_search_hints() 1059 cp = (uchar_t *)intp; in mod_search_hints()
|
/illumos-gate/usr/src/uts/common/exec/shbin/ |
H A D | shbin.c | 223 idata.intp = NULL; in shbinexec()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 259 int32_t *intp; in check_reply6() local 302 intp = (int32_t *)buf; in check_reply6() 856 i * sizeof (int32_t), *intp++); in check_reply6()
|
H A D | ping_aux.c | 220 int32_t *intp; in check_reply() local 275 intp = (int32_t *)buf; in check_reply() 1026 i * sizeof (int32_t), *intp++); in check_reply()
|
/illumos-gate/usr/src/uts/common/exec/java/ |
H A D | java.c | 149 idata.intp = NULL; in javaexec()
|
/illumos-gate/usr/src/lib/scsi/libscsi/common/ |
H A D | scsi_engine.c | 152 scsi_parse_mtbf(const char *envvar, uint_t *intp) in scsi_parse_mtbf() argument 160 *intp = intval; in scsi_parse_mtbf()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_init.c | 330 static int unpack_int32(prof_int32 *intp, unsigned char **bufpp, in unpack_int32() argument 334 *intp = (((prof_int32) (*bufpp)[0] << 24) | in unpack_int32()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ddi_implfuncs.h | 107 extern int impl_ddi_prop_int_from_prom(uchar_t *intp, int n);
|
H A D | exec.h | 168 char *intp; member
|
/illumos-gate/usr/src/lib/scsi/libsmp/common/ |
H A D | smp_engine.c | 251 smp_parse_mtbf(const char *envvar, uint_t *intp) in smp_parse_mtbf() argument 259 *intp = intval; in smp_parse_mtbf()
|