Home
last modified time | relevance | path

Searched refs:id_buf (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddevpool.c229 id_t *id_buf; in pool_ioctl() local
427 id_buf = kmem_alloc(xtransfer.px_o_complist_size * in pool_ioctl()
429 if (ddi_copyin((void *)xtransfer.px_o_comp_list, id_buf, in pool_ioctl()
431 kmem_free(id_buf, xtransfer.px_o_complist_size * in pool_ioctl()
436 kmem_free(id_buf, xtransfer.px_o_complist_size * in pool_ioctl()
442 xtransfer.px_o_complist_size, id_buf); in pool_ioctl()
444 kmem_free(id_buf, xtransfer.px_o_complist_size * in pool_ioctl()
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c55 caddr_t id_buf; member
992 (uintptr_t)msg.id_buf) != msg.id_size) { in fc_dump_logmsg()
1055 (uintptr_t)msg.id_buf) != msg.id_size) { in fc_dump_old_logmsg()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h292 caddr_t id_buf; /* message buffer */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1278 uint_t *hashno, uid_t *id_buf) in nfs_idmap_cache_s2i_lkup() argument
1327 *id_buf = p->id_no; in nfs_idmap_cache_s2i_lkup()
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c4646 char *char_ptr, id_buf[MAXPATHLEN], wwn[20]; in l_get_ses_path() local
4798 (void) sprintf(id_buf, "g%s:0", wwn); in l_get_ses_path()
4801 (void) sprintf(id_buf, "w%s,0:0", wwn); in l_get_ses_path()
4803 (void) strcat(ses_path, id_buf); in l_get_ses_path()
4827 (void) sprintf(id_buf, "w%s,0:0", wwn); in l_get_ses_path()
4828 strcat(ses_path, id_buf); in l_get_ses_path()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6143 dmsg->id_buf = kmem_alloc(dmsg->id_size, KM_NOSLEEP); in fc_trace_logmsg()
6144 if (dmsg->id_buf == NULL) { in fc_trace_logmsg()
6153 bcopy(buf, dmsg->id_buf, strlen(buf)); in fc_trace_logmsg()
6154 dmsg->id_buf[strlen(buf)] = '\0'; in fc_trace_logmsg()
6194 kmem_free(dmsg->id_buf, dmsg->id_size); in fc_trace_freemsg()