Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/nsmb/
H A Dnsmb.c615 char *uid_str = NULL; in pwtree_dcmd() local
621 'u', MDB_OPT_STR, &uid_str, NULL) != argc) { in pwtree_dcmd()
624 if (uid_str) { in pwtree_dcmd()
632 if (uid_str[0] == '0' && uid_str[1] > '9') { in pwtree_dcmd()
633 cbd.uid = (uid_t)mdb_strtoull(uid_str); in pwtree_dcmd()
636 strlcat(buf, uid_str, sizeof (buf)); in pwtree_dcmd()