Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/freebsd/sys/geom/vinum/
H A Dgeom_vinum_move.c49 char buf[20], *destination, *object; in gv_move() local
64 destination = gctl_get_param(req, "destination", NULL); in gv_move()
65 if (destination == NULL) { in gv_move()
69 if (gv_object_type(sc, destination) != GV_TYPE_DRIVE) { in gv_move()
70 gctl_error(req, "destination '%s' is not a drive", destination); in gv_move()
73 d = gv_find_drive(sc, destination); in gv_move()
104 struct gv_drive *destination, int flags) in gv_move_sd() argument
113 KASSERT(destination != NULL, ("gv_move_sd: NULL destination")); in gv_move_sd()
118 gv_consumer_is_open(destination->consumer)) && in gv_move_sd()
131 if (destination == cursd->drive_sc) { in gv_move_sd()
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp426 return destination.getVA() - (getThunkTargetSym()->getVA() + 4); in computeOffset()
517 uint64_t s = getAArch64ThunkDestVA(destination, addend); in getMayUseShortThunk()
528 uint64_t s = getAArch64ThunkDestVA(destination, addend); in writeTo()
542 uint64_t s = getAArch64ThunkDestVA(destination, addend); in writeLong()
548 addSymbol(saver().save("__AArch64AbsLongThunk_" + destination.getName()), in addSymbols()
566 uint64_t s = getAArch64ThunkDestVA(destination, addend); in writeLong()
575 addSymbol(saver().save("__AArch64ADRPThunk_" + destination.getName()), in addSymbols()
591 uint64_t s = getARMThunkDestVA(destination); in getMayUseShortThunk()
608 uint64_t s = getARMThunkDestVA(destination); in writeTo()
634 uint64_t s = getARMThunkDestVA(destination); in getMayUseShortThunk()
[all …]
/freebsd/contrib/tcp_wrappers/
H A Denviron.c95 char *destination; in setenv() local
115 destination = (envp != 0 && strlen(*envp) >= l_nameval) ? in setenv()
117 if (destination == 0) in setenv()
119 strncpy(destination, name, l_name); in setenv()
120 destination[l_name] = '='; in setenv()
121 strcpy(destination + l_name + 1, value); in setenv()
122 return ((envp == 0) ? addenv(destination) : (*envp = destination, 0)); in setenv()
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h49 destination : 9, member
57 destination : 9,
67 destination : 9, member
75 destination : 9,
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dadi,axi-dmac.txt22 adi,destination-bus-width: Width of the source or destination bus in bits.
24 adi,destination-bus-type: Type of the source or destination bus. Must be one
57 adi,destination-bus-width = <64>;
58 adi,destination-bus-type = <ADI_AXI_DMAC_TYPE_FIFO>;
/freebsd/sys/dev/isci/scil/
H A Dsci_util.c59 U32 *destination, in scic_word_copy_with_swap() argument
66 *destination = SCIC_SWAP_DWORD(*source); in scic_word_copy_with_swap()
69 destination++; in scic_word_copy_with_swap()
/freebsd/contrib/sendmail/contrib/
H A Dqtool.pl63 my $destination;
84 my $destination = shift;
86 $result = $destination->add($source);
148 $destination = new Queue($dst_name);
223 $result = $conditions->check_move($source, $destination);
226 $result = &{$action}($source, $destination);
891 my $destination = shift;
902 $qf_dest = File::Spec->catfile($destination, "qf");
905 $df_dest = File::Spec->catfile($destination, "df");
908 $df_dest = $destination;
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dlog.c77 isc_logdestination_t destination; member
252 #define FACILITY(channel) (channel->destination.facility)
253 #define FILE_NAME(channel) (channel->destination.file.name)
254 #define FILE_STREAM(channel) (channel->destination.file.stream)
255 #define FILE_VERSIONS(channel) (channel->destination.file.versions)
256 #define FILE_MAXSIZE(channel) (channel->destination.file.maximum_size)
257 #define FILE_MAXREACHED(channel) (channel->destination.file.maximum_reached)
333 isc_logdestination_t destination; in isc_logconfig_create() local
369 destination.facility = LOG_DAEMON; in isc_logconfig_create()
372 &destination, 0); in isc_logconfig_create()
[all …]
/freebsd/contrib/netbsd-tests/net/route/
H A Dt_route.sh232 destination: 10.0.1.2
247 destination: 10.0.1.0
262 destination: default
281 destination: 10.0.1.0
307 destination: fc00:0:0:1::2
321 destination: fc00:0:0:1::
336 destination: ::
355 destination: fc00:0:0:1::
H A Dt_change.sh123 destination: 192.168.0.0
142 destination: 192.168.0.0
190 destination: 192.168.0.0
209 destination: 192.168.0.0
257 destination: 192.168.0.0
276 destination: 192.168.0.0
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td312 // For destination vector type is the same as source vector.
320 // For destination vector type is the same as the source vector type
337 // For destination vector type is the same as first source vector (with mask).
347 // For destination vector type is the same as source vector.
355 // For destination vector type is the same as first source vector (with mask).
373 // For destination vector type is the same as first and second source vector.
381 // For destination vector type is the same as first and second source vector.
390 // For destination vector type is the same as first and second source vector.
409 // For destination vector type is the same as first and second source vector.
420 // For destination vector type is the same as first source vector, and the
[all …]
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6_05.sh168 <dropped-invalid-destination>0</dropped-invalid-destination>
193 <received-destination-unreachable>0</received-destination-unreachable>
203 <sent-destination-unreachable>0</sent-destination-unreachable>
361 <dropped-invalid-destination>0</dropped-invalid-destination>
386 <received-destination-unreachable>0</received-destination-unreachable>
396 <sent-destination-unreachable>0</sent-destination-unreachable>
H A Dfrag6_01.sh163 <dropped-invalid-destination>0</dropped-invalid-destination>
188 <received-destination-unreachable>0</received-destination-unreachable>
198 <sent-destination-unreachable>0</sent-destination-unreachable>
H A Dfrag6_03.sh164 <dropped-invalid-destination>0</dropped-invalid-destination>
189 <received-destination-unreachable>0</received-destination-unreachable>
199 <sent-destination-unreachable>2</sent-destination-unreachable>
H A Dfrag6_07.sh160 <dropped-invalid-destination>0</dropped-invalid-destination>
185 <received-destination-unreachable>0</received-destination-unreachable>
195 <sent-destination-unreachable>0</sent-destination-unreachable>
H A Dfrag6_08.sh160 <dropped-invalid-destination>0</dropped-invalid-destination>
185 <received-destination-unreachable>0</received-destination-unreachable>
195 <sent-destination-unreachable>0</sent-destination-unreachable>
H A Dfrag6_09.sh162 <dropped-invalid-destination>0</dropped-invalid-destination>
187 <received-destination-unreachable>0</received-destination-unreachable>
197 <sent-destination-unreachable>0</sent-destination-unreachable>
H A Dfrag6_19.sh149 <dropped-invalid-destination>0</dropped-invalid-destination>
174 <received-destination-unreachable>0</received-destination-unreachable>
184 <sent-destination-unreachable>0</sent-destination-unreachable>
H A Dfrag6_20.sh159 <dropped-invalid-destination>0</dropped-invalid-destination>
184 <received-destination-unreachable>0</received-destination-unreachable>
194 <sent-destination-unreachable>0</sent-destination-unreachable>
H A Dfrag6_02.sh163 <dropped-invalid-destination>0</dropped-invalid-destination>
188 <received-destination-unreachable>0</received-destination-unreachable>
198 <sent-destination-unreachable>0</sent-destination-unreachable>
H A Dfrag6_04.sh164 <dropped-invalid-destination>0</dropped-invalid-destination>
189 <received-destination-unreachable>0</received-destination-unreachable>
199 <sent-destination-unreachable>0</sent-destination-unreachable>
H A Dfrag6_10.sh164 <dropped-invalid-destination>0</dropped-invalid-destination>
189 <received-destination-unreachable>0</received-destination-unreachable>
199 <sent-destination-unreachable>0</sent-destination-unreachable>
H A Dfrag6_11.sh163 <dropped-invalid-destination>0</dropped-invalid-destination>
188 <received-destination-unreachable>0</received-destination-unreachable>
198 <sent-destination-unreachable>0</sent-destination-unreachable>
H A Dfrag6_12.sh162 <dropped-invalid-destination>0</dropped-invalid-destination>
187 <received-destination-unreachable>0</received-destination-unreachable>
197 <sent-destination-unreachable>0</sent-destination-unreachable>
H A Dfrag6_13.sh162 <dropped-invalid-destination>0</dropped-invalid-destination>
187 <received-destination-unreachable>0</received-destination-unreachable>
197 <sent-destination-unreachable>0</sent-destination-unreachable>

12345678910>>...12