Searched refs:asp (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libc/rpc/
H A Dsvc_auth.c103 struct authsvc *asp; local
106 /* VARIABLES PROTECTED BY authsvc_lock: asp, Auths */
135 for (asp = Auths; asp; asp = asp->next) {
136 if (asp->flavor == cred_flavor) {
139 as = (*asp->handler)(rqst, msg);
197 struct authsvc *asp; local
211 for (asp
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-ascii.c84 char asciistuff[ASCII_LINELENGTH+1], *asp; local
88 hsp = hexstuff; asp = asciistuff;
95 *(asp++) = (isgraph(s1) ? s1 : '.');
96 *(asp++) = (isgraph(s2) ? s2 : '.');
99 *hsp = *asp = '\0';
103 i = 0; hsp = hexstuff; asp = asciistuff;
112 *(asp++) = (isgraph(s1) ? s1 : '.');
116 *hsp = *asp = '\0';
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs_alsubr.c87 alsec_t *asp; local
101 asp = (alsec_t *) bp->b_data;
102 if (asp->as_magic != AS_MAGIC) {
109 abp = &asp->as_ab;
110 alp = (alleaf_t *)&asp->as_abd;
111 anp = (alnode_t *)&asp->as_abd;
167 alsec_t * asp; local
188 asp = (alsec_t *) bp->b_data;
189 asp->as_magic = AS_MAGIC;
190 asp
214 hpfs_splitalsec( struct hpfsmount *hpmp, alsec_t *asp, alsec_t **naspp, struct buf **nbpp) argument
510 alsec_t * asp; local
689 alsec_t * asp; local
766 alsec_t *asp; local
[all...]
/freebsd-9.3-release/contrib/nvi/common/
H A Dkey.h115 CHAR_T *asp; /* Allocated string. */ member in struct:_event::__anon3810::__anon3813
119 #define e_asp _u_event._e_str.asp
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipfstat.c1713 static void showauthstates(asp)
1714 fr_authstat_t *asp;
1731 (unsigned long long) asp->fas_hits,
1732 (unsigned long long) asp->fas_miss);
1734 printf("Authorisation hits: %ld\tmisses %ld\n", asp->fas_hits,
1735 asp->fas_miss);
1738 asp->fas_nospace, asp->fas_added, asp->fas_sendfail,
1739 asp
[all...]

Completed in 155 milliseconds