Home
last modified time | relevance | path

Searched refs:nm_len (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_probe.c85 int nm_len, separator, count; in tnf_probe_tag() local
123 nm_len = nm_end - nm_start; in tnf_probe_tag()
125 nm_len = nm_end - nm_start; in tnf_probe_tag()
128 nm_len = (nm_len > (NAME_LIMIT - 1)) ? (NAME_LIMIT - 1) : nm_len; in tnf_probe_tag()
129 (void) strncpy(probe_name, nm_start, nm_len); in tnf_probe_tag()
130 probe_name[nm_len] = '\0'; in tnf_probe_tag()
151 nm_len = nm_end - nm_start; in tnf_probe_tag()
153 nm_len = nm_end - nm_start; in tnf_probe_tag()
155 nm_len = (nm_len > (NAME_LIMIT - 1)) ? (NAME_LIMIT - 1) : in tnf_probe_tag()
156 nm_len; in tnf_probe_tag()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c58 int nm_len; /* length to region */ member
375 area[0].nm_len = io2.data_len; in nca_io2()
379 area[1].nm_len = io2.direct_len; in nca_io2()
383 area[2].nm_len = io2.trailer_len; in nca_io2()
386 if (area[i].nm_len <= 0) in nca_io2()
389 mdb_printf("%d byte %s area at %p (", area[i].nm_len, in nca_io2()
392 if (area[i].nm_len > payload_output_max) { in nca_io2()
394 area[i].nm_len = (int)payload_output_max; in nca_io2()
398 mdb_printf(" %u bytes follow):\n", area[i].nm_len); in nca_io2()
399 if (mdb_vread(buf, area[i].nm_len, area[i].nm_addr) == -1) in nca_io2()
[all …]
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c980 size_t nm_len = 0, shn_size; in remove_shared_entry() local
992 nm_len = ((devid_nm & NM_DEVID) ? in remove_shared_entry()
1027 if (nm_len == shn_namlen) { in remove_shared_entry()
1393 size_t nm_len = 0, shn_size; in lookup_shared_entry() local
1403 nm_len = ((devid_nm & NM_DEVID) ? in lookup_shared_entry()
1466 } else if (nm_len == shn_namlen) { in lookup_shared_entry()