Searched refs:is (Results 1 - 25 of 868) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dternary.exp1 The answer is unknown
2 The answer is unknown
3 The answer is empty
4 The answer is known
5 The answer is
6 The answer is empty
7 The answer is known
8 The answer is 42
9 The answer is 42
H A Dunexport.exp1 UT_DOLLAR=This is $UT_FU
H A Dmodmatch.exp1 LIB=a X_LIBS:M${LIB${LIB:tu}} is "/tmp/liba.a"
2 LIB=a X_LIBS:M*/lib${LIB}.a is "/tmp/liba.a"
3 LIB=a X_LIBS:M*/lib${LIB}.a:tu is "/TMP/LIBA.A"
4 LIB=b X_LIBS:M${LIB${LIB:tu}} is ""
5 LIB=b X_LIBS:M*/lib${LIB}.a is ""
6 LIB=b X_LIBS:M*/lib${LIB}.a:tu is ""
7 LIB=c X_LIBS:M${LIB${LIB:tu}} is ""
8 LIB=c X_LIBS:M*/lib${LIB}.a is ""
9 LIB=c X_LIBS:M*/lib${LIB}.a:tu is ""
10 LIB=d X_LIBS:M${LIB${LIB:tu}} is "/tm
[all...]
H A Dexport.exp1 UT_DOLLAR=This is $UT_FU
2 UT_FOO=foobar is fubar
H A Dcomment.exp2 this is foo
3 This is how a comment looks: # comment
H A Dcond1.exp3 2 is prime
13 1 is not prime
14 2 is prime
15 3 is prime
16 4 is not prime
17 5 is prime
H A Dexport-all.exp3 UT_DOLLAR=This is $UT_FU
5 UT_FOO=foobar is fubar
/freebsd-10-stable/share/doc/psd/20.ipctut/
H A Dudgramsend.c39 #define DATA "The sea is calm tonight, the tide is full . . ."
43 * line arguments. The form of the command line is udgramsend pathname
H A Ddgramsend.c40 #define DATA "The sea is calm tonight, the tide is full . . ."
44 * line arguments. The form of the command line is dgramsend hostname
65 * of the specified host. The port number is taken from the command
/freebsd-10-stable/sys/sparc64/sparc64/
H A Diommu.c69 * of malloc()ed memory is not handled at all). Revise interaction of
72 * for filter callbacks to work. Currently, only lowaddr is honored
131 #define IOMMU_READ8(is, reg, off) \
132 bus_space_read_8((is)->is_bustag, (is)->is_bushandle, \
133 (is)->reg + (off))
134 #define IOMMU_WRITE8(is, reg, off, v) \
135 bus_space_write_8((is)->is_bustag, (is)->is_bushandle, \
136 (is)
173 iommu_tlb_flush(struct iommu_state *is, bus_addr_t va) argument
190 iommu_strbuf_flushpg(struct iommu_state *is, bus_addr_t va) argument
205 iommu_strbuf_flush(struct iommu_state *is, bus_addr_t va) argument
213 iommu_strbuf_sync(struct iommu_state *is) argument
222 iommu_map_insq(struct iommu_state *is, bus_dmamap_t map) argument
235 iommu_map_remq(struct iommu_state *is, bus_dmamap_t map) argument
252 iommu_init(const char *name, struct iommu_state *is, u_int tsbsize, uint32_t iovabase, u_int resvpg) argument
393 iommu_reset(struct iommu_state *is) argument
427 iommu_enter(struct iommu_state *is, vm_offset_t va, vm_paddr_t pa, int stream, int flags) argument
455 iommu_remove(struct iommu_state *is, vm_offset_t va, vm_size_t len) argument
490 iommu_decode_fault(struct iommu_state *is, vm_offset_t phys) argument
509 iommu_strbuf_flush_sync(struct iommu_state *is) argument
564 iommu_use_streaming(struct iommu_state *is, bus_dmamap_t map, bus_size_t size) argument
576 iommu_dvma_valloc(bus_dma_tag_t t, struct iommu_state *is, bus_dmamap_t map, bus_size_t size) argument
613 iommu_dvmamap_vunload(struct iommu_state *is, bus_dmamap_t map) argument
641 iommu_dvma_vfree(struct iommu_state *is, bus_dmamap_t map) argument
654 iommu_dvma_vprune(struct iommu_state *is, bus_dmamap_t map) argument
702 iommu_dvma_vallocseg(bus_dma_tag_t dt, struct iommu_state *is, bus_dmamap_t map, vm_offset_t voffs, bus_size_t size, bus_addr_t amask, bus_addr_t *addr) argument
751 struct iommu_state *is = dt->dt_cookie; local
789 struct iommu_state *is = dt->dt_cookie; local
799 struct iommu_state *is = dt->dt_cookie; local
842 struct iommu_state *is = dt->dt_cookie; local
859 struct iommu_state *is; local
975 struct iommu_state *is; local
1098 struct iommu_state *is = dt->dt_cookie; local
1117 struct iommu_state *is = dt->dt_cookie; local
1131 struct iommu_state *is = dt->dt_cookie; local
1174 iommu_diag(struct iommu_state *is, vm_offset_t va) argument
[all...]
/freebsd-10-stable/sys/dev/iscsi/
H A Discsi.c75 * XXX: This is global so the iscsi_unload() can access it.
172 static void iscsi_session_reconnect(struct iscsi_session *is);
173 static void iscsi_session_terminate(struct iscsi_session *is);
176 static struct iscsi_outstanding *iscsi_outstanding_find(struct iscsi_session *is,
178 static struct iscsi_outstanding *iscsi_outstanding_add(struct iscsi_session *is,
180 static void iscsi_outstanding_remove(struct iscsi_session *is,
186 struct iscsi_session *is; local
189 is = PDU_SESSION(request);
191 ISCSI_SESSION_LOCK_ASSERT(is);
203 if (ISCSI_SNGT(is
229 iscsi_session_send_postponed(struct iscsi_session *is) argument
251 struct iscsi_session *is; local
270 struct iscsi_session *is; local
279 iscsi_session_logout(struct iscsi_session *is) argument
295 iscsi_session_terminate_task(struct iscsi_session *is, struct iscsi_outstanding *io, cam_status status) argument
313 iscsi_session_terminate_tasks(struct iscsi_session *is, cam_status status) argument
325 iscsi_session_cleanup(struct iscsi_session *is, bool destroy_sim) argument
380 iscsi_maintenance_thread_reconnect(struct iscsi_session *is) argument
423 iscsi_maintenance_thread_terminate(struct iscsi_session *is) argument
475 struct iscsi_session *is = arg; local
506 iscsi_session_reconnect(struct iscsi_session *is) argument
522 iscsi_session_terminate(struct iscsi_session *is) argument
541 struct iscsi_session *is; local
634 struct iscsi_session *is; local
712 struct iscsi_session *is; local
784 struct iscsi_session *is; local
795 struct iscsi_session *is; local
866 struct iscsi_session *is; local
976 struct iscsi_session *is; local
1008 struct iscsi_session *is; local
1126 struct iscsi_session *is; local
1246 struct iscsi_session *is; local
1278 struct iscsi_session *is; local
1292 struct iscsi_session *is; local
1337 struct iscsi_session *is; local
1478 struct iscsi_session *is; local
1508 struct iscsi_session *is; local
1565 struct iscsi_session *is; local
1616 struct iscsi_session *is; local
1717 struct iscsi_session *is; local
1816 struct iscsi_session *is, *tmp; local
1845 struct iscsi_session *is; local
1892 struct iscsi_session *is; local
2000 iscsi_outstanding_find(struct iscsi_session *is, uint32_t initiator_task_tag) argument
2014 iscsi_outstanding_find_ccb(struct iscsi_session *is, union ccb *ccb) argument
2028 iscsi_outstanding_add(struct iscsi_session *is, uint32_t initiator_task_tag, union ccb *ccb) argument
2050 iscsi_outstanding_remove(struct iscsi_session *is, struct iscsi_outstanding *io) argument
2060 iscsi_action_abort(struct iscsi_session *is, union ccb *ccb) argument
2114 iscsi_action_scsiio(struct iscsi_session *is, union ccb *ccb) argument
2238 struct iscsi_session *is; local
2337 struct iscsi_session *is; local
2353 struct iscsi_session *is; local
[all...]
/freebsd-10-stable/contrib/top/
H A DMake.desc.X3 # This makefile is the prototype for "Make.desc", which is used by
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c203 /* other functions is obvious. */
218 /* other functions is obvious. */
337 /* Initialise the state soft context structure so it is ready for use. */
438 ipstate_t *is; local
440 while ((is = softs->ipf_state_list) != NULL)
441 ipf_state_del(softc, is, ISL_UNLOAD);
445 * exist on the state list, appr_unload is called after
448 * There's no real justification as this is the only complication.
852 /* there is a filter rule associated with the state entry, copy that out */
853 /* as well. The entry to copy out is take
863 ipstate_t *is, *isn; local
928 ipstate_t *is, *isn; local
1387 ipstate_t *is, ips; local
2682 ipstate_t *is, **isp; local
3038 ipstate_t *is, **isp; local
3320 ipstate_t *is; local
3561 ipstate_t *is; local
3750 ipstate_t *is; local
3822 ipstate_t *is, **isp; local
4458 ipstate_t *is, **isp; local
4734 ipstate_t *is = *isp; local
4850 ipstate_t *is, *next, zero; local
5265 ipstate_t **newtab, *is; local
[all...]
H A Dip_scan.c238 ipf_scan_attachis(is)
239 struct ipstate *is;
245 fr = is->is_rule;
249 is->is_isc = i;
252 is->is_flags |= IS_SC_CLIENT;
254 is->is_flags |= IS_SC_MATCHC;
256 is->is_flags |= IS_SC_SERVER;
258 is->is_flags |= IS_SC_MATCHS;
281 ipf_scan_detachis(is)
282 struct ipstate *is;
[all...]
/freebsd-10-stable/usr.bin/bmake/tests/shell/path/
H A DMakefile.test3 # This is the first of them when the basename of the path is equal to
8 # really our shell is executed.
17 @: This is the shell.
23 @: This is the C-shell.
29 @: This is the Korn-shell.
/freebsd-10-stable/contrib/libstdc++/config/os/aix/
H A Dctype_inline.h5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
31 * This is an internal header file, included by other library headers.
46 is(mask __m, char __c) const function in class:ctype
51 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
62 while (__low < __high && !this->is(__m, *__low))
71 while (__low < __high && this->is(__m, *__low) != 0)
/freebsd-10-stable/contrib/libstdc++/config/os/bsd/netbsd/
H A Dctype_inline.h5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
31 * This is an internal header file, included by other library headers.
46 is(mask __m, char __c) const function in class:ctype
51 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
62 while (__low < __high && !this->is(__m, *__low))
71 while (__low < __high && this->is(__m, *__low) != 0)
/freebsd-10-stable/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_inline.h5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
31 * This is an internal header file, included by other library headers.
46 is(mask __m, char __c) const function in class:ctype
51 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
62 while (__low < __high && ! this->is(__m, *__low))
71 while (__low < __high && this->is(__m, *__low))
/freebsd-10-stable/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_inline.h5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
31 * This is an internal header file, included by other library headers.
46 is(mask __m, char __c) const function in class:ctype
51 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
62 while (__low < __high && ! this->is(__m, *__low))
71 while (__low < __high && this->is(__m, *__low))
/freebsd-10-stable/contrib/libstdc++/config/os/mingw32/
H A Dctype_inline.h5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
31 * This is an internal header file, included by other library headers.
46 is(mask __m, char __c) const function in class:ctype
52 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
63 while (__low < __high && !this->is(__m, *__low))
72 while (__low < __high && this->is(__m, *__low) != 0)
/freebsd-10-stable/contrib/libstdc++/config/os/newlib/
H A Dctype_inline.h5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
31 * This is an internal header file, included by other library headers.
46 is(mask __m, char __c) const function in class:ctype
51 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
62 while (__low < __high && !this->is(__m, *__low))
71 while (__low < __high && this->is(__m, *__low) != 0)
/freebsd-10-stable/contrib/libstdc++/config/os/qnx/qnx6.1/
H A Dctype_inline.h5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
31 * This is an internal header file, included by other library headers.
46 is(mask __m, char __c) const function in class:ctype
51 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
62 while (__low < __high && !this->is(__m, *__low))
71 while (__low < __high && this->is(__m, *__low) != 0)
/freebsd-10-stable/contrib/gdb/
H A Dmove-if-change5 # This program is free software; you can redistribute it and/or modify
10 # This program is distributed in the hope that it will be useful,
25 echo $2 is unchanged
/freebsd-10-stable/contrib/ncurses/include/
H A DMKncurses_def.sh6 # Permission is hereby granted, free of charge, to any person obtaining a #
11 # permit persons to whom the Software is furnished to do so, subject to the #
40 # we chose the latter. It is guaranteed by the language standard, and there
50 * This file is generated by $0
/freebsd-10-stable/etc/rc.d/
H A Dubthidhci22 warn ubthidhci_busnum is not set
26 warn ubthidhci_addr is not set
37 # NB: 0x40 is UT_VENDOR

Completed in 124 milliseconds

1234567891011>>