HomeSort by: relevance | last modified time | path
    Searched defs:attrtype (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libpam/modules/pam_radius/
pam_radius.c 161 int attrtype; local in function:do_accept
166 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) {
167 if (attrtype == RAD_USER_NAME) {
178 if (attrtype == -1) {
189 int attrtype; local in function:do_challenge
204 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) {
205 switch (attrtype) {
230 if (attrtype == -1) {
  /src/sys/fs/ntfs/
ntfs_subr.c 717 int *attrtype, char **attrname)
744 *attrtype = adp->ad_type;
749 *attrtype = NTFS_A_DATA;
780 int attrtype = NTFS_A_DATA; local in function:ntfs_ntlookupfile
877 &attrtype, &attrname);
884 (attrtype == fp->f_attrtype) &&
895 attrtype, attrname ? attrname : "", 0, &nvp);
  /src/usr.sbin/sysinst/
mbr.c 2839 const char *attrtype = parts->dp.pscheme local in function:part_attr_format_str
2842 if (attrtype == MSG_ptn_active) {
2848 } else if (attrtype == MSG_boot_dflt) {
2854 } else if (attrtype == MSG_bootmenu) {
2873 const char *attrtype = parts->dp.pscheme local in function:part_attr_set_str
2882 if (attrtype == MSG_bootmenu) {
2901 const char *attrtype = parts->dp.pscheme local in function:part_attr_toggle
2905 if (attrtype == MSG_ptn_active) {
2918 } else if (attrtype == MSG_boot_dflt) {
3098 const char *attrtype = parts->dp.pschem local in function:is_custom_attribute_writable
    [all...]

Completed in 58 milliseconds