Searched refs:where (Results 126 - 150 of 322) sorted by relevance

1234567891011>>

/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_config.c183 uu_avl_index_t where; local
204 verify(uu_avl_find(hdl->libzfs_ns_avl, cn, NULL, &where)
207 uu_avl_insert(hdl->libzfs_ns_avl, cn, where);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_errlog.c46 * This log is then shipped into an nvlist where the key is the dataset name and
99 avl_index_t where; local
120 if (avl_find(tree, &search, &where) != NULL) {
127 avl_insert(tree, new, where);
H A Dvdev_cache.c348 avl_index_t where; local
355 ve = avl_find(&vc->vc_offset_tree, &ve_search, &where);
358 ve = avl_nearest(&vc->vc_offset_tree, where, AVL_AFTER);
H A Dtrim_map.c206 avl_index_t where; local
218 ts = avl_find(&tm->tm_queued_frees, &tsearch, &where);
227 ts_before = avl_nearest(&tm->tm_queued_frees, where, AVL_BEFORE);
228 ts_after = avl_nearest(&tm->tm_queued_frees, where, AVL_AFTER);
260 avl_insert(&tm->tm_queued_frees, ts, where);
H A Dzil.c152 avl_index_t where; local
159 if (avl_find(t, dva, &where) != NULL)
164 avl_insert(t, zn, where);
777 avl_index_t where; local
795 if (avl_find(t, &zvsearch, &where) == NULL) {
798 avl_insert(t, zv, where);
1220 avl_index_t where; local
1245 ian = avl_find(t, &oid, &where);
1318 avl_index_t where; local
1320 ian = avl_find(t, &foid, &where);
1420 avl_index_t where; local
[all...]
/freebsd-11.0-release/usr.bin/rpcgen/
H A Drpc_util.c56 char *where = curline; /* current point in line */ variable
79 where = curline;
410 for (i = 0; i < where - curline; i++) {
H A Drpc_util.h112 extern char *where;
/freebsd-11.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h148 void putf (char *cp, char *where);
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c56 #error where openpty?
/freebsd-11.0-release/contrib/libreadline/
H A Disearch.c155 rl_display_search (search_string, reverse_p, where)
157 int reverse_p, where;
168 if (where != -1)
170 sprintf (message, "[%d]", where + history_base);
239 /* The line where we start the search. */
293 /* Don't worry about where to put the mark here; rl_get_previous_history
652 not found. We use this to determine where to place rl_point. */
/freebsd-11.0-release/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd3.h90 #define ca_where where
/freebsd-11.0-release/contrib/apr/
H A Dapr-config.in58 --bindir print location where binaries are installed
59 --includedir print location where headers are installed
193 # If the LA_FILE exists where we think it should be, use it. If we're
/freebsd-11.0-release/usr.bin/mkimg/
H A Dgpt.c159 gpt_metadata(u_int where, lba_t blk) argument
162 if (where == SCHEME_META_IMG_START || where == SCHEME_META_IMG_END) {
164 blk += (where == SCHEME_META_IMG_START) ? 2 : 1;
/freebsd-11.0-release/contrib/openpam/
H A Dmkpkgng.in136 Linux-PAM, plus some innovations of its own. In areas where these
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-ia64.h108 extern void ia64_cons_fix_new PARAMS ((fragS *f, int where, int nbytes,
287 } where; member in struct:unw_x_record
H A Dtc-mep.c875 /* This is where we will eventually read the config information
931 We want to handle the general case where more than
1286 int where = fragP->fr_opcode - fragP->fr_literal;
1289 addend = target_address_for (fragP) - (fragP->fr_address + where);
1302 where += 2;
1315 where += 4;
1418 where,
1420 (fragP->fr_fix - where) * 8,
1558 int where,
1565 fixS * fixP = gas_cgen_record_fixup_exp (frag, where, ins
1283 int where = fragP->fr_opcode - fragP->fr_literal; local
1553 mep_cgen_record_fixup_exp(fragS *frag, int where, const CGEN_INSN *insn, int length, const CGEN_OPERAND *operand, int opinfo, expressionS *exp) argument
[all...]
/freebsd-11.0-release/contrib/bmake/mk/
H A Dsrctop.mk43 # Linux at least has a bug where attempting to check an automounter
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dmodts.mk14 # there is no need to use a shell, so avoid where possible.
/freebsd-11.0-release/contrib/dtc/
H A Dfdtget.c51 static void report_error(const char *where, int err) argument
53 fprintf(stderr, "Error at '%s': %s\n", where, fdt_strerror(err));
/freebsd-11.0-release/sys/netipsec/
H A Dipsec_mbuf.c48 * when absolutely necessary. The mbuf where the new header
68 * where the new header should be placed. Figure out
294 m_checkalignment(const char* where, struct mbuf *m0, int off, int len) argument
302 printf("%s (off %u len %u): ", where, off, len);
/freebsd-11.0-release/lib/libc/rpc/
H A Dsvc_raw.c181 xdr_where = msg->acpted_rply.ar_results.where;
183 msg->acpted_rply.ar_results.where = NULL;
/freebsd-11.0-release/contrib/sendmail/src/
H A Dsfsasl.c569 ** where -- description of operation
578 tls_retry(ssl, rfd, wfd, tlsstart, timeout, err, where)
585 const char *where;
619 where, rfd, wfd, err);
629 where, rfd, wfd);
631 tlslogerr(LOG_WARNING, where);
/freebsd-11.0-release/contrib/apr/encoding/
H A Dapr_escape.c330 unsigned char *where)
335 *where++ = prefix;
336 *where++ = c2x_table[what >> 4];
337 *where++ = c2x_table[what & 0xf];
338 return where;
329 c2x(unsigned what, unsigned char prefix, unsigned char *where) argument
/freebsd-11.0-release/include/rpcsvc/
H A Dnfs_prot.x234 diropargs where;
724 diropargs3 where;
749 diropargs3 where;
779 diropargs3 where;
820 diropargs3 where;
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dsrec.c146 bfd_vma where; member in struct:srec_data_list_struct
850 entry->where = section->lma + offset;
856 && entry->where >= tdata->tail->where)
867 *look != NULL && (*look)->where < entry->where;
984 address = list->where + octets_written / bfd_octets_per_byte (abfd);

Completed in 391 milliseconds

1234567891011>>