Searched refs:id_buf (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | devpool.c | 229 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()
|
/titanic_50/usr/src/cmd/mdb/common/modules/fctl/ |
H A D | fctl.c | 52 caddr_t id_buf; member 989 (uintptr_t)msg.id_buf) != msg.id_size) { in fc_dump_logmsg() 1052 (uintptr_t)msg.id_buf) != msg.id_size) { in fc_dump_old_logmsg()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl.h | 289 caddr_t id_buf; /* message buffer */ member
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_idmap.c | 1275 uid_t *id_buf) /* if found, id for u8s */ in nfs_idmap_cache_s2i_lkup() argument 1324 *id_buf = p->id_no; in nfs_idmap_cache_s2i_lkup()
|
/titanic_50/usr/src/lib/storage/liba5k/common/ |
H A D | mon.c | 4647 char *char_ptr, id_buf[MAXPATHLEN], wwn[20]; in l_get_ses_path() local 4799 (void) sprintf(id_buf, "g%s:0", wwn); in l_get_ses_path() 4802 (void) sprintf(id_buf, "w%s,0:0", wwn); in l_get_ses_path() 4804 (void) strcat(ses_path, id_buf); in l_get_ses_path() 4828 (void) sprintf(id_buf, "w%s,0:0", wwn); in l_get_ses_path() 4829 strcat(ses_path, id_buf); in l_get_ses_path()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 6137 dmsg->id_buf = kmem_alloc(dmsg->id_size, KM_NOSLEEP); in fc_trace_logmsg() 6138 if (dmsg->id_buf == NULL) { in fc_trace_logmsg() 6147 bcopy(buf, dmsg->id_buf, strlen(buf)); in fc_trace_logmsg() 6148 dmsg->id_buf[strlen(buf)] = '\0'; in fc_trace_logmsg() 6188 kmem_free(dmsg->id_buf, dmsg->id_size); in fc_trace_freemsg()
|