Searched defs:id_size (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/pgrep/
H A Didtab.h49 size_t id_size; member in struct:idtab
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c49 int id_size; member in struct:fc_trace_dmsgv1
983 if (msg.id_size) {
985 buf = mdb_alloc(msg.id_size + 1, UM_SLEEP);
986 tmppkt = mdb_alloc(msg.id_size + 1, UM_SLEEP);
988 if (mdb_vread(buf, msg.id_size,
989 (uintptr_t)msg.id_buf) != msg.id_size) {
992 mdb_free(buf, msg.id_size + 1);
1001 bcopy(buf, tmppkt, msg.id_size + 1);
1019 mdb_free(buf, msg.id_size + 1);
1020 mdb_free(tmppkt, msg.id_size
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_safte.c299 int *driveids, id_size = cc->Nslots * sizeof (int); local
301 driveids = kmem_alloc(id_size, slpflg);
338 kmem_free(driveids, id_size);
364 kmem_free(driveids, id_size);
388 BAIL(r, hiwater, sdata, buflen, driveids, id_size);
461 BAIL(r, hiwater, sdata, buflen, driveids, id_size);
535 BAIL(r, hiwater, sdata, buflen, driveids, id_size);
574 BAIL(r, hiwater, sdata, buflen, driveids, id_size);
602 BAIL(r, hiwater, sdata, buflen, driveids, id_size);
644 BAIL(r, hiwater, sdata, buflen, driveids, id_size);
[all...]
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h132 size_t id_size; /* memory usage */ member in struct:id_info
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c592 stmf_alloc_id(uint16_t id_size, uint16_t type, uint8_t *id_data, argument
598 real_id_size = ((uint32_t)id_size + 7) & (~7);
604 id->id_data_size = id_size;
611 bcopy(id_data, id->id_data, id_size);
624 stmf_lookup_id(stmf_id_list_t *idlist, uint16_t id_size, uint8_t *data) argument
629 if ((id->id_data_size == id_size) &&
630 (bcmp(id->id_data, data, id_size) == 0)) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h286 int id_size; /* message size */ member in struct:fc_trace_dmsg
/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h429 uint32_t id_size; member in struct:idm_idpool
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h303 uint32_t id_size; member in struct:smb_idpool

Completed in 95 milliseconds