Home
last modified time | relevance | path

Searched refs:csip (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c1517 struct ldap_io_fns *iofns = csip->csi_ld->ld_io_fns_ptr;
1519 return( iofns->liof_read( csip->csi_socket, buf, len ));
1528 struct ldap_io_fns *iofns = csip->csi_ld->ld_io_fns_ptr;
1539 struct ldap_io_fns *iofns = csip->csi_ld->ld_io_fns_ptr;
1555 LDAP_SET_ERRNO( csip->csi_ld, EINVAL );
1715 NSLDAPICompatSocketInfo *csip; local
1725 csip->csi_socket = s;
1726 csip->csi_ld = defcsip->csi_ld;
1727 *socketargp = (void *)csip;
1751 rc = iofns->liof_close( csip->csi_socket );
[all …]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c446 struct swapinfo *sip, *csip, *tsip; in swapctl() local
657 csip = kmem_zalloc(tmp_nswapfiles * sizeof (struct swapinfo), in swapctl()
668 kmem_free(csip, in swapctl()
673 for (sip = swapinfo, tsip = csip, tpname = pname, nswap = 0; in swapctl()
693 for (tsip = csip, cnt = 0; cnt < nswap; tsip++, ust++, cnt++) { in swapctl()
718 kmem_free(csip, tmp_nswapfiles * sizeof (struct swapinfo)); in swapctl()
793 struct swapinfo *sip, *csip, *tsip; in swapctl32() local
963 csip = kmem_zalloc(tmp_nswapfiles * sizeof (*csip), KM_SLEEP); in swapctl32()
973 kmem_free(csip, tmp_nswapfiles * sizeof (*csip)); in swapctl32()
977 for (sip = swapinfo, tsip = csip, tpname = pname, nswap = 0; in swapctl32()
[all …]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c1877 check_snapshot_info_t *csip = data; in check_snapshot_fill_cb() local
1889 target = &csip->csi_parent_ids[csip->csi_nparents++]; in check_snapshot_fill_cb()
1901 if (csip->csi_count == csip->csi_array_size) { in check_snapshot_fill_cb()
1903 csip->csi_array_size * 2 : 8; in check_snapshot_fill_cb()
1909 (void) memcpy(new, csip->csi_array, in check_snapshot_fill_cb()
1911 uu_free(csip->csi_array); in check_snapshot_fill_cb()
1912 csip->csi_array = new; in check_snapshot_fill_cb()
1913 csip->csi_array_size = newsz; in check_snapshot_fill_cb()
1916 cur = &csip->csi_array[csip->csi_count++]; in check_snapshot_fill_cb()
1954 check_snapshot_info_t *csip = data; in check_snapshot_check_cb() local
[all …]
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_impl.h340 #define SES2_ES_COOLING_ST_FAN_SPEED(csip) \ argument
341 (((((uint16_t)(csip)->scsi_fan_speed_ms3) << 8) | \
342 ((uint16_t)(csip)->scsi_fan_speed_lsb)) * \
894 #define SES2_CURRENT(csip) \ argument
895 (SCSI_READ16(&(csip)->scsi_current) * SES2_CURRENT_MULTIPLIER)