Searched refs:found (Results 151 - 175 of 698) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ksetpwd.c372 boolean_t found = B_FALSE; local
375 return (found);
378 return (found);
383 return (found);
389 found = B_TRUE;
398 return (found);
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c192 int found = 0; local
211 found = 1;
217 * If there are entries found in the monitor table,
220 if (found) {
403 mon_entry *new, *found; local
481 found = 0;
489 * If the hostname is found in the list, the incoming
500 /* found */
523 found = monitor_q;
525 } else if (found)
[all...]
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c141 struct tmpnode **found)
166 if (found)
167 *found = tnp;
185 * to the found tmpnode with its vnode held.
244 struct tmpnode *found = NULL; local
327 * Search for the entry. Return "found" if it exists.
329 tdp = tmpfs_hash_lookup(name, dir, 1, &found);
332 ASSERT(found);
337 *tpp = found;
340 tmpnode_rele(found);
140 tmpfs_hash_lookup(char *name, struct tmpnode *parent, uint_t hold, struct tmpnode **found) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c381 * num_paths_p If non-NULL, return the actual number of paths found.
769 "NO HCA found");
1125 uint8_t found, p_fnd; local
1234 p_fnd = found = 0;
1323 &paths[found - 1].pi_alt_cep_path);
1328 paths[found - 1].pi_alt_pkt_lt =
1336 if (found == *num_path)
1340 dinfo, &paths[found]);
1344 found++;
1354 if ((idx != 0xFF) && (found
1386 uint8_t found, num_rec; local
3169 uint8_t found, p_fnd; local
3387 uint8_t found, num_rec; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h101 int found; member in struct:_profile_options
107 int found; member in struct:_profile_times
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c256 * it contained a symbol definition we need, but was found not to
265 * but found not to contain a symbol we need, each entry with the same offset
281 * members are found in the archive. As such, the symbols for a
444 * found - Address of variable to set to TRUE if any objects are extracted
448 * Returns FALSE on fatal error. On success, *found will be TRUE
454 Ofl_desc *ofl, Boolean *found, Rej_desc *rej)
702 *found = again = TRUE;
721 * found - Address of variable to set to TRUE if any objects are extracted
725 * Returns FALSE on fatal error. On success, *found will be TRUE
731 Boolean *found, Rej_des
453 ar_extract_bysym(const char *name, int fd, Ar_desc *adp, Ofl_desc *ofl, Boolean *found, Rej_desc *rej) argument
730 ar_extract_all(const char *name, int fd, Ar_desc *adp, Ofl_desc *ofl, Boolean *found, Rej_desc *rej) argument
830 Boolean found = FALSE; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h167 * Largest value that will fit into our lost+found naming scheme of
197 char matchRequired, struct pcdir **found, int32_t *lastDirCluster,
209 int operation, char matchRequired, struct pcdir **found,
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c447 int found; local
476 found = 0;
479 found++;
483 if (!found) {
504 int i, found, count; local
521 found = 0;
524 found++;
528 if (!found)
/illumos-gate/usr/src/lib/libast/common/preroot/
H A Dgetpreroot.c129 goto found;
147 found:
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c342 panic("page not found");
1094 x86pte_t found; local
1100 found = x86pte_cas(higher, entry, expect, 0);
1106 if (found != expect && found != 0)
1108 if (found != expect)
1110 panic("Bad PTP found=" FMT_PTE ", expected=" FMT_PTE,
1111 found, expect);
1138 x86pte_t found; local
1146 found
2243 x86pte_t found; local
2308 x86pte_t found; local
[all...]
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh139 found=0
146 found=1
151 if (( $found == 1 )); then
156 if (( $found != 1 )); then
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h71 #define forwardable_flag_set config_file_options[0].found
72 #define forward_flag_set config_file_options[1].found
73 #define encrypt_flag_set config_file_options[2].found
74 #define autologin_set config_file_options[3].found
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c301 int found; local
335 found = 0;
361 found = 1;
366 if (found == 0) {
386 * RETURNS: int - 0 if maxphys not found
387 * - 1 if maxphys is found
508 * wasn't found in any other mounts on the system. This means it's
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c761 cryptoerror(LOG_STDERR, gettext("%s not found"), libname);
790 boolean_t found; local
864 found = B_FALSE;
886 found = B_TRUE;
891 if (found) {
1100 boolean_t found = B_FALSE; local
1108 found = B_TRUE;
1114 return (found);
1133 boolean_t found; local
1194 found
1523 boolean_t found; local
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dcreate.c464 int found = 0; local
471 while (pnode != NULL && !found) {
473 found++;
478 if (found) {
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_manage.c364 int found; member in struct:walk_arg
381 warg->found = 1;
400 warg.found = 0;
407 if (warg.found == 0) {
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_netops.c74 * a net entry when the node is not found in the cache.
153 goto found;
190 found:
220 goto found;
242 found:
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_handlers.c90 * found the right ci, check
92 * (Note that if we found the ci, chances are that
114 boolean_t found = B_FALSE; local
123 * of all the CI contexts. If a match is found, we wake
134 found = B_TRUE;
141 if (found)
148 if (!found)
202 "ci = %016" PRIx64 "NOT found.\n",
209 /* found the right ci, count clients */
219 "ibmf_i_callback_clients: found
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfindlib.h61 int found; member in struct:__anon2637
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dgptwo_pci.c389 int found, j, circ; local
409 found = 0;
413 found = 1;
416 if (!found) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vss.c133 * By using the cur_node passed in, a new node is found or
137 * Once the new smb node is found, the path is modified by
191 * empty after the map call, no such snapshot was found.
349 boolean_t found; local
355 found = B_FALSE;
358 if (!found && smb_vss_is_gmttoken(src)) {
362 found = B_TRUE;
424 * of the path. If the snapshot cannot be found, a string with a NULL
/illumos-gate/usr/src/lib/lvm/libpreen/common/
H A Dmdpreen.c88 int found = 0; local
111 found = 1;
117 * if no match is found return -1
119 if (found == 0)
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_pr.c160 goto found;
163 goto found;
165 found:
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_class.c102 int i, error = 0, found = 0; local
127 found = 1;
159 if (!error && found) {
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c81 int found; member in struct:psent
162 int i, found; local
442 found = 0;
451 found++;
470 if (!found && !tflg && !aflg && info.pr_euid != my_uid)
520 psent[nent].found = found;
537 if (prcom(pp->found, pp->psinfo, pp->psargs)) {
843 prcom(int found, psinfo_t *psinfo, char *psargs) argument
857 if (tflg && !found)
[all...]

Completed in 115 milliseconds

1234567891011>>