Searched refs:comlen (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/ufs/lockfs/ |
H A D | lockfs.c | 99 ulong_t comlen = 0; variable 177 comlen = strlen(optarg)+1; in main()
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 2134 int comlen; in pppopen() local 2229 …if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0],… in pppopen() 2278 if (*s == *com && !strncmp(s, com, comlen)) in pppopen() 2352 …if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto-… in pppopen() 2355 proto->op += comlen; in pppopen() 2380 …if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto-… in pppopen() 2383 proto->op += comlen; in pppopen()
|
/titanic_50/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 253 int comlen; in output_xattr_header() local 278 comlen = namesz + sizeof (struct xattr_buf); in output_xattr_header() 320 "%0*d", sizeof (xhdr->h_component_len) - 1, comlen); in output_xattr_header()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_panic.c | 2310 size_t comlen; in fsck_active() local 2325 comlen = ulp->ul_lockfs.lf_comlen; in fsck_active() 2329 if (!cp || comlen == 0) { in fsck_active() 2334 for (found = i = 0; !found && i < (comlen - PIDSTRLEN); i++, cp++) in fsck_active()
|