Searched refs:rid (Results 151 - 175 of 196) sorted by relevance

12345678

/netbsd-current/sys/dev/hyperv/
H A Dif_hvn.c3534 uint64_t rid;
3543 HVN_NVS_BUFSIZE, &rlen, &rid, 1);
4889 uint64_t rid = (uint64_t)txd->txd_id << 32;
4893 &sc->sc_data_msg, sizeof(sc->sc_data_msg), rid);
4906 uint64_t rid = (uint64_t)txd->txd_id << 32;
4916 rid, VMBUS_CHANPKT_TYPE_INBAND, VMBUS_CHANPKT_FLAG_RC);
3536 uint64_t rid; local
4891 uint64_t rid = (uint64_t)txd->txd_id << 32; local
4908 uint64_t rid = (uint64_t)txd->txd_id << 32; local
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dcvs_acls.in112 This version attempts to get rid the following bugs from the
173 Get rid of opaque "karma" messages in favor of user-friendly messages
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dtest022-ppolicy627 olcSyncrepl: rid=1
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c225 (cp_lexer *, enum rid);
949 cp_lexer_next_token_is_keyword (cp_lexer* lexer, enum rid keyword)
961 cp_lexer_nth_token_is_keyword (cp_lexer* lexer, size_t n, enum rid keyword)
969 cp_keyword_starts_decl_specifier_p (enum rid keyword)
2474 (cp_parser *, enum rid);
2476 (cp_parser *, enum rid);
2582 (cp_parser *, enum rid);
2584 (cp_parser *, enum rid);
2588 (cp_parser *, cp_decl_specifier_seq *, enum rid, cp_token *);
2601 (cp_parser *, enum rid, required_toke
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc226 (cp_lexer *, enum rid);
1001 cp_lexer_next_token_is_keyword (cp_lexer* lexer, enum rid keyword)
1013 cp_lexer_nth_token_is_keyword (cp_lexer* lexer, size_t n, enum rid keyword)
1021 cp_keyword_starts_decl_specifier_p (enum rid keyword)
2601 (cp_parser *, enum rid);
2603 (cp_parser *, enum rid);
2709 (cp_parser *, enum rid);
2711 (cp_parser *, enum rid);
2715 (cp_parser *, cp_decl_specifier_seq *, enum rid, cp_token *);
2728 (cp_parser *, enum rid, required_toke
[all...]
H A Dname-lookup.cc5827 /* Get rid of namespace aliases. */
7438 suggest_rid_p (enum rid rid)
7440 switch (rid)
7449 if (cp_keyword_starts_decl_specifier_p (rid))
7523 if (!suggest_rid_p (resword->rid))
7526 tree resword_identifier = ridpointers [resword->rid];
7434 suggest_rid_p(enum rid rid) argument
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dpcsc_funcs.c410 unsigned char rid[5]; member in struct:efdir
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509v3.h150 ASN1_OBJECT *rid; /* registeredID */ member in union:GENERAL_NAME_st::__anon372
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsftp-client.c2143 u_int rid; local
2148 (r = sshbuf_get_u32(msg, &rid)) != 0)
2160 if ((ack = request_find(&acks, rid)) == NULL)
2161 fatal("Can't find request for ID %u", rid);
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe.c5383 int rid; local
5397 rid = sc->vector;
5399 rid = 0;
5401 if (sc->osdep.ihs[rid] != NULL) {
5402 pci_intr_disestablish(sc->osdep.pc, sc->osdep.ihs[rid]);
5403 sc->osdep.ihs[rid] = NULL;
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/
H A Dsqr_basecase.asm48 C * Consider getting rid of cy and instead load 3 u limbs, use addc+adde+adde.
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dschema.c335 print_ruleid(safe_string *ss, int rid) argument
338 snprintf(buf, sizeof buf, "%d", rid);
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_bufs.c377 bus_release_resource(dev->device, SYS_RES_MEMORY, map->rid,
H A DdrmP.h642 int rid; /* PCI resource ID for bus_space */ member in struct:drm_local_map
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dlocore.s681 movl %d0,%sp | Get rid of the exception frame
/netbsd-current/sys/arch/mips/mips/
H A DmipsX_subr.S1922 _EXT k0, k0, 0, WIRED_POS # get rid of "wired" bit
1924 _SLL k0, k0, WIRED_SHIFT # get rid of "wired" bit
1969 _SLL k0, k0, WIRED_SHIFT # get rid of wired bit
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c148 C_SET_RID_CODE (id, c_common_reswords[i].rid);
150 ridpointers [(int) c_common_reswords[i].rid] = id;
308 enum rid rid_code = C_RID_CODE (token->value);
542 c_keyword_starts_typename (enum rid keyword)
1181 enum rid keyword,
1526 static tree c_parser_transaction (c_parser *, enum rid);
1527 static struct c_expr c_parser_transaction_expression (c_parser *, enum rid);
2528 /* Get rid of the empty stmt list for GIMPLE/RTL. */
12023 enum rid keyword = RID_MAX; /* Not a valid property attribute. */
21614 c_parser_transaction (c_parser *parser, enum rid keywor
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc150 C_SET_RID_CODE (id, c_common_reswords[i].rid);
152 ridpointers [(int) c_common_reswords[i].rid] = id;
317 enum rid rid_code = C_RID_CODE (token->value);
551 c_keyword_starts_typename (enum rid keyword)
1209 enum rid keyword,
1558 static tree c_parser_transaction (c_parser *, enum rid);
1559 static struct c_expr c_parser_transaction_expression (c_parser *, enum rid);
2570 /* Get rid of the empty stmt list for GIMPLE/RTL. */
12087 enum rid keyword = RID_MAX; /* Not a valid property attribute. */
23183 c_parser_transaction (c_parser *parser, enum rid keywor
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_ioctl.c289 * Get rid of annoying "../common/" prefix to filename.
293 newfile = newfile + 1; /* Get rid of leading / */
2434 uint64_t rid; local
2449 * userquota@<rid>-<domain>.
2458 rid = valary[1];
2463 err = zfs_set_userquota(zfsvfs, type, domain, rid, quota);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/autosign/
H A Dtests.sh1327 rid=60101
1330 keys=$(grep '; key id = '"$rid"'$' dig.out.ns2.test$n | wc -l)
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c113 char si_ridtxt[ STRLENOF("rid=999") + 1 ];
914 si->si_syncCookie.ctxcsn, si->si_syncCookie.rid,
972 si->si_syncCookie.rid = si->si_rid;
1021 if ( si->si_rid == sc->rid ) {
1086 si->si_syncCookie.ctxcsn, si->si_syncCookie.rid,
2086 si->si_syncCookie.ctxcsn, si->si_syncCookie.rid,
5994 #define IDSTR "rid"
/netbsd-current/sys/dev/ic/
H A Disp.c5991 isp_ridacq_t rid; local
5992 isp_get_ridacq(isp, (isp_ridacq_t *)hp, &rid);
5993 if (rid.ridacq_format == 0) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c2869 location_t guard_loc, enum rid keyword)
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc2860 location_t guard_loc, enum rid keyword)
/netbsd-current/external/gpl2/gmake/dist/config/
H A Dtexinfo.tex3458 % We need to get rid of all macros, leaving only the arguments (if present).
6856 % Following George Bush, just get rid of widows and orphans.

Completed in 856 milliseconds

12345678