Home
last modified time | relevance | path

Searched refs:notfound (Results 1 – 25 of 29) sorted by last modified time

12

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nv.c366 goto notfound; in mdb_nv_remove()
375 goto notfound; in mdb_nv_remove()
393 notfound: in mdb_nv_remove()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/
H A Dnfsref.c97 int err, fd, i, len, oldlen, notfound = 0; in addref() local
112 notfound = 1; in addref()
123 if (notfound == 0) in addref()
160 if (notfound == 0) { in addref()
179 if (notfound) in addref()
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemchr.S60 bz %ncc, .notfound ! yup, c not found, return null ptr
72 bz %ncc, .notfound ! c not found in first n bytes
81 bz %ncc, .notfound ! c not found in first n bytes
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemchr.S60 bz .notfound ! yup, c not found, return null ptr
72 bz .notfound ! c not found in first n bytes
81 bz .notfound ! c not found in first n bytes
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c4474 int notfound = subr == DIF_SUBR_STRSTR ? 0 : -1; in dtrace_dif_subr() local
4477 regs[rd] = notfound; in dtrace_dif_subr()
4581 for (regs[rd] = notfound; addr != limit; addr += inc) { in dtrace_dif_subr()
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c1100 goto notfound; in dv_find()
1126 goto notfound; in dv_find()
1136 goto notfound; in dv_find()
1187 goto notfound; in dv_find()
1217 goto notfound; in dv_find()
1232 goto notfound; in dv_find()
1250 notfound: in dv_find()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c5333 goto notfound; in ip_fanout_udp_multi_v4()
5388 notfound: in ip_fanout_udp_multi_v4()
H A Dip6.c2500 goto notfound; in ip_fanout_udp_multi_v6()
2559 notfound: in ip_fanout_udp_multi_v6()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dwschr.S50 je .notfound
56 je .notfound
62 je .notfound
71 .notfound: label
H A Dmemccpy.S42 jl .notfound
49 jl .notfound
56 jl .notfound
63 jl .notfound
86 .notfound: label
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dwschr.S49 je .notfound
55 je .notfound
61 je .notfound
70 .notfound: label
H A Dstrchr.S36 je .notfound
42 je .notfound
48 je .notfound
57 .notfound: label
H A Dmemccpy.S36 jl .notfound
43 jl .notfound
50 jl .notfound
57 jl .notfound
80 .notfound: label
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdgrp.c339 int notfound; /* TRUE if no mbr of dgrp is in dev list */ in isindevlist() local
348 notfound = TRUE; in isindevlist()
349 for (pmbr = dgrp->membership; notfound && pmbr; pmbr = pmbr->next) { in isindevlist()
362 for (pdev = devlist; notfound && *pdev; pdev++) in isindevlist()
364 if ((cmpval = strcmp(mbralias, *pdev)) == 0) notfound = FALSE; in isindevlist()
382 return (!notfound); in isindevlist()
409 int notfound; in isincallerslist() local
417 notfound = TRUE; in isincallerslist()
420 for (pdgrp = dgroups; notfound && *pdgrp; pdgrp++) { in isincallerslist()
421 if (strcmp(dgrp->name, *pdgrp) == 0) notfound = FALSE; in isincallerslist()
[all …]
H A Dgetdev.c860 int notfound; /* TRUE if attr found in list */ in matchallcriteria() local
895 notfound = TRUE; in matchallcriteria()
897 while (notfound && q) { in matchallcriteria()
899 notfound = FALSE; in matchallcriteria()
904 if (notfound) failed = TRUE; in matchallcriteria()
/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c68 const char notfound[] = "not found"; variable
H A Dbltin.c79 failed(a1, notfound); in builtin()
386 failed(*argv, notfound); in builtin()
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dmain.c43 static int notfound(Cmd_info *);
159 ret = notfound(cmd_info); in main()
390 notfound(Cmd_info *cmd_info) in notfound() function
/illumos-gate/usr/src/boot/common/
H A Dboot.c312 goto notfound; in getrootmount()
389 notfound: in getrootmount()
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_node.c569 notfound: in ieee80211_end_scan()
632 goto notfound; in ieee80211_end_scan()
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dfascist.c391 uint32_t notfound; in FascistLook() local
394 notfound = PW_WORDS(pwp); in FascistLook()
415 if (FindPW(pwp, a) != notfound) { in FascistLook()
428 if (FindPW(pwp, a) != notfound) { in FascistLook()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dpkg.c120 int notfound = 1; in read_thru() local
126 notfound = 0; in read_thru()
130 return (notfound); in read_thru()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh101 TEST_notfound=notfound
103 do TEST_notfound=notfound-$RANDOM
H A Dpath.sh124 do if ! whence notfound$i 2> /dev/null
125 then cmd=notfound$i
205 got=$(whence ./notfound)
207 got=$(whence $PWD/notfound)
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c2863 int notfound = 0; in checkm4() local
2876 notfound++; in checkm4()
2879 return (notfound); in checkm4()

12