Searched refs:where (Results 176 - 200 of 322) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dtop.c1121 int where;
1136 where = where_history();
1144 (where >= history_length - 1))
1145 operate_saved_history = where;
1147 operate_saved_history = where + 1;
1767 /* The name for this defun comes from Bash, where it originated.
1114 int where; local
/freebsd-11.0-release/contrib/apr/network_io/unix/
H A Dsendrecv.c112 apr_status_t apr_socket_sendto(apr_socket_t *sock, apr_sockaddr_t *where, argument
120 (const struct sockaddr*)&where->sa,
121 where->salen);
133 (const struct sockaddr*)&where->sa,
134 where->salen);
335 &off, /* where in the file to start */
351 &off, /* where in the file to start */
474 *offset, /* where in the file to start */
589 *offset, /* where in the file to start */
760 off, /* where i
[all...]
/freebsd-11.0-release/sys/dev/drm/
H A Dsavage_state.c119 #define SAVE_STATE(reg,where) \
121 dev_priv->state.where = regs[reg - start]
122 #define SAVE_STATE_MASK(reg,where,mask) do { \
126 dev_priv->state.where = (tmp & (mask)) | \
127 (dev_priv->state.where & ~(mask)); \
H A Di915_drv.h530 const char *where, uint32_t mark);
538 const char *where, uint32_t mark);
539 void i915_dump_lru(struct drm_device *dev, const char *where);
/freebsd-11.0-release/lib/libstand/
H A Dcd9660.c71 static off_t cd9660_seek(struct open_file *f, off_t offset, int where);
560 cd9660_seek(struct open_file *f, off_t offset, int where) argument
564 switch (where) {
H A Dtftp.c70 static off_t tftp_seek(struct open_file *f, off_t offset, int where);
568 tftp_seek(struct open_file *f, off_t offset, int where) argument
573 switch (where) {
H A Dstand.h109 off_t (*fo_seek)(struct open_file *f, off_t offset, int where);
129 /* where values for lseek(2) */
366 extern off_t null_seek(struct open_file *f, off_t offset, int where);
/freebsd-11.0-release/contrib/serf/buckets/
H A Dssl_buckets.c211 apps_ssl_info_callback(const SSL *s, int where, int ret) argument
215 w = where & ~SSL_ST_MASK;
224 if (where & SSL_CB_LOOP) {
228 else if (where & SSL_CB_ALERT) {
229 str = (where & SSL_CB_READ) ? "read" : "write";
235 else if (where & SSL_CB_EXIT) {
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldlex.l75 static void lex_warn_invalid (char *where, char *what);
673 lex_warn_invalid (char *where, char *what)
693 einfo ("%P:%S: ignoring invalid character `%s'%s\n", what, where);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt.c690 avl_index_t where; local
697 dde = avl_find(&ddt->ddt_tree, &dde_search, &where);
702 avl_insert(&ddt->ddt_tree, dde, where);
929 avl_index_t where; local
934 avl_find(&ddt->ddt_repair_tree, dde, &where) == NULL)
935 avl_insert(&ddt->ddt_repair_tree, dde, where);
/freebsd-11.0-release/contrib/bmake/
H A Dbsd.after-import.mk23 # it helps to know where the top of the tree is.
/freebsd-11.0-release/contrib/bmake/mk/sys/
H A DLinux.mk10 # would be better to work out where it is...
/freebsd-11.0-release/sys/mips/rmi/
H A Dxlr_pci.c64 #define pci_cfg_offset(bus,slot,devfn,where) (((bus)<<16) + ((slot) << 11)+((devfn)<<8)+(where))
/freebsd-11.0-release/share/mk/
H A Dbsd.opts.mk18 # need variables defined there prior to the end of the Makefile where
H A Dbsd.own.mk9 # DESTDIR Change the tree where the file gets installed. [not set]
11 # DISTDIR Change the tree where the file for a distribution
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-ppc.c4891 /* Set the class of a label based on where it is defined. This
5659 char *where;
5688 where = fixP->fx_frag->fr_literal + fixP->fx_where;
5690 insn = bfd_getb32 ((unsigned char *) where);
5692 insn = bfd_getl32 ((unsigned char *) where);
5696 bfd_putb32 ((bfd_vma) insn, (unsigned char *) where);
5698 bfd_putl32 ((bfd_vma) insn, (unsigned char *) where);
5887 where L1 and L2 are defined later. */
5951 char *where = fixP->fx_frag->fr_literal + fixP->fx_where;
5955 val = bfd_getb32 (where
5640 char *where; local
5932 char *where = fixP->fx_frag->fr_literal + fixP->fx_where; local
6040 char *where; local
[all...]
/freebsd-11.0-release/contrib/sendmail/src/
H A Dmci.c434 ** where -- where has this been called?
441 mci_close(mci, where)
443 char *where;
454 sm_dprintf("mci_close: mci_out!=NULL, where=%s\n",
455 where);
466 sm_dprintf("mci_close: mci_in!=NULL, where=%s\n",
467 where);
/freebsd-11.0-release/contrib/apr/include/
H A Dapr_network_io.h89 * read, in cases where the app expects
318 * @remark This may be where we will find out if there is any other process
525 * @param where The apr_sockaddr_t describing where to send the data
531 apr_sockaddr_t *where,
561 * @param offset Offset into the file where we should begin writing
/freebsd-11.0-release/sys/netipsec/
H A Dipsec.h233 /* See where ESP/AH/IPCOMP header land in mbuf on input */
357 extern void m_checkalignment(const char* where, struct mbuf *m0,
/freebsd-11.0-release/lib/libc/rpc/
H A Dclnt_raw.c188 msg.acpted_rply.ar_results.where = resultsp;
H A Drpc_prot.c119 return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where));
/freebsd-11.0-release/release/picobsd/build/
H A Dpicobsd16 # For Options, see the bottom of the file where the processing is
74 # PICO_TREE is where standard picobsd stuff resides.
79 # MY_TREE (set later) is where this floppy type resides.
124 c_startdir=`pwd` # directory where we start
136 # file where User replies will be put
779 local errno errocode where
783 where=$3
784 echo "---> fail: Error <${errno}> error code <${errcode}> in <${where}>"
805 echo "Error: no space left on device (${where})"
828 dst=${c_mnt} # where t
[all...]
/freebsd-11.0-release/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h332 uint8_t ts_index:4; /**< index of regiser where to store the tx timestamp */
974 /** where to select the initial queue from */
1429 * @param systime pointer to structure where the time will be stored.
1621 * @param status pointer to struct where to set link information
1894 int al_eth_flr_rmn(int (* pci_read_config_u32)(void *handle, int where, uint32_t *val),
1895 int (* pci_write_config_u32)(void *handle, int where, uint32_t val),
1913 int al_eth_flr_rmn_restore_params(int (* pci_read_config_u32)(void *handle, int where, uint32_t *val),
1914 int (* pci_write_config_u32)(void *handle, int where, uint32_t val),
2026 * @param params pointer to structure where the parameters will be stored.
/freebsd-11.0-release/sys/rpc/
H A Drpc_prot.c115 ar->ar_results.where));
/freebsd-11.0-release/contrib/binutils/gas/
H A Dwrite.c139 int where, /* Where in that frag? */
154 fixP->fx_where = where;
227 int where, /* Where in that frag? */
234 return fix_new_internal (frag, where, size, add_symbol,
244 int where, /* Where in that frag? */
274 return fix_new_exp (frag, where, size, exp, pcrel, r_type);
303 return fix_new_internal (frag, where, size, add, sub, off, pcrel, r_type);
843 handled now. (These consist of fixS where we have since discovered
867 anyways in cases where we know the maximum displacement. */
2114 /* We want to prevent going into an infinite loop where on
138 fix_new_internal(fragS *frag, int where, int size, symbolS *add_symbol, symbolS *sub_symbol, offsetT offset, int pcrel, RELOC_ENUM r_type ATTRIBUTE_UNUSED ) argument
226 fix_new(fragS *frag, int where, int size, symbolS *add_symbol, offsetT offset, int pcrel, RELOC_ENUM r_type ) argument
243 fix_new_exp(fragS *frag, int where, int size, expressionS *exp, int pcrel, RELOC_ENUM r_type ) argument
[all...]

Completed in 229 milliseconds

1234567891011>>