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

1234567891011>>

/freebsd-10.0-release/sys/dev/iscsi/
H A Discsi.c69 * XXX: This is global so the iscsi_unload() can access it.
150 static void iscsi_session_reconnect(struct iscsi_session *is);
151 static void iscsi_session_terminate(struct iscsi_session *is);
154 static struct iscsi_outstanding *iscsi_outstanding_find(struct iscsi_session *is,
156 static int iscsi_outstanding_add(struct iscsi_session *is,
158 static void iscsi_outstanding_remove(struct iscsi_session *is,
164 struct iscsi_session *is; local
167 is = PDU_SESSION(request);
169 ISCSI_SESSION_LOCK_ASSERT(is);
181 if (is
205 iscsi_session_send_postponed(struct iscsi_session *is) argument
225 struct iscsi_session *is; local
242 struct iscsi_session *is; local
251 iscsi_session_logout(struct iscsi_session *is) argument
267 iscsi_session_terminate_tasks(struct iscsi_session *is, bool requeue) argument
292 iscsi_maintenance_thread_reconnect(struct iscsi_session *is) argument
353 iscsi_maintenance_thread_terminate(struct iscsi_session *is) argument
445 struct iscsi_session *is; local
475 iscsi_session_reconnect(struct iscsi_session *is) argument
491 iscsi_session_terminate(struct iscsi_session *is) argument
509 struct iscsi_session *is; local
585 struct iscsi_session *is; local
658 struct iscsi_session *is; local
718 struct iscsi_session *is; local
729 struct iscsi_session *is; local
800 struct iscsi_session *is; local
913 struct iscsi_session *is; local
1021 struct iscsi_session *is; local
1141 struct iscsi_session *is; local
1173 struct iscsi_session *is; local
1187 struct iscsi_session *is; local
1228 struct iscsi_session *is; local
1362 struct iscsi_session *is; local
1392 struct iscsi_session *is; local
1444 struct iscsi_session *is; local
1495 struct iscsi_session *is; local
1548 struct iscsi_session *is; local
1591 struct iscsi_session *is; local
1695 struct iscsi_session *is, *tmp; local
1724 struct iscsi_session *is; local
1848 iscsi_outstanding_find(struct iscsi_session *is, uint32_t initiator_task_tag) argument
1862 iscsi_outstanding_add(struct iscsi_session *is, uint32_t initiator_task_tag, union ccb *ccb) argument
1884 iscsi_outstanding_remove(struct iscsi_session *is, struct iscsi_outstanding *io) argument
1894 iscsi_action_scsiio(struct iscsi_session *is, union ccb *ccb) argument
2012 struct iscsi_session *is; local
2092 struct iscsi_session *is; local
2138 struct iscsi_session *is, *tmp; local
[all...]
/freebsd-10.0-release/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.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
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.0-release/contrib/top/
H A DMake.desc.X3 # This makefile is the prototype for "Make.desc", which is used by
/freebsd-10.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
2668 ipstate_t *is, **isp; local
3024 ipstate_t *is, **isp; local
3306 ipstate_t *is; local
3546 ipstate_t *is; local
3735 ipstate_t *is; local
3807 ipstate_t *is, **isp; local
4443 ipstate_t *is, **isp; local
4719 ipstate_t *is = *isp; local
4835 ipstate_t *is, *next, zero; local
5250 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.0-release/tools/regression/usr.bin/make/shell/path/
H A DMakefile3 # 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.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)
/freebsd-10.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.music10 01/01 Country Joe McDonald is born in El Monte, California, 1942
11 01/03 Steven Stills is born in Dallas, 1945
13 01/08 David Bowie (then David Robert Jones) is born in London, 1947
15 01/09 James Patrick Page (Led Zeppelin) is born in Middlesex, England, 1945
17 01/10 Jim Croce is born in Philadelphia, 1943
18 01/10 Pat Benatar is born in Long Island, 1952
19 01/10 Rod Stewart is born in Glasgow, Scotland, 1945
21 01/17 Led Zeppelin's first album is released, 1969
22 01/19 Janis Joplin is born in Port Arthur, Texas, 1943
23 01/22 Sam Cooke is bor
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp5 // This file is distributed under the University of Illinois Open Source
71 /// If during the disambiguation process a parsing error is encountered,
73 /// Returns false if the statement is disambiguated as expression.
84 // There is an ambiguity in the grammar involving expression-statements and
88 // cases the statement is a declaration. [Note: To disambiguate, the whole
89 // statement might have to be examined to determine if it is an
93 // The disambiguation is purely syntactic; that is, the meaning of the names
95 // is not generally used in or changed by the disambiguation. Class
97 // is
[all...]
/freebsd-10.0-release/tools/regression/usr.bin/make/shell/path_select/
H A DMakefile3 # This is the second of them when both a path and a name are specified.
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.0-release/contrib/libarchive/libarchive/
H A Darchive_write_disk_private.h30 #error This header is only to be used internally to libarchive.
/freebsd-10.0-release/contrib/tcpdump/
H A Dllc.h47 #define LLC_S_CMD(is) (((is) >> 2) & 0x03)
52 #define LLC_IS_NR(is) (((is) >> 9) & 0x7f)
53 #define LLC_I_NS(is) (((is) >> 1) & 0x7f)
/freebsd-10.0-release/contrib/libstdc++/config/os/bsd/darwin/
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
56 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
69 if (this->is(upper, *__low)) __m |= upper;
70 if (this->is(lower, *__low)) __m |= lower;
71 if (this->is(alpha, *__low)) __m |= alpha;
72 if (this->is(digi
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/os/bsd/freebsd/
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
56 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
69 if (this->is(upper, *__low)) __m |= upper;
70 if (this->is(lower, *__low)) __m |= lower;
71 if (this->is(alpha, *__low)) __m |= alpha;
72 if (this->is(digi
[all...]

Completed in 304 milliseconds

1234567891011>>