HomeSort by: relevance | last modified time | path
    Searched defs:fnd (Results 1 - 22 of 22) sorted by relevancy

  /src/common/lib/libc/arch/mips/string/
strchr.S 52 beq a2, a1, fnd
57 fnd: label
  /src/usr.sbin/rpcbind/
pmap_svc.c 267 struct pmaplist *fnd; local
292 fnd = find_service_pmap(reg.pm_prog, reg.pm_vers, reg.pm_prot);
293 if (fnd) {
310 p1 = (fnd->pml_map.pm_port >> 8) & 0xff;
311 p2 = (fnd->pml_map.pm_port) & 0xff;
315 port = fnd->pml_map.pm_port;
rpcb_svc_com.c 161 rpcblist_ptr rbl, fnd; local
169 fnd = find_service(reg.r_prog, reg.r_vers, reg.r_netid);
170 if (fnd && (fnd->rpcb_map.r_vers == reg.r_vers)) {
171 if (!strcmp(fnd->rpcb_map.r_addr, reg.r_addr))
206 for (fnd = list_rbl; fnd->rpcb_next;
207 fnd = fnd->rpcb_next)
209 fnd->rpcb_next = rbl
325 rpcblist_ptr fnd; local
1475 struct pmaplist *fnd; local
1492 struct pmaplist *prevpml, *fnd; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_strnid.c 130 ASN1_STRING_TABLE fnd; local
137 fnd.nid = nid;
141 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
145 return OBJ_bsearch_table(&fnd, tbl_standard, OSSL_NELEM(tbl_standard));
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_strnid.c 130 ASN1_STRING_TABLE fnd; local
137 fnd.nid = nid;
139 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
143 return OBJ_bsearch_table(&fnd, tbl_standard, OSSL_NELEM(tbl_standard));
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_strnid.c 130 ASN1_STRING_TABLE fnd; local
132 fnd.nid = nid;
134 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
138 return OBJ_bsearch_table(&fnd, tbl_standard, OSSL_NELEM(tbl_standard));
  /src/crypto/external/apache2/openssl/dist/crypto/engine/
eng_table.c 88 ENGINE_PILE tmplate, *fnd; local
104 fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
105 if (!fnd) {
106 fnd = OPENSSL_malloc(sizeof(*fnd));
107 if (fnd == NULL)
109 fnd->uptodate = 1;
110 fnd->nid = *nids;
111 fnd->sk = sk_ENGINE_new_null();
112 if (!fnd->sk)
204 ENGINE_PILE tmplate, *fnd = NULL; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/engine/
eng_table.c 88 ENGINE_PILE tmplate, *fnd; local
104 fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
105 if (!fnd) {
106 fnd = OPENSSL_malloc(sizeof(*fnd));
107 if (fnd == NULL)
109 fnd->uptodate = 1;
110 fnd->nid = *nids;
111 fnd->sk = sk_ENGINE_new_null();
112 if (!fnd->sk)
204 ENGINE_PILE tmplate, *fnd = NULL; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_table.c 87 ENGINE_PILE tmplate, *fnd; local
98 fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
99 if (!fnd) {
100 fnd = OPENSSL_malloc(sizeof(*fnd));
101 if (fnd == NULL)
103 fnd->uptodate = 1;
104 fnd->nid = *nids;
105 fnd->sk = sk_ENGINE_new_null();
106 if (!fnd->sk)
200 ENGINE_PILE tmplate, *fnd = NULL; local
    [all...]
  /src/sys/netinet6/
sctp6_usrreq.c 1072 int fnd; local
1078 fnd = 0;
1083 fnd = 1;
1087 if ((!fnd) || (sin_a6 == NULL)) {
1102 int fnd = 0; local
1108 fnd = 1;
1112 if (!fnd) {
1127 int fnd, error; local
1153 fnd = 0;
1157 fnd = 1
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.h 224 std::unique_ptr<file_and_directory> fnd; member in struct:dwarf2_per_cu_data
read.c 1879 file_and_directory &fnd = find_file_and_directory (comp_unit_die, cu);
1900 lh = dwarf_decode_line_header (line_offset, cu, fnd.get_comp_dir ());
1904 if (!fnd.is_unknown ())
1923 compute_include_file_name (lh.get (), entry, fnd, name_holder);
1933 qfn->comp_dir = fnd.intern_comp_dir (per_objfile->objfile);
1938 qfn->file_names[0] = per_objfile->objfile->intern (fnd.get_name ());
2015 if (fnd != nullptr)
2016 fnd->forget_fullname ();
2926 if (per_cu->fnd != nullptr)
2928 file_and_directory *fnd = per_cu->fnd.get ()
1876 file_and_directory &fnd = find_file_and_directory (comp_unit_die, cu); local
2925 file_and_directory *fnd = per_cu->fnd.get (); local
3091 file_and_directory *fnd = per_cu->fnd.get (); local
7508 file_and_directory &fnd = find_file_and_directory (die, cu); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.h 253 file_and_directory_up fnd; member in struct:dwarf2_per_cu
read.c 1736 file_and_directory &fnd = find_file_and_directory (comp_unit_die, cu);
1755 lh = dwarf_decode_line_header (line_offset, cu, fnd.get_comp_dir ());
1759 if (!fnd.is_unknown ())
1777 compute_include_file_name (lh.get (), entry, fnd, name_holder);
1787 qfn->comp_dir = fnd.intern_comp_dir (per_objfile->objfile);
1791 qfn->file_names[0] = per_objfile->objfile->intern (fnd.get_name ());
1868 if (fnd != nullptr)
1869 fnd->forget_fullname ();
1993 if (per_cu->fnd != nullptr)
1995 file_and_directory *fnd = per_cu->fnd.get ()
1733 file_and_directory &fnd = find_file_and_directory (comp_unit_die, cu); local
1992 file_and_directory *fnd = per_cu->fnd.get (); local
2156 file_and_directory *fnd = per_cu->fnd.get (); local
6055 file_and_directory &fnd = find_file_and_directory (die, cu); local
    [all...]
  /src/sys/fs/nfs/client/
nfs_clstate.c 1135 int ret = 0, fnd; local
1190 fnd = 0;
1199 fnd = 1;
1203 if (fnd)
1207 if (fnd)
3056 printf("nfscl: never fnd open\n");
  /src/sys/netinet/
sctp_pcb.c 3422 int fnd, error; local
3423 fnd = 0;
3440 fnd = 1;
3445 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) && (fnd == 0)) {
3494 int fnd; local
3495 fnd = 0;
3503 fnd = 1;
3507 if (fnd && (inp->laddr_count < 2)) {
3511 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) && (fnd)) {
sctp_usrreq.c 3722 int fnd; local
3728 fnd = 0;
3734 fnd = 1;
3738 if ((!fnd) || (sin_a == NULL)) {
3755 int fnd = 0; local
3761 fnd = 1;
3765 if (!fnd) {
3778 int fnd; local
3810 fnd = 0;
3814 fnd = 1
    [all...]
sctp_output.c 3115 uint8_t fnd; local
3142 fnd = 0;
3150 fnd = 1;
3157 fnd = 1;
3163 if (fnd == 0) {
3204 fnd = 0;
3214 fnd = 1;
3221 fnd = 1;
3226 if (!fnd) {
  /src/usr.sbin/mountd/
mountd.c 2180 int fnd = 0, ret = 0; local
2209 fnd = 1;
2219 if (fnd) {
  /src/sys/kern/
vfs_syscalls.c 4437 struct nameidata fnd, tnd; local
4463 NDINIT(&fnd, DELETE, (LOCKPARENT | TRYEMULROOT), fpb);
4464 if ((error = fd_nameiat(l, fromfd, &fnd)) != 0)
4471 fdvp = fnd.ni_dvp;
4472 fvp = fnd.ni_vp;
4505 if ((fnd.ni_cnd.cn_namelen == 1 &&
4506 fnd.ni_cnd.cn_nameptr[0] == '.') ||
4507 (fnd.ni_cnd.cn_namelen == 2 &&
4508 fnd.ni_cnd.cn_nameptr[0] == '.' &&
4509 fnd.ni_cnd.cn_nameptr[1] == '.'))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 548 tree fnd = 0; local
556 fnd = lproto;
559 fnd = lookup_protocol_in_reflist (PROTOCOL_LIST (p), lproto);
562 if (fnd)
563 return fnd;
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 550 tree fnd = 0; local
558 fnd = lproto;
561 fnd = lookup_protocol_in_reflist (PROTOCOL_LIST (p), lproto);
564 if (fnd)
565 return fnd;

Completed in 183 milliseconds