Home
last modified time | relevance | path

Searched refs:not_found (Results 1 – 20 of 20) sorted by relevance

/freebsd-12-stable/lib/libpam/modules/pam_group/
Dpam_group.c109 not_found: in pam_group()
121 goto not_found; in pam_group()
/freebsd-12-stable/sys/fs/devfs/
Ddevfs_vnops.c374 int not_found; in devfs_allocv_drop_refs() local
376 not_found = 0; in devfs_allocv_drop_refs()
378 not_found = 1; in devfs_allocv_drop_refs()
380 KASSERT(not_found == 1, ("DEVFS de dropped but not doomed")); in devfs_allocv_drop_refs()
384 KASSERT(not_found == 1, in devfs_allocv_drop_refs()
386 not_found = 2; in devfs_allocv_drop_refs()
390 if (not_found == 1 || (drop_dm_lock && not_found != 2)) in devfs_allocv_drop_refs()
392 return (not_found); in devfs_allocv_drop_refs()
/freebsd-12-stable/contrib/ntp/sntp/libevent/sample/
Dhttp-server.c120 goto not_found; /* no exension */ in guess_content_type()
127 not_found: in guess_content_type()
/freebsd-12-stable/contrib/libevent/sample/
Dhttp-server.c120 goto not_found; /* no exension */ in guess_content_type()
127 not_found: in guess_content_type()
/freebsd-12-stable/crypto/heimdal/lib/krb5/
Dget_cred.c670 not_found(krb5_context context, krb5_const_principal p, krb5_error_code code) in not_found() function
710 return not_found(context, server, KRB5_CC_NOTFOUND); in find_cred()
802 return not_found(context, in_creds->server, KRB5_CC_NOTFOUND); in get_cred_kdc_capath_worker()
1187 return not_found(context, in_creds->server, KRB5_CC_NOTFOUND); in krb5_get_credentials_with_flags()
1407 ret = not_found(context, in_creds.server, KRB5_CC_NOTFOUND); in krb5_get_creds()
/freebsd-12-stable/sys/net/
Droute.c729 int not_found = 0; in ifa_ifwithroute() local
768 not_found = 1; in ifa_ifwithroute()
772 not_found = 1; in ifa_ifwithroute()
777 if (!not_found && rt->rt_ifa != NULL) { in ifa_ifwithroute()
782 if (not_found || ifa == NULL) in ifa_ifwithroute()
/freebsd-12-stable/usr.sbin/bsdconfig/share/
Dsysrc.subr536 local not_found=
545 not_found=1
561 if [ "$not_found" ]; then
/freebsd-12-stable/contrib/jemalloc/src/
Dprof.c791 bool not_found; in prof_lookup() local
801 not_found = ckh_search(&tdata->bt2tctx, bt, NULL, &ret.v); in prof_lookup()
802 if (!not_found) { /* Note double negative! */ in prof_lookup()
806 if (not_found) { in prof_lookup()
/freebsd-12-stable/lib/libc/db/mpool/
Dmpool.libtp327 goto not_found;
367 not_found:
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Dbuffer.c2758 goto not_found; in evbuffer_search_range()
2770 goto not_found; in evbuffer_search_range()
2777 not_found: in evbuffer_search_range()
/freebsd-12-stable/contrib/libevent/
Dbuffer.c2758 goto not_found; in evbuffer_search_range()
2770 goto not_found; in evbuffer_search_range()
2777 not_found: in evbuffer_search_range()
/freebsd-12-stable/contrib/wpa/src/eap_server/
Deap_server.c1641 goto not_found; in eap_sm_process_nak()
1654 not_found: in eap_sm_process_nak()
/freebsd-12-stable/contrib/gdb/gdb/
Dbreakpoint.c4309 int not_found = 0; in resolve_pending_breakpoint() local
5079 int not_found = 0; in break_command_1() local
5091 parse_args.not_found_ptr = &not_found; in break_command_1()
5102 if (not_found) in break_command_1()
/freebsd-12-stable/sys/dev/aic7xxx/
Daic79xx.seq1126 cmp SCSIBUS, MSG_SIMPLE_Q_TAG jne not_found;
1139 jmp not_found;
1149 test SCB_CONTROL,DISCONNECTED jz not_found;
1161 not_found:
Daic7xxx.seq1893 cmp LASTPHASE, P_MESGIN jne not_found;
1897 cmp SCSIBUSL,MSG_SIMPLE_Q_TAG jne not_found;
1950 not_found:
/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
Doperations.cpp543 return file_status(file_type::not_found); in create_file_status()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dfilesystem284 not_found = -1,
1979 return status_known(__s) && __s.type() != file_type::not_found;
/freebsd-12-stable/contrib/diff/
DChangeLog975 * src/sdiff.c (not_found, execdiff): Remove.
1863 (free_software_msgid, editor_program, not_found): New vars.
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-20055355 (not_found): Same.
DChangeLog-20038463 (class not_found): Add.