Searched refs:csip (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 1516 NSLDAPICompatSocketInfo *csip = (NSLDAPICompatSocketInfo *)arg; local 1517 struct ldap_io_fns *iofns = csip->csi_ld->ld_io_fns_ptr; 1519 return( iofns->liof_read( csip->csi_socket, buf, len )); 1527 NSLDAPICompatSocketInfo *csip = (NSLDAPICompatSocketInfo *)arg; local 1528 struct ldap_io_fns *iofns = csip->csi_ld->ld_io_fns_ptr; 1530 return( iofns->liof_write( csip->csi_socket, buf, len )); 1538 NSLDAPICompatSocketInfo *csip = (NSLDAPICompatSocketInfo *)arg; local 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 [all …]
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | vm_swap.c | 441 struct swapinfo *sip, *csip, *tsip; in swapctl() local 641 csip = kmem_zalloc(tmp_nswapfiles * sizeof (struct swapinfo), in swapctl() 652 kmem_free(csip, in swapctl() 657 for (sip = swapinfo, tsip = csip, tpname = pname, nswap = 0; in swapctl() 677 for (tsip = csip, cnt = 0; cnt < nswap; tsip++, ust++, cnt++) { in swapctl() 702 kmem_free(csip, tmp_nswapfiles * sizeof (struct swapinfo)); in swapctl() 777 struct swapinfo *sip, *csip, *tsip; in swapctl32() local 936 csip = kmem_zalloc(tmp_nswapfiles * sizeof (*csip), KM_SLEEP); in swapctl32() 946 kmem_free(csip, tmp_nswapfiles * sizeof (*csip)); in swapctl32() 950 for (sip = swapinfo, tsip = csip, tpname = pname, nswap = 0; in swapctl32() [all …]
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | file_object.c | 1878 check_snapshot_info_t *csip = data; in check_snapshot_fill_cb() local 1887 if (csip->csi_nparents >= CSI_MAX_PARENTS) in check_snapshot_fill_cb() 1890 target = &csip->csi_parent_ids[csip->csi_nparents++]; in check_snapshot_fill_cb() 1902 if (csip->csi_count == csip->csi_array_size) { in check_snapshot_fill_cb() 1903 size_t newsz = (csip->csi_array_size > 0) ? in check_snapshot_fill_cb() 1904 csip->csi_array_size * 2 : 8; in check_snapshot_fill_cb() 1910 (void) memcpy(new, csip->csi_array, in check_snapshot_fill_cb() 1911 sizeof (*new) * csip->csi_array_size); in check_snapshot_fill_cb() 1912 uu_free(csip->csi_array); in check_snapshot_fill_cb() 1913 csip->csi_array = new; in check_snapshot_fill_cb() [all …]
|
/titanic_50/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_impl.h | 340 #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)
|