Searched refs:comlen (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c99 ulong_t comlen = 0; variable
177 comlen = strlen(optarg)+1;
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c2134 int comlen; local
2229 if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
2278 if (*s == *com && !strncmp(s, com, comlen))
2352 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2355 proto->op += comlen;
2380 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2383 proto->op += comlen;
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c253 int comlen; local
278 comlen = namesz + sizeof (struct xattr_buf);
320 "%0*d", sizeof (xhdr->h_component_len) - 1, comlen);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c2310 size_t comlen; local
2325 comlen = ulp->ul_lockfs.lf_comlen;
2329 if (!cp || comlen == 0) {
2330 TRIVIA((": null comment or comlen <= 0, found:0]"));
2334 for (found = i = 0; !found && i < (comlen - PIDSTRLEN); i++, cp++)

Completed in 55 milliseconds