Searched refs:present (Results 1 - 25 of 90) sorted by relevance

1234

/freebsd-9.3-release/lib/libgssapi/
H A Dgss_test_oid_set_member.c37 int *present)
41 *present = 0;
44 *present = 1;
34 gss_test_oid_set_member(OM_uint32 *minor_status, const gss_OID member, const gss_OID_set set, int *present) argument
H A Dgss_inquire_mechs_for_name.c43 int present; local
66 &name->gn_type, name_types, &present);
68 if (present) {
/freebsd-9.3-release/sys/kgssapi/
H A Dgss_test_oid_set_member.c43 int *present)
47 *present = 0;
50 *present = 1;
40 gss_test_oid_set_member(OM_uint32 *minor_status, const gss_OID member, const gss_OID_set set, int *present) argument
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.c25 if(msg->connid.h.present & UNI_IE_PRESENT)
27 if(msg->epref.h.present & UNI_IE_PRESENT)
29 if(msg->notify.h.present & UNI_IE_PRESENT)
32 if(msg->git[i].h.present & UNI_IE_PRESENT)
34 if(msg->uu.h.present & UNI_IE_PRESENT)
36 if(msg->report.h.present & UNI_IE_PRESENT)
38 if(msg->unrec.h.present & UNI_IE_PRESENT)
79 if((p->connid.h.present & UNI_IE_PRESENT) &&
82 if((p->epref.h.present & UNI_IE_PRESENT) &&
85 if((p->notify.h.present
[all...]
H A Duni_hdr.h187 u_int present; /* which optional elements are present */ member in struct:uni_iehdr
196 (((IE).h.present & (UNI_IE_PRESENT|UNI_IE_EMPTY)) == UNI_IE_PRESENT)
198 ((IE).h.present = ((IE).h.present & ~UNI_IE_MASK) | \
202 ((IE).h.present = ((IE).h.present & ~UNI_IE_EMPTY) | \
206 (((IE).h.present & UNI_IE_MASK) == (UNI_IE_PRESENT | UNI_IE_EMPTY))
208 ((IE).h.present = ((IE).h.present
[all...]
H A Duni_ie.c177 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT; \
537 hdr->present = 0;
550 hdr->present = 0;
576 hdr->present = UNI_IE_ERROR | UNI_IE_PRESENT;
582 hdr->present = UNI_IE_ERROR | UNI_IE_PRESENT;
609 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT;
619 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT;
629 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT;
667 if(h->present & UNI_IE_EMPTY) {
943 if (ie->h.present
3402 print_ie_traffic_common(struct unicx *cx, u_int present, struct uni_xtraffic *ie) argument
3508 check_ie_traffic_common(struct uni_xtraffic *ie, u_int present, struct unicx *cx __unused) argument
3585 encode_traffic_common(struct uni_msg *msg, struct uni_xtraffic *ie, u_int present, struct unicx *cx __unused) argument
3630 decode_traffic_common(struct uni_xtraffic *ie, struct uni_msg *msg, u_int ielen, u_int *present) argument
[all...]
H A Dtraffic.c84 if (!(bearer->h.present & UNI_BEARER_ATC_P)) {
102 if (!(bearer->h.present & UNI_BEARER_ATC_P)) {
132 if (!(bearer->h.present & UNI_BEARER_ATC_P)) {
192 ft = traffic->h.present & fmask;
193 bt = traffic->h.present & bmask;
194 be = traffic->h.present & UNI_TRAFFIC_BEST_P;
195 ftag = (traffic->h.present & UNI_TRAFFIC_MOPT_P) && traffic->t.ftag;
196 btag = (traffic->h.present & UNI_TRAFFIC_MOPT_P) && traffic->t.btag;
H A Dprivmsg.c123 cx->repeat.h.present = 0;
173 hdr.present |= UNI_IE_ERROR;
221 cx->repeat.h.present = 0;
/freebsd-9.3-release/share/doc/psd/18.gprof/
H A DMakefile6 postp.me present.me refs.me
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dunimkmsg.h52 (IE).h.present = 0; \
61 (IE).h.present = 0; \
71 (IE).h.present = 0; \
80 (IE).h.present = 0; \
90 (IE).h.present |= UNI_CAUSE_MTYPE_P; \
96 (IE).h.present |= UNI_CAUSE_VPCI_P; \
103 (IE).h.present |= UNI_CAUSE_TIMER_P; \
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dunisap.c318 if (IE_ISGOOD(*blli) && (blli->h.present & UNI_BLLI_L2_P))
326 if (!IE_ISGOOD(*blli) || (blli->h.present & UNI_BLLI_L2_P) == 0)
331 if ((blli->h.present & UNI_BLLI_L2_USER_P) == 0)
345 if (IE_ISGOOD(*blli) && (blli->h.present & UNI_BLLI_L3_P))
353 if (!IE_ISGOOD(*blli) || (blli->h.present & UNI_BLLI_L3_P) == 0)
358 if ((blli->h.present & UNI_BLLI_L3_USER_P) == 0)
366 if (blli->h.present & UNI_BLLI_L3_IPI_P)
369 if (!(blli->h.present & UNI_BLLI_L3_IPI_P))
374 if (!(blli->h.present &
/freebsd-9.3-release/crypto/openssh/
H A Dgss-serv.c82 ssh_gssapi_test_oid_supported(OM_uint32 *ms, gss_OID member, int *present) argument
86 return gss_test_oid_set_member(ms, member, supported_oids, present);
141 int present; local
149 &supported_mechs[i]->oid, supported, &present)))
150 present = 0;
151 if (present)
H A Dauth2-gss.c65 int present; local
84 present = 0;
91 ssh_gssapi_test_oid_supported(&ms, &goid, &present);
95 } while (mechs > 0 && !present);
97 if (!present) {
/freebsd-9.3-release/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c191 uint32_t present; local
209 present = le32toh(rth->it_present);
210 if (present & BIT(IEEE80211_RADIOTAP_FLAGS)) {
211 if (present & BIT(IEEE80211_RADIOTAP_TSFT))
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dieee.c325 /* Read a number which must be present in an IEEE file. */
492 bfd_boolean present; local
497 if (! ieee_read_optional_number (info, pp, &val, &present))
500 if (present)
1064 bfd_boolean present; local
1066 if (! ieee_read_optional_number (info, pp, &ignore, &present))
1068 if (! present)
1151 bfd_boolean present; local
1166 || ! ieee_read_optional_id (info, pp, &vstr, &vstrlen, &present))
1172 if (! ieee_read_optional_number (info, pp, &ignore, &present))
1185 bfd_boolean present; local
1492 bfd_boolean present; local
1541 bfd_boolean present; local
1592 bfd_boolean present; local
1680 bfd_boolean present; local
1750 bfd_boolean present; local
1836 bfd_boolean present; local
1914 bfd_boolean present; local
2080 bfd_boolean present; local
[all...]
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1063 touch tINDEX.present
1188 # with the lines not named in $@ from tINDEX.present (if that file exists).
1201 if [ -f tINDEX.present ]; then
1202 join -t '|' -v 2 tINDEX.wanted tINDEX.present |
1281 join -t '|' -o 1.2,2.2 tINDEX.present tINDEX.new |
1367 cut -f 2 -d '|' tINDEX.present |
1378 mv tINDEX.new tINDEX.present
1387 METAHASH=`look "$1|" tINDEX.present | cut -f 2 -d '|'`
1557 # the paths are listed in $4. For entries in $2 marked "not present"
1591 # Any lines in $2 which are not in $1 AND are "not present" line
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dacquire_cred.c317 int present = 0; local
320 desired_mechs, &present);
323 if (!present) {
/freebsd-9.3-release/sys/netinet/
H A Dtcp_reass.c178 goto present;
271 * Try to present any queued data
276 goto present; /* ??? */
323 present:
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dnsec.c214 isc_boolean_t present; local
224 present = ISC_FALSE;
237 present = ISC_TF(dns_nsec_isset(&nsecstruct.typebits[i],
242 return (present);
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfi_ioctl.h160 uint8_t present; member in struct:mfi_query_disk
/freebsd-9.3-release/contrib/dialog/package/
H A Ddialog.spec17 Dialog is a program that will let you to present a variety of questions
/freebsd-9.3-release/tools/regression/usr.sbin/etcupdate/
H A Dalways.sh238 # that is not present in the old tree. This should generate a
281 # $1 - relative path to file that should be present in TEST
282 present() function
285 echo "File $1 should be present"
321 # $1 - relative path to regular file that should be present in TEST
323 # $3 - optional MD5 of the flie contents, overrides $2 if present
419 present /first/difftype/second/fifo
479 present /rmdir/conflict
539 present /first/difftype/second/fifo
599 present /rmdi
[all...]
H A Dignore.sh105 # $1 - relative path to file that should be present in TEST
106 present() function
109 echo "File $1 should be present"
121 # $1 - relative path to regular file that should be present in TEST
123 # $3 - optional MD5 of the flie contents, overrides $2 if present
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-802_11.c53 u_int32_t present; member in struct:radiotap_state
565 "Destination STA is not present within this QBSS.", /* 49 */
1719 /* Remove FCS, if present */
2005 /* Preserve the state present flags */
2006 state->present = presentflags;
2011 * If CHANNEL and XCHANNEL are both present, skip
2207 u_int32_t present, next_present; local
2264 for (present = EXTRACT_LE_32BITS(presentp); present;
2265 present
[all...]
/freebsd-9.3-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c475 uint32_t present; local
491 present = le32toh(rth->it_present);
492 if (present & BIT(IEEE80211_RADIOTAP_FLAGS)) {
493 if (present & BIT(IEEE80211_RADIOTAP_TSFT))

Completed in 324 milliseconds

1234