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

1234567891011>>

/freebsd-11-stable/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-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_config.c184 uu_avl_index_t where; local
205 verify(uu_avl_find(hdl->libzfs_ns_avl, cn, NULL, &where)
208 uu_avl_insert(hdl->libzfs_ns_avl, cn, where);
H A Dlibzfs_mount.c281 * in 'where' with the current mountpoint, and return 1. Otherwise, we return
285 is_mounted(libzfs_handle_t *zfs_hdl, const char *special, char **where) argument
292 if (where != NULL)
293 *where = zfs_strdup(zfs_hdl, entry.mnt_mountp);
299 zfs_is_mounted(zfs_handle_t *zhp, char **where) argument
301 return (is_mounted(zhp->zfs_hdl, zfs_get_name(zhp), where));
565 zfs_is_shared_proto(zfs_handle_t *zhp, char **where, zfs_share_proto_t proto) argument
575 if (where != NULL)
576 *where = mountpoint;
587 zfs_is_shared_nfs(zfs_handle_t *zhp, char **where) argument
594 zfs_is_shared_smb(zfs_handle_t *zhp, char **where) argument
[all...]
H A Dlibzfs_changelist.c438 char where[64]; local
455 sizeof (property), &sourcetype, where, sizeof (where),
468 sizeof (property), &share_sourcetype, where, sizeof (where),
/freebsd-11-stable/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.c350 avl_index_t where; local
357 ve = avl_find(&vc->vc_offset_tree, &ve_search, &where);
360 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);
/freebsd-11-stable/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-stable/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-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h148 void putf (char *cp, char *where);
/freebsd-11-stable/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd3.h86 #define ca_where where
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c56 #error where openpty?
/freebsd-11-stable/usr.bin/mkimg/
H A Dgpt.c143 gpt_metadata(u_int where, lba_t blk) argument
146 if (where == SCHEME_META_IMG_START || where == SCHEME_META_IMG_END) {
148 blk += (where == SCHEME_META_IMG_START) ? 2 : 1;
/freebsd-11-stable/contrib/bmake/mk/
H A Dsrctop.mk43 # Linux at least has a bug where attempting to check an automounter
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodts.mk14 # there is no need to use a shell, so avoid where possible.
/freebsd-11-stable/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-stable/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-stable/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-stable/share/mk/
H A Dsrc.lua.mk14 # LUA_INSTALL_PATH and LUA_CMD describe where the internal lua has been
/freebsd-11-stable/stand/
H A Ddefs.mk40 # BINDIR is where we install
43 # LUAPATH is where we search for and install lua scripts.
67 # Our most constrained /boot/loader env is BIOS booting on x86, where
153 # The boot loader build uses dd status=none, where possible, for reproducible
/freebsd-11-stable/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
312 m_checkalignment(const char* where, struct mbuf *m0, int off, int len) argument
320 printf("%s (off %u len %u): ", where, off, len);
/freebsd-11-stable/contrib/sendmail/src/
H A Dsfsasl.c570 ** where -- description of operation
579 tls_retry(ssl, rfd, wfd, tlsstart, timeout, err, where)
586 const char *where;
620 where, rfd, wfd, err);
630 where, rfd, wfd);
631 tlslogerr(LOG_WARNING, 8, where);
/freebsd-11-stable/include/rpcsvc/
H A Dnfs_prot.x234 diropargs where;
724 diropargs3 where;
749 diropargs3 where;
779 diropargs3 where;
820 diropargs3 where;

Completed in 303 milliseconds

1234567891011>>