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

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-ifndef.mk4 # guards. In contrast to C, where #ifndef and #define nicely line up the
H A Dcond-late.mk7 # the condition. This is different from conditions in .if directives, where
H A Drecursive.mk35 # brace would be detected directly in the line where it is produced.
/freebsd-current/stand/
H A Ddefs.mk59 # BINDIR is where we install
62 # LUAPATH is where we search for and install lua scripts.
92 # Our most constrained /boot/loader env is BIOS booting on x86, where
182 # The boot loader build uses dd status=none, where possible, for reproducible
/freebsd-current/contrib/bmake/mk/
H A Dsrctop.mk45 # Linux at least has a bug where attempting to check an automounter
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_initialize.c335 zfs_btree_index_t where; local
337 for (range_seg_t *rs = zfs_btree_first(bt, &where); rs != NULL;
338 rs = zfs_btree_next(bt, &where, &where)) {
442 zfs_btree_index_t where; local
445 zfs_btree_first(&rt->rt_root, &where); rs;
446 rs = zfs_btree_next(&rt->rt_root, &where,
447 &where)) {
491 /* Pick up where we left off mid-range. */
H A Dbrt.c139 * references we couldn't tell where it belongs, so we would have to decide
208 * When we free a block we have an additional step in the ZIO pipeline where we
215 * At the beginning of spa_sync() where there can be no more block cloning,
234 * To address this situation we leverage zil_claim() mechanism where ZFS will
1156 avl_index_t where; local
1200 racebre = avl_find(&brtvd->bv_tree, &bre_search, &where);
1204 avl_insert(&brtvd->bv_tree, bre, where);
1229 avl_index_t where; local
1267 racebre = avl_find(&brtvd->bv_tree, &bre_search, &where);
1281 avl_insert(&brtvd->bv_tree, bre, where);
1386 avl_index_t where; local
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c196 * in 'where' with the current mountpoint, and return 1. Otherwise, we return
200 is_mounted(libzfs_handle_t *zfs_hdl, const char *special, char **where) argument
207 if (where != NULL)
208 *where = zfs_strdup(zfs_hdl, entry.mnt_mountp);
214 zfs_is_mounted(zfs_handle_t *zhp, char **where) argument
216 return (is_mounted(zhp->zfs_hdl, zfs_get_name(zhp), where));
754 zfs_is_shared(zfs_handle_t *zhp, char **where, argument
769 if (where != NULL)
770 *where = mountpoint;
H A Dlibzfs_changelist.c502 char where[64]; local
520 sizeof (property), &sourcetype, where, sizeof (where),
532 sizeof (property), &share_sourcetype, where, sizeof (where),
/freebsd-current/lib/libc/amd64/string/
H A Dstpncpy.S161 tzcnt %r8d, %r8d # where is the NUL byte?
173 3: tzcnt %r8d, %r8d # where did the string end?
175 lea (%rdi, %r8, 1), %rax # where the NUL byte will be
177 movdqu (%rcx, %r8, 1), %xmm1 # mask with FF where the string is,
178 # 00 where it is not
/freebsd-current/contrib/sendmail/src/
H A Dsfsasl.c562 ** where -- description of operation
571 tls_retry(ssl, rfd, wfd, tlsstart, timeout, err, where)
578 const char *where;
612 where, rfd, wfd, err);
622 where, rfd, wfd);
623 tlslogerr(LOG_WARNING, 8, where);
H A Dmilter.c236 sm_dprintf("milter_%s(%s): timeout, where=%s\n", \
240 "Milter (%s): timeout %s data %s, where=%s", \
298 milter_sysread(m, buf, sz, to, e, where)
304 const char *where;
328 where);
334 where);
340 MILTER_TIMEOUT("read", to, false, started, where);
385 milter_read(m, cmd, rlen, to, e, where)
391 const char *where;
406 "milter_read(%s): socket closed, where
[all...]
/freebsd-current/include/rpcsvc/
H A Dnfs_prot.x225 diropargs where;
715 diropargs3 where;
740 diropargs3 where;
770 diropargs3 where;
811 diropargs3 where;
/freebsd-current/stand/ficl/
H A Ddict.c700 void hashForget(FICL_HASH *pHash, void *where) argument
706 assert(where);
712 while ((void *)pWord >= where)
H A Dtools.c720 void *where; local
725 where = ((FICL_WORD *)stackPopPtr(pVM->pStack))->name;
726 hashForget(pHash, where);
727 pDict->here = PTRtoCELL where;
/freebsd-current/stand/i386/cdboot/
H A Dcdboot.S47 .set MEM_BTX_ADDRESS,0x9000 # where BTX lives
48 .set MEM_BTX_ENTRY,0x9010 # where BTX starts to execute
50 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
238 mov $MEM_BTX_ADDRESS,%edi # %edi -> where BTX needs to go
265 # Copy the boot[12] args to where the BTX client can see them
267 mov $MEM_ARG,%si # where the args are at now
268 mov $MEM_ARG_BTX,%di # where the args are moving to
/freebsd-current/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c702 * PARAMETERS: where - Physical address of memory to be mapped
713 ACPI_PHYSICAL_ADDRESS where,
717 return (ACPI_TO_POINTER ((ACPI_SIZE) where));
725 * PARAMETERS: where - Logical address of memory to be unmapped
737 void *where,
1036 * Alternate timeout mechanism for environments where
1320 * Value - Buffer where value is placed
712 AcpiOsMapMemory( ACPI_PHYSICAL_ADDRESS where, ACPI_SIZE length) argument
736 AcpiOsUnmapMemory( void *where, ACPI_SIZE length) argument
/freebsd-current/crypto/openssh/
H A Dchannels.c501 /* Try to find a free slot where to put the new channel. */
625 fwd_ident(int who, int where) argument
628 if (where == FORWARD_LOCAL)
630 else if (where == FORWARD_REMOTE)
633 if (where == FORWARD_LOCAL)
635 else if (where == FORWARD_REMOTE)
638 fatal("Unknown forward permission list %d/%d", who, where);
643 permission_set_get(struct ssh *ssh, int where) argument
647 switch (where) {
655 fatal_f("invalid forwarding direction %d", where);
661 permission_set_get_array(struct ssh *ssh, int who, int where, struct permission ***permpp, u_int **npermpp) argument
682 permission_set_add(struct ssh *ssh, int who, int where, const char *host_to_connect, int port_to_connect, const char *listen_host, const char *listen_path, int listen_port, Channel *downstream) argument
1103 open_preamble(struct ssh *ssh, const char *where, Channel *c, const char *type) argument
3375 channel_parse_id(struct ssh *ssh, const char *where, const char *what) argument
3393 channel_from_packet_id(struct ssh *ssh, const char *where, const char *what) argument
4499 channel_permit_all(struct ssh *ssh, int where) argument
4511 channel_add_permission(struct ssh *ssh, int who, int where, char *host, int port) argument
4533 channel_disable_admin(struct ssh *ssh, int where) argument
4544 channel_clear_permission(struct ssh *ssh, int who, int where) argument
[all...]
/freebsd-current/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh308 "does not test the case where all columns have" \
/freebsd-current/contrib/wpa/src/wps/
H A Dupnp_xml.c118 * characters have special meaning and so must be escaped where they
148 * sequence: &#x; where x is replaced by a hex numeral, but not
182 * where :
/freebsd-current/crypto/openssl/apps/include/
H A Ds_apps.h42 void apps_ssl_info_callback(const SSL *s, int where, int ret);
/freebsd-current/sys/dev/ofw/
H A Dopenfirm.h158 int OF_seek(ihandle_t instance, uint64_t where);
/freebsd-current/usr.bin/top/
H A Dtop.c146 size_t where = TOP_MAX_UIDS; local
154 where = i;
158 if (where != TOP_MAX_UIDS)
160 ps.uid[where] = ps.uid[i-1];
/freebsd-current/sys/arm64/linux/
H A Dlinux_sysvec.c540 Elf_Addr *where; local
562 where = (Elf_Addr *)(mapping + rela->r_offset);
573 if (*where != addr)
574 *where = addr;
/freebsd-current/share/mk/
H A Dbsd.doc.mk9 # DESTDIR Change the tree where the documents get installed. [not set]
25 # SRCDIR Directory where source files live. [${.CURDIR}]

Completed in 294 milliseconds

1234567891011>>