Searched refs:where (Results 151 - 175 of 317) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/netipsec/
H A Dipsec_mbuf.c50 * when absolutely necessary. The mbuf where the new header
70 * where the new header should be placed. Figure out
296 m_checkalignment(const char* where, struct mbuf *m0, int off, int len) argument
304 printf("%s (off %u len %u): ", where, off, len);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dtls.c1563 ** where -- state in handshake
1571 apps_ssl_info_cb(s, where, ret)
1573 int where;
1582 "STARTTLS: info_callback where=0x%x, ret=%d",
1583 where, ret);
1585 w = where & ~SSL_ST_MASK;
1596 if (bitset(SSL_CB_LOOP, where))
1603 else if (bitset(SSL_CB_ALERT, where))
1605 str = bitset(SSL_CB_READ, where) ? "read" : "write";
1612 else if (bitset(SSL_CB_EXIT, where))
[all...]
H A Dsfsasl.c568 ** where -- description of operation
577 tls_retry(ssl, rfd, wfd, tlsstart, timeout, err, where)
584 const char *where;
618 where, rfd, wfd, err);
629 where, rfd, wfd);
631 tlslogerr(LOG_WARNING, where);
H A Dmilter.c238 sm_dprintf("milter_%s(%s): timeout, where=%s\n", \
242 "Milter (%s): timeout %s data %s, where=%s", \
300 milter_sysread(m, buf, sz, to, e, where)
306 const char *where;
330 where);
336 where);
342 MILTER_TIMEOUT("read", to, false, started, where);
387 milter_read(m, cmd, rlen, to, e, where)
393 const char *where;
408 "milter_read(%s): socket closed, where
[all...]
H A Dutil.c1636 ** where -- a tag printed if the assertion failed
1643 checkfd012(where)
1644 char *where;
1650 fill_fd(i, where);
1659 ** where -- tag to print on failure.
1666 checkfdopen(fd, where)
1668 char *where;
1675 syserr("checkfdopen(%d): %s not open as expected!", fd, where);
1685 ** where -- tag for printing. If null, take a base line.
1691 ** If where i
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtrim_map.c223 avl_index_t where; local
235 ts = avl_find(&tm->tm_queued_frees, &tsearch, &where);
244 ts_before = avl_nearest(&tm->tm_queued_frees, where, AVL_BEFORE);
245 ts_after = avl_nearest(&tm->tm_queued_frees, where, AVL_AFTER);
277 avl_insert(&tm->tm_queued_frees, ts, where);
H A Dzil.c154 avl_index_t where; local
156 if (avl_find(t, dva, &where) != NULL)
161 avl_insert(t, zn, where);
765 avl_index_t where; local
783 if (avl_find(t, &zvsearch, &where) == NULL) {
786 avl_insert(t, zv, where);
1208 avl_index_t where; local
1233 ian = avl_find(t, &oid, &where);
1306 avl_index_t where; local
1308 ian = avl_find(t, &foid, &where);
1408 avl_index_t where; local
[all...]
H A Dspa_misc.c475 avl_index_t where; local
490 spa = avl_find(&spa_namespace_avl, &search, &where);
817 avl_index_t where; local
822 if ((aux = avl_find(avl, &search, &where)) != NULL) {
828 avl_insert(avl, aux, where);
837 avl_index_t where; local
840 aux = avl_find(avl, &search, &where);
881 avl_index_t where; local
884 found = avl_find(avl, &search, &where);
H A Dzfs_ctldir.c697 avl_index_t where; local
718 VERIFY(avl_find(&sdp->sd_snaps, sep, &where) == NULL);
719 avl_insert(&sdp->sd_snaps, sep, where);
757 avl_index_t where; local
800 if ((sep = avl_find(&sdp->sd_snaps, &search, &where)) == NULL) {
949 avl_index_t where; local
1004 if ((sep = avl_find(&sdp->sd_snaps, &search, &where)) != NULL) {
1068 avl_insert(&sdp->sd_snaps, sep, where);
1084 * This is where we lie about our v_vfsp in order to
1744 avl_index_t where; local
[all...]
/freebsd-9.3-release/include/rpcsvc/
H A Dnfs_prot.x232 diropargs where;
722 diropargs3 where;
747 diropargs3 where;
777 diropargs3 where;
818 diropargs3 where;
/freebsd-9.3-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);
H A Delfcode.h677 bfd_signed_vma where = i_ehdrp->e_shoff;
679 if (where != (file_ptr) where)
683 if (bfd_seek (abfd, (file_ptr) where, SEEK_SET) != 0)
719 where += (i_ehdrp->e_shnum - 1) * sizeof (x_shdr);
720 if (where != (file_ptr) where)
722 if ((bfd_size_type) where <= i_ehdrp->e_shoff)
725 if (bfd_seek (abfd, (file_ptr) where, SEEK_SET) != 0)
730 /* Back to where w
675 bfd_signed_vma where = i_ehdrp->e_shoff; local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arc.c1234 int where,
1245 fix_new_exp (frag, where, nbytes, &exptmp, 0, reloc_type);
1249 fix_new_exp (frag, where, nbytes, exp, 0,
1300 char *where;
1309 where = fixP->fx_frag->fr_literal + fixP->fx_where;
1311 insn = bfd_getb32 ((unsigned char *) where);
1313 insn = bfd_getl32 ((unsigned char *) where);
1317 bfd_putb32 ((bfd_vma) insn, (unsigned char *) where);
1319 bfd_putl32 ((bfd_vma) insn, (unsigned char *) where);
1862 We use (f - frag_now->fr_literal) to compute where w
1227 arc_cons_fix_new(fragS *frag, int where, int nbytes, expressionS *exp) argument
1293 char *where; local
[all...]
/freebsd-9.3-release/contrib/texinfo/info/
H A Dfilesys.c371 info_add_path (char *path, int where) argument
388 else if (where == INFOPATH_APPEND)
393 else if (where == INFOPATH_PREPEND)
531 better on systems where COMMAND.COM is the stock shell. */
/freebsd-9.3-release/sys/boot/ficl/
H A Ddict.c701 void hashForget(FICL_HASH *pHash, void *where) argument
707 assert(where);
713 while ((void *)pWord >= where)
H A Dtools.c717 void *where; local
722 where = ((FICL_WORD *)stackPopPtr(pVM->pStack))->name;
723 hashForget(pHash, where);
724 pDict->here = PTRtoCELL where;
/freebsd-9.3-release/sys/boot/i386/cdboot/
H A Dcdboot.S50 .set MEM_BTX_ADDRESS,0x9000 # where BTX lives
51 .set MEM_BTX_ENTRY,0x9010 # where BTX starts to execute
53 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
241 mov $MEM_BTX_ADDRESS,%edi # %edi -> where BTX needs to go
268 # Copy the boot[12] args to where the BTX client can see them
270 mov $MEM_ARG,%si # where the args are at now
271 mov $MEM_ARG_BTX,%di # where the args are moving to
/freebsd-9.3-release/sys/cam/ctl/
H A DREADME.ctl.txt172 - Added in the second HA mode (where CTL does the data transfers instead
279 This is the core of CTL, where all of the command handlers and a lot of
287 ctl_queue() This is where commands from the frontend ports come
296 ctl_scsiio_precheck() This where all of the initial checks are done, and I/O
299 ctl_scsiio() This is where the command handler is actually
306 ctl_process_done() This is where command completion actually happens.
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY101 do some caddr_t cleanup, where possible
245 Newer NetBSD should use malloc() instead of MALLOC() in the kernel where
275 fix bug where null pointers introduced by proxies could cause a crash
328 program in some more cases where TCP packets fail an initial in-window
334 simplify NAT ICMP error handling where it updates checksums
346 ip_len/ip_off where byte swapped twice instead of once for packets
413 in dealing with ipv6 packets containing fragment headers. Also, where a
440 fix a bug in printing rules where interface names could not be printed,
454 Fix other protocols, as required, where a similar problem may exist.
464 Fix a problem where i
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Down.mk163 # this is where ld.*so lives
208 # in environments where it's not possible to keep /sys publicly readable)
/freebsd-9.3-release/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-9.3-release/lib/libstand/
H A Dufs.c90 static off_t ufs_seek(struct open_file *f, off_t offset, int where);
797 ufs_seek(f, offset, where)
800 int where;
804 switch (where) {
/freebsd-9.3-release/share/mk/
H A Dbsd.doc.mk12 # DESTDIR Change the tree where the documents get installed. [not set]
28 # SRCDIR Directory where source files live. [${.CURDIR}]
/freebsd-9.3-release/crypto/openssl/demos/tunala/
H A Dtunala.h163 void cb_ssl_info(const SSL *s, int where, int ret);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dcoffdump.c246 switch (p->where)
348 dump_coff_where (p->where);

Completed in 230 milliseconds

1234567891011>>