Searched refs:rec (Results 276 - 300 of 517) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-dag.c482 *(TempPkt+MTP2_LINK_NUMBER_OFFSET) = ((header->rec.mc_hdlc.mc_header>>16)&0x01);
483 *(TempPkt+MTP2_LINK_NUMBER_OFFSET+1) = ((header->rec.mc_hdlc.mc_header>>24)&0xff);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dconfig.status16 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddir.c795 struct ocfs2_extent_rec *rec = NULL; local
820 rec = &el->l_recs[i];
822 if (le32_to_cpu(rec->e_cpos) <= major_hash) {
831 le32_to_cpu(rec->e_cpos),
832 ocfs2_rec_clusters(el, rec));
838 *ret_phys_blkno = le64_to_cpu(rec->e_blkno);
840 *ret_cpos = le32_to_cpu(rec->e_cpos);
842 *ret_clen = le16_to_cpu(rec->e_leaf_clusters);
1588 * the rec len accounting.
H A Docfs2_fs.h1430 ocfs2_get_ref_rec_low_cpos(const struct ocfs2_refcount_rec *rec) argument
1432 return le64_to_cpu(rec->r_cpos) & OCFS2_32BIT_POS_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/
H A Dconfig.status358 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/
H A Dconfig.status356 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dconfig.status356 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/lib/
H A Dconfig.status356 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dconfig.status362 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dconfig.status356 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dconfig.status363 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dsn_sal.h313 ia64_sn_plat_specific_err_print(int (*hook)(const char*, ...), char *rec) argument
321 SAL_CALL_REENTRANT(ret_stuff, SN_SAL_PRINT_ERROR, (u64)hook, (u64)rec, 0, 0, 0, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/libcharset/
H A Dconfig.status350 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dsmbctool.c632 BOOL rec,
731 void do_list(const char *mask,uint16 attribute,void (*fn)(file_info *),BOOL rec, BOOL dirs) argument
737 if (in_do_list && rec) {
744 do_list_recurse = rec;
748 if (rec) {
629 tool_list( char *mask, mode_t mode, void (*fn)(char *, struct stat *), BOOL rec, BOOL dirs) argument
H A Dclient.c608 void do_list(const char *mask,uint16 attribute,void (*fn)(file_info *),BOOL rec, BOOL dirs) argument
614 if (in_do_list && rec) {
621 do_list_recurse = rec;
625 if (rec) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_rpc.c1438 #define FETCHSTR(name, rec) \
1440 oldval = rpcstr_pull_unistr2_talloc(mem_ctx, &usr->uni_##rec); } \
1443 #define SETSTR(name, rec, flag) \
1445 init_unistr2(&usr->uni_##rec, argv[0], UNI_STR_TERMINATE); \
1446 init_uni_hdr(&usr->hdr_##rec, &usr->uni_##rec); \
1515 #define HANDLEFLG(name, rec) \
1517 oldval = (oldflags & ACB_##rec) ? "yes" : "no"; \
1519 newflags = oldflags | ACB_##rec; \
1521 newflags = oldflags & ~ACB_##rec; \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dreputils.tcl552 proc replnoop { control rec fromid toid flags lsn } {
586 proc replsend { control rec fromid toid flags lsn } {
652 $db put -txn $txn -append [list $control $rec $fromid]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl508 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
511 my $rec="%rcx";
H A Drc4-x86_64.pl531 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
534 $rec="%rcx";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl508 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
511 my $rec="%rcx";
H A Drc4-x86_64.pl531 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
534 $rec="%rcx";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dconfig.status470 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DDAAP2SQL.c133 #define RECOGNIZER PARSER->rec
H A DDAAPParser.c115 #define RECOGNIZER PARSER->rec
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DDAAP2SQL.c133 #define RECOGNIZER PARSER->rec

Completed in 184 milliseconds

<<11121314151617181920>>