Lines Matching +defs:val +defs:username
549 * If username is specified (non-null), only files opened by username
555 * 2. Both basepath and username are currently ignored because both
1618 * If username is NULL, all sessions from the specified client
1657 (char *)param->username);
2682 char *username;
2689 username = user->ui_account;
2695 username = pw.pw_name;
2698 if (smb_shr_get(username, &si) != NERR_Success)
3058 char *name, *val;
3091 err = nvpair_value_string(cur, &val);
3092 if ((err != 0) || (name == NULL) || (val == NULL)) {
3099 prop = sa_create_property(name, val);
3112 nerr = sa_update_property(prop, val);