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

1234567891011>>

/freebsd-11.0-release/tools/tools/iwn/iwnstats/
H A Diwn_ioctl.h34 extern void iwn_zerostats(struct iwnstats *is);
35 extern int iwn_collect(struct iwnstats *is);
H A Diwn_ioctl.c66 iwn_zerostats(struct iwnstats *is) argument
69 if (ioctl(is->s, SIOCZIWNSTATS, NULL) < 0)
74 iwn_collect(struct iwnstats *is) argument
79 printf("st: %p\n", &is->st);
80 d.dst_addr = &is->st;
81 d.dst_len = sizeof(is->st);
82 err = ioctl(is->s, SIOCGIWNSTATS, (caddr_t) &d);
/freebsd-11.0-release/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
/freebsd-11.0-release/share/doc/psd/20.ipctut/
H A Dudgramsend.c35 #define DATA "The sea is calm tonight, the tide is full . . ."
39 * line arguments. The form of the command line is udgramsend pathname
H A Ddgramsend.c36 #define DATA "The sea is calm tonight, the tide is full . . ."
40 * line arguments. The form of the command line is dgramsend hostname
61 * of the specified host. The port number is taken from the command
/freebsd-11.0-release/sys/dev/iscsi/
H A Discsi.c78 * XXX: This is global so the iscsi_unload() can access it.
169 static void iscsi_session_reconnect(struct iscsi_session *is);
170 static void iscsi_session_terminate(struct iscsi_session *is);
173 static struct iscsi_outstanding *iscsi_outstanding_find(struct iscsi_session *is,
175 static struct iscsi_outstanding *iscsi_outstanding_add(struct iscsi_session *is,
178 static void iscsi_outstanding_remove(struct iscsi_session *is,
184 struct iscsi_session *is; local
187 is = PDU_SESSION(request);
189 ISCSI_SESSION_LOCK_ASSERT(is);
201 if (ISCSI_SNGT(is
227 iscsi_session_send_postponed(struct iscsi_session *is) argument
247 struct iscsi_session *is; local
264 struct iscsi_session *is; local
273 iscsi_session_logout(struct iscsi_session *is) argument
289 iscsi_session_terminate_task(struct iscsi_session *is, struct iscsi_outstanding *io, bool requeue) argument
312 iscsi_session_terminate_tasks(struct iscsi_session *is, bool requeue) argument
324 iscsi_session_cleanup(struct iscsi_session *is, bool destroy_sim) argument
378 iscsi_maintenance_thread_reconnect(struct iscsi_session *is) argument
426 iscsi_maintenance_thread_terminate(struct iscsi_session *is) argument
478 struct iscsi_session *is; local
509 iscsi_session_reconnect(struct iscsi_session *is) argument
525 iscsi_session_terminate(struct iscsi_session *is) argument
544 struct iscsi_session *is; local
640 struct iscsi_session *is; local
718 struct iscsi_session *is; local
790 struct iscsi_session *is; local
801 struct iscsi_session *is; local
872 struct iscsi_session *is; local
999 struct iscsi_session *is; local
1031 struct iscsi_session *is; local
1149 struct iscsi_session *is; local
1269 struct iscsi_session *is; local
1301 struct iscsi_session *is; local
1315 struct iscsi_session *is; local
1376 struct iscsi_session *is; local
1522 struct iscsi_session *is; local
1552 struct iscsi_session *is; local
1613 struct iscsi_session *is; local
1664 struct iscsi_session *is; local
1771 struct iscsi_session *is; local
1881 struct iscsi_session *is, *tmp; local
1910 struct iscsi_session *is; local
1960 struct iscsi_session *is; local
2034 iscsi_outstanding_find(struct iscsi_session *is, uint32_t initiator_task_tag) argument
2048 iscsi_outstanding_find_ccb(struct iscsi_session *is, union ccb *ccb) argument
2062 iscsi_outstanding_add(struct iscsi_session *is, struct icl_pdu *request, union ccb *ccb, uint32_t *initiator_task_tagp) argument
2096 iscsi_outstanding_remove(struct iscsi_session *is, struct iscsi_outstanding *io) argument
2107 iscsi_action_abort(struct iscsi_session *is, union ccb *ccb) argument
2163 iscsi_action_scsiio(struct iscsi_session *is, union ccb *ccb) argument
2289 struct iscsi_session *is; local
2399 struct iscsi_session *is; local
2415 struct iscsi_session *is; local
[all...]
/freebsd-11.0-release/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
130 #define IOMMU_READ8(is, reg, off) \
131 bus_space_read_8((is)->is_bustag, (is)->is_bushandle, \
132 (is)->reg + (off))
133 #define IOMMU_WRITE8(is, reg, off, v) \
134 bus_space_write_8((is)->is_bustag, (is)->is_bushandle, \
135 (is)
172 iommu_tlb_flush(struct iommu_state *is, bus_addr_t va) argument
189 iommu_strbuf_flushpg(struct iommu_state *is, bus_addr_t va) argument
204 iommu_strbuf_flush(struct iommu_state *is, bus_addr_t va) argument
212 iommu_strbuf_sync(struct iommu_state *is) argument
221 iommu_map_insq(struct iommu_state *is, bus_dmamap_t map) argument
234 iommu_map_remq(struct iommu_state *is, bus_dmamap_t map) argument
251 iommu_init(const char *name, struct iommu_state *is, u_int tsbsize, uint32_t iovabase, u_int resvpg) argument
392 iommu_reset(struct iommu_state *is) argument
426 iommu_enter(struct iommu_state *is, vm_offset_t va, vm_paddr_t pa, int stream, int flags) argument
454 iommu_remove(struct iommu_state *is, vm_offset_t va, vm_size_t len) argument
489 iommu_decode_fault(struct iommu_state *is, vm_offset_t phys) argument
508 iommu_strbuf_flush_sync(struct iommu_state *is) argument
563 iommu_use_streaming(struct iommu_state *is, bus_dmamap_t map, bus_size_t size) argument
575 iommu_dvma_valloc(bus_dma_tag_t t, struct iommu_state *is, bus_dmamap_t map, bus_size_t size) argument
612 iommu_dvmamap_vunload(struct iommu_state *is, bus_dmamap_t map) argument
640 iommu_dvma_vfree(struct iommu_state *is, bus_dmamap_t map) argument
653 iommu_dvma_vprune(struct iommu_state *is, bus_dmamap_t map) argument
701 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
750 struct iommu_state *is = dt->dt_cookie; local
788 struct iommu_state *is = dt->dt_cookie; local
798 struct iommu_state *is = dt->dt_cookie; local
841 struct iommu_state *is = dt->dt_cookie; local
858 struct iommu_state *is; local
974 struct iommu_state *is; local
1097 struct iommu_state *is = dt->dt_cookie; local
1116 struct iommu_state *is = dt->dt_cookie; local
1130 struct iommu_state *is = dt->dt_cookie; local
1173 iommu_diag(struct iommu_state *is, vm_offset_t va) argument
[all...]
/freebsd-11.0-release/contrib/elftoolchain/addr2line/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd-11.0-release/contrib/elftoolchain/elfdump/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd-11.0-release/contrib/elftoolchain/libdwarf/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd-11.0-release/contrib/elftoolchain/libelftc/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd-11.0-release/contrib/elftoolchain/libpe/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd-11.0-release/contrib/elftoolchain/nm/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd-11.0-release/contrib/elftoolchain/readelf/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd-11.0-release/contrib/elftoolchain/size/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd-11.0-release/contrib/elftoolchain/strings/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd-11.0-release/contrib/top/
H A DMake.desc.X3 # This makefile is the prototype for "Make.desc", which is used by
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_state.c203 /* other functions is obvious. */
218 /* other functions is obvious. */
311 /* Initialise the state soft context structure so it is ready for use. */
428 ipstate_t *is; local
430 while ((is = softs->ipf_state_list) != NULL)
431 ipf_state_del(softc, is, ISL_UNLOAD);
435 * exist on the state list, appr_unload is called after
438 * There's no real justification as this is the only complication.
842 /* there is a filter rule associated with the state entry, copy that out */
843 /* as well. The entry to copy out is take
853 ipstate_t *is, *isn; local
918 ipstate_t *is, *isn; local
1377 ipstate_t *is, ips; local
2678 ipstate_t *is, **isp; local
3034 ipstate_t *is, **isp; local
3316 ipstate_t *is; local
3556 ipstate_t *is; local
3745 ipstate_t *is; local
3817 ipstate_t *is, **isp; local
4453 ipstate_t *is, **isp; local
4729 ipstate_t *is = *isp; local
4845 ipstate_t *is, *next, zero; local
5260 ipstate_t **newtab, *is; local
[all...]
/freebsd-11.0-release/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-11.0-release/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)

Completed in 101 milliseconds

1234567891011>>