Home
last modified time | relevance | path

Searched refs:leaf_len (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_cfgrom.c154 int leaf_len; in av1394_ioctl_node_get_text_leaf() local
207 leaf_len = MBLKL(bp) / 4 - 2; in av1394_ioctl_node_get_text_leaf()
208 ASSERT(leaf_len > 0); in av1394_ioctl_node_get_text_leaf()
217 leaf_len = 0; in av1394_ioctl_node_get_text_leaf()
225 tl32.tl_rlen = leaf_len; in av1394_ioctl_node_get_text_leaf()
239 tl.tl_rlen = leaf_len; in av1394_ioctl_node_get_text_leaf()
458 int leaf_len; /* leaf length in quadlets */ in av1394_cfgrom_read_leaf() local
472 leaf_len = IEEE1212_DIR_LEN(val); in av1394_cfgrom_read_leaf()
474 if (leaf_len < 3) { in av1394_cfgrom_read_leaf()
479 if ((bp = allocb(leaf_len * 4, BPRI_HI)) == NULL) { in av1394_cfgrom_read_leaf()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c408 int dir_len, leaf_len; in rfs4_ss_pnalloc() local
415 (leaf_len = strlen(leaf)) > MAXNAMELEN || in rfs4_ss_pnalloc()
416 (dir_len + leaf_len + 2) > MAXPATHLEN) { in rfs4_ss_pnalloc()