Searched refs:selector (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dtlsa_52.h29 isc_uint8_t selector; member in struct:dns_rdata_tlsa
H A Dtlsa_52.c186 RETERR(uint8_tobuffer(tlsa->selector, target));
209 tlsa->selector = uint8_fromregion(&region);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dobjc-lang.h48 extern char *parse_selector (char *method, char **selector);
52 char **selector);
H A Dexpprint.c200 char *selector; local
206 &selector, 1024, NULL))
208 error ("bad selector");
214 s = alloca (strlen (selector) + 1);
215 strcpy (s, selector);
227 fprintf_unfiltered (stream, " %s", selector);
230 /* "selector" was malloc'd by target_read_string. Free it. */
231 xfree (selector);
H A Dgo32-nat.c235 {24, 2}, /* last FP exception operand selector from npx */
1274 unsigned short selector __attribute__((packed)); member in struct:gate_descr
1410 printf_filtered ("selector=0x%04x offs=0x%04x%04x",
1411 gate.selector, gate.offset1, gate.offset0);
1416 printf_filtered ("TSS selector=0x%04x", descr.base0);
1422 printf_filtered ("selector=0x%04x offs=0x%04x%04x",
1423 gate.selector, gate.offset1, gate.offset0);
1434 printf_filtered ("selector=0x%04x offs=0x%04x%04x",
1435 gate.selector, gate.offset1, gate.offset0);
1442 printf_filtered ("selector
[all...]
H A Dsymtab.c3273 /* ObjC: In case we are completing on a selector, look as the msymbol
3283 char *method, *category, *selector;
3304 selector = strchr (method, ' ');
3305 if (selector != NULL)
3306 selector++;
3310 if ((category != NULL) && (selector != NULL))
3314 memcpy (tmp + (category - method) + 1, selector, strlen (selector) + 1);
3320 if (selector != NULL)
3322 /* Complete on selector onl
3274 char *method, *category, *selector; local
[all...]
/freebsd-9.3-release/sys/sys/
H A Dselinfo.h55 void selrecord(struct thread *selector, struct selinfo *sip);
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c459 u32 selector; local
483 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X;
488 selector = RSN_AUTH_KEY_MGMT_FT_802_1X;
490 selector = RSN_AUTH_KEY_MGMT_FT_PSK;
494 selector = RSN_AUTH_KEY_MGMT_802_1X_SHA256;
496 selector = RSN_AUTH_KEY_MGMT_PSK_SHA256;
499 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X;
501 selector = RSN_AUTH_KEY_MGMT_PSK_OVER_802_1X;
502 wpa_auth->dot11RSNAAuthenticationSuiteSelected = selector;
504 selector
[all...]
/freebsd-9.3-release/crypto/openssl/demos/tunala/
H A Dtunala.c68 tunala_selector_t selector; member in struct:_tunala_world_t
94 static void selector_init(tunala_selector_t * selector);
95 static void selector_add_listener(tunala_selector_t * selector, int fd);
96 static void selector_add_tunala(tunala_selector_t * selector,
98 static int selector_select(tunala_selector_t * selector);
103 static int selector_get_listener(tunala_selector_t * selector, int fd,
109 static int tunala_item_io(tunala_selector_t * selector, tunala_item_t * item);
565 selector_init(&world.selector);
571 selector_add_listener(&world.selector, world.listen_fd);
574 selector_add_tunala(&world.selector, worl
894 selector_init(tunala_selector_t * selector) argument
915 selector_add_listener(tunala_selector_t * selector, int fd) argument
952 selector_select(tunala_selector_t * selector) argument
967 selector_get_listener(tunala_selector_t * selector, int fd, int *newfd) argument
1076 tunala_item_io(tunala_selector_t * selector, tunala_item_t * item) argument
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dunisap.c136 (err = unisve_check_selector(&sap->selector)) != 0 ||
143 if (sap->selector.tag == UNISVE_PRESENT)
146 if (sap->selector.tag == UNISVE_ABSENT)
175 return (s1->selector == s2->selector);
241 unisve_overlap_selector(&s1->selector, &s2->selector) &&
251 sap->selector.tag == UNISVE_ANY &&
292 switch (sap->selector.tag) {
307 if (called->addr.addr[19] != sap->selector
[all...]
H A Dunisap.h52 uint8_t selector; member in struct:unisve_selector
80 struct unisve_selector selector; member in struct:uni_sap
124 "bad address plan/selector tag combination", \
H A Dcc_dump.c154 cc_dumpf(d, " selector=%s", tagtab[sap->selector.tag]);
155 if (sap->selector.tag == UNISVE_PRESENT)
156 cc_dumpf(d, " %02x", sap->selector.selector);
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A DMakefile7 SRCS= start.s boot.s boot0.5.s disk.s selector.s support.s syscons.s \
H A Dstart.s46 # The instruction 'call 0x9ab' can be here. See also selector.s.
/freebsd-9.3-release/sys/i386/svr4/
H A Dsvr4_machdep.h92 unsigned int selector; member in struct:svr4_ssd
H A Dsvr4_machdep.c556 ssd.selector, ssd.base, ssd.limit,
560 if (!ISLDT(ssd.selector)) {
583 sa.start = IDXSEL(ssd.selector);
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c73 * Given an ASN1_ITEM CHOICE type return the selector value
83 * Given an ASN1_ITEM CHOICE type set the selector value, return old value.
215 * Handle ANY DEFINED BY template, find the selector, look up the relevant
224 long selector; local
233 /* Get the selector field */
248 selector = OBJ_obj2nid((ASN1_OBJECT *)*sfld);
250 selector = ASN1_INTEGER_get((ASN1_INTEGER *)*sfld);
260 if (atbl->value == selector)
/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc71 int selector,
77 ucb->barrier_cache.bitpattern[1] = (uint32_t)selector;
84 ex->handlerSwitchValue = selector;
95 unsigned long *selector,
99 *selector = ucb->barrier_cache.bitpattern[1];
105 *selector = ex->handlerSwitchValue;
943 * The selector argument is used to return the selector that is passed in the
950 unsigned long *selector,
969 *selector
68 saveLandingPad(struct _Unwind_Context *context, struct _Unwind_Exception *ucb, struct __cxa_exception *ex, int selector, dw_eh_ptr_t landingPad) argument
92 loadLandingPad(struct _Unwind_Context *context, struct _Unwind_Exception *ucb, struct __cxa_exception *ex, unsigned long *selector, dw_eh_ptr_t *landingPad) argument
946 check_action_record(_Unwind_Context *context, dwarf_eh_lsda *lsda, dw_eh_ptr_t action_record, __cxa_exception *ex, unsigned long *selector, void *&adjustedPtr) argument
1075 unsigned long selector = 0; variable
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dsa.h54 u8 selector, u8 src_value, u8 dst_value);
/freebsd-9.3-release/contrib/bzip2/
H A Dcompress.c397 and record its identity in the selector table.
404 s->selector[nSelectors] = bt;
466 ll_i = s->selector[i];
552 AssertH ( s->selector[selCtr] < nGroups, 3006 );
558 = &(s->len[s->selector[selCtr]][0]);
560 = &(s->code[s->selector[selCtr]][0]);
585 s->len [s->selector[selCtr]] [mtfv[i]],
586 s->code [s->selector[selCtr]] [mtfv[i]] );
H A Dbzlib_private.h256 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon859
402 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon860
/freebsd-9.3-release/contrib/gcc/
H A Dstub-objc.c199 objc_build_keyword_decl (tree ARG_UNUSED (selector),
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-mdio.h170 uint16_t selector : 5; member in struct:__anon6493::__anon6494
194 uint16_t selector : 5; member in struct:__anon6495::__anon6496
/freebsd-9.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c469 while (! (delta = readdeltalog())->selector || --revno)
570 /* function: Print delta node if node->selector is set. */
584 if (!node->selector)
734 root->selector = extractdelta(root);
889 if (root->selector) {
940 root->selector = false;
949 revno = root->selector + extdate(root->next);
/freebsd-9.3-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c172 * Changed marking of selector from 'D' to DELETE.
911 if (nextdelta->selector) {
923 if (nextdelta->log.string && nextdelta->selector) {
1153 pt->selector = false;
1516 cuttail->selector = false;
1566 /* Function: actually removes revisions whose selector field */
1595 Delta->selector = true;

Completed in 221 milliseconds

123