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

  /src/lib/libpam/modules/pam_radius/
pam_radius.c 161 int attrtype; local
166 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) {
167 if (attrtype == RAD_USER_NAME) {
178 if (attrtype == -1) {
189 int attrtype; local
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
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
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
2882 if (attrtype == MSG_bootmenu) {
2901 const char *attrtype = parts->dp.pscheme local
2905 if (attrtype == MSG_ptn_active) {
2918 } else if (attrtype == MSG_boot_dflt) {
3098 const char *attrtype = parts->dp.pschem local
    [all...]
  /src/external/bsd/tcpdump/dist/
print-radius.c 610 static const struct attrtype { struct

Completed in 31 milliseconds