/illumos-gate/usr/src/lib/libadm/common/ |
H A D | getdgrp.c | 339 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 D | getdev.c | 860 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/lib/libc/amd64/gen/ |
H A D | memccpy.S | 36 jl .notfound 43 jl .notfound 50 jl .notfound 57 jl .notfound 80 .notfound: label
|
H A D | strchr.S | 36 je .notfound 42 je .notfound 48 je .notfound 57 .notfound: label
|
H A D | wschr.S | 49 je .notfound 55 je .notfound 61 je .notfound 70 .notfound: label
|
/illumos-gate/usr/src/lib/pam_modules/authtok_check/ |
H A D | fascist.c | 392 uint32_t notfound; in FascistLook() local 395 notfound = PW_WORDS(pwp); in FascistLook() 416 if (FindPW(pwp, a) != notfound) { in FascistLook() 429 if (FindPW(pwp, a) != notfound) { in FascistLook()
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | memccpy.S | 42 jl .notfound 49 jl .notfound 56 jl .notfound 63 jl .notfound 86 .notfound: label
|
H A D | wschr.S | 50 je .notfound 56 je .notfound 62 je .notfound 71 .notfound: label
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/ |
H A D | nfsref.c | 97 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/sparc/gen/ |
H A D | memchr.S | 60 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/lib/libc/sparcv9/gen/ |
H A D | memchr.S | 60 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/cmd/sgs/ar/common/ |
H A D | main.c | 43 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/cmd/sendmail/db/btree/ |
H A D | bt_search.c | 179 goto notfound; 290 goto notfound; 296 notfound:
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | pkg.c | 120 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 D | path.sh | 124 do if ! whence notfound$i 2> /dev/null 125 then cmd=notfound$i 205 got=$(whence ./notfound) 207 got=$(whence $PWD/notfound)
|
H A D | subshell.sh | 101 TEST_notfound=notfound 103 do TEST_notfound=notfound-$RANDOM
|
/illumos-gate/usr/src/boot/common/ |
H A D | boot.c | 312 goto notfound; in getrootmount() 389 notfound: in getrootmount()
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | bltin.c | 79 failed(a1, notfound); in builtin() 386 failed(*argv, notfound); in builtin()
|
H A D | msg.c | 68 const char notfound[] = "not found"; variable
|
H A D | defs.h | 425 extern const char notfound[];
|
H A D | xec.c | 160 failure(*com, notfound);
|
H A D | service.c | 231 xecmsg = notfound; in execa()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nv.c | 367 goto notfound; in mdb_nv_remove() 376 goto notfound; in mdb_nv_remove() 394 notfound: in mdb_nv_remove()
|
/illumos-gate/usr/src/uts/common/fs/devfs/ |
H A D | devfs_subr.c | 1100 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/io/net80211/ |
H A D | net80211_node.c | 569 notfound: in ieee80211_end_scan() 632 goto notfound; in ieee80211_end_scan()
|