Searched defs:id_buf (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddevpool.c229 id_t *id_buf; local
427 id_buf = kmem_alloc(xtransfer.px_o_complist_size *
429 if (ddi_copyin((void *)xtransfer.px_o_comp_list, id_buf,
431 kmem_free(id_buf, xtransfer.px_o_complist_size *
436 kmem_free(id_buf, xtransfer.px_o_complist_size *
442 xtransfer.px_o_complist_size, id_buf);
444 kmem_free(id_buf, xtransfer.px_o_complist_size *
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c52 caddr_t id_buf; member in struct:fc_trace_dmsgv1
989 (uintptr_t)msg.id_buf) != msg.id_size) {
1052 (uintptr_t)msg.id_buf) != msg.id_size) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1267 * string. If found, the corresponding mapping is returned in id_buf and
1275 uid_t *id_buf) /* if found, id for u8s */
1324 *id_buf = p->id_no;
1272 nfs_idmap_cache_s2i_lkup(idmap_cache_info_t *cip, utf8string *u8s, uint_t *hashno, uid_t *id_buf) argument
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c4647 char *char_ptr, id_buf[MAXPATHLEN], wwn[20]; local
4799 (void) sprintf(id_buf, "g%s:0", wwn);
4802 (void) sprintf(id_buf, "w%s,0:0", wwn);
4804 (void) strcat(ses_path, id_buf);
4828 (void) sprintf(id_buf, "w%s,0:0", wwn);
4829 strcat(ses_path, id_buf);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h289 caddr_t id_buf; /* message buffer */ member in struct:fc_trace_dmsg

Completed in 90 milliseconds