Searched defs:found (Results 101 - 125 of 531) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c6 * forth in the LICENSE file which can be found at the top level of
337 bool found = false; local
352 found = true;
363 found = true;
367 if (!found)
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dinspect.c156 int found = 0; local
173 found = 1;
177 if (found == 0) {
/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c66 * the e_version field, and all the information we require is found in this
181 int found = 0; local
186 * Stop after analyzing the first plain object found.
188 while (!found && ((_elf = elf_begin(fd, cmd, elf)) != NULL)) {
194 found = archive(fd, _elf, class_ret, mach_ret);
214 found = 1;
223 return (found);
675 * set. If a specified alternative could not be found, bail.
/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/bnu/
H A Dct.c139 int found = 0, local
247 if ( (found = gdev (_Flds)) > 0) { /* found a dialer */
252 else if (found == 0) { /* no dialers of that on system */
259 VERBOSE("%s busy", (found == -1) ? "Dialer is" : "Dialers are");
273 (void) fprintf(stdout, "The (%d) %s dialer%s busy\n", -found,
274 _Flds[F_CLASS], (found == -1 ? " is" : "s are"));
311 if (found < 0) { /* no dialer found - get out */
317 /* found
[all...]
/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.c408 vol_name_to_dev_node(char *vname, char *found) argument
427 (void) snprintf(found, PATH_MAX, "%s/s%d", p1, i);
428 if (access(found, F_OK) >= 0)
436 (void) strlcpy(found, p1, PATH_MAX);
446 * returns the path found in 'found' and returns 1. Otherwise returns 0.
449 lookup_device(char *supplied, char *found) argument
459 (void) strlcpy(found, supplied, PATH_MAX);
480 (void) strlcpy(found, supplied, PATH_MAX);
496 (void) strlcpy(found, tmpst
554 scan_for_cd_device(int mode, cd_device **found) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef.c700 boolean_t found; local
793 found = B_FALSE;
802 found = B_TRUE;
807 if (found == B_FALSE) {
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddoor_if.c184 "nwamd_door_req_wlan_scan_results: link %s not found",
492 nlog(LOG_ERR, "nwamd_door_req_state: %s %s not found",
542 boolean_t found = B_FALSE; local
577 found = B_TRUE;
591 if (!found) {
H A Dncp.c229 boolean_t found; member in struct:priority_group_cbarg
247 cbarg->found = B_TRUE;
262 cbarg.found = B_FALSE;
267 if (cbarg.found) {
368 "interface NCU of %s not found, skipping", name);
624 * Returns 'true' if it found the highest priority group no higher then what
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c413 struct cmd *c, *found; local
422 found = 0;
431 found = c;
438 return (found);
488 char *tmp = argbase; /* will return this if token found */
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c515 int err, status, found = 0; local
521 found++;
541 if (found == 0)
/illumos-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c134 int found = 0; local
141 found = 1;
175 if (!found || !blocking)
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddockdeps.c311 register int i, c, found; local
328 found = (-1);
332 if ((found >= 0) && !isspace(c))
347 found++;
350 if (found < 0)
359 alist[found] = qstrdup(pt+1);
365 vlist[found] = qstrdup(pt);
366 if (pt = strchr(vlist[found], '\n'))
369 found++;
372 return ((found >
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c60 /* exclude this attribute if found */
63 /* this attribute must not change if found */
71 * FLAG_XXX is the action to perform when the attribute is found
261 int found = 0; local
270 found++;
275 if (!found) {
353 /* save location/break if match found */
365 /* handle excluded attribute found */
373 /* handle fixed attribute found */
396 /* if target not found attribut
[all...]
/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/gssapi/mechs/krb5/krb5/os/
H A Dinit_os_ctx.c78 int found = 0; local
99 found = !_stat(name, &s);
102 if (found)
113 * found something. Make sure to free(*pbuffer) when done. It will
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vtops.c147 * a entry when the node is not found in the cache.
359 char found = 0; local
386 found = 0;
394 found = 1;
398 if (!found) {
404 found = 0;
412 found |= 0x01;
414 found |= 0x02;
416 if ((found & 0x01) && (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/tools/ctf/cvt/
H A Dinput.c135 int secnum = 1, found = 0; local
177 found += rc;
180 return (found);
188 int found = 0; local
202 found = read_archive(fd, elf, file, label,
207 found = read_file(elf, file, label,
218 return (found);
236 int found; local
239 for (i = 0, found = 0; i < n; i++) {
243 found
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_power.c505 u8_t found; local
517 found = TRUE;
518 for(j = 0; j < mask_size && found == TRUE; j++)
522 found = FALSE;
530 found = FALSE;
535 if(found)
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Ddiag.c216 int found = 0; local
276 found++;
281 if (found == 0) {
288 * We found the backplane element.
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c187 DAPL_HASH_ELEM *found; local
206 DAPL_HASHLOOKUP(p_table, key, olddatum, found);
208 if (found) {
468 * Searches for the given key. If found,
481 DAPL_HASH_ELEM *found; local
488 DAPL_HASHLOOKUP(p_table, key, olddatum, found);
491 DAPL_HASHLOOKUP(p_table, key, olddatum, found);
494 if (found) {
592 "dapls_hash_iterate: entry found=(%p), bucket(%d)\n",
598 if (curr->next_element != NULL) { /* found th
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dacct.c201 * Returns 1 if found (in use), 0 otherwise.
217 boolean_t found = B_FALSE; local
228 found = B_TRUE;
231 found = B_TRUE;
234 if (found)
247 int found; local
252 found = acct_find(vp, B_TRUE);
254 return (found);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_mac.c325 int found; local
358 found = eib_data_lookup_vnic(ss, evh.eh_smac, evh.eh_vlan, &vnic,
360 if (found != EIB_E_SUCCESS) {
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dconnection.c235 struct rdsv3_connection *found; local
237 found = rdsv3_conn_lookup(laddr, faddr, &pos);
238 if (found) {
241 conn = found;

Completed in 218 milliseconds

1234567891011>>