Searched defs:target (Results 76 - 100 of 262) sorted by relevance

1234567891011

/illumos-gate/usr/src/boot/lib/libstand/
H A Dgzipfs.c294 off_t target; local
299 target = offset;
302 target = offset + zf->zf_zstream.total_out;
305 target = -1;
312 if (target < zf->zf_zstream.total_out && zf_rewind(f) != 0)
316 while (target > zf->zf_zstream.total_out) {
318 target - zf->zf_zstream.total_out), NULL);
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c159 if ((a->target = strdup(a->path)) == NULL) {
234 * Get the operation target, e.g. slot0, slot0::cpu0.
237 * the case of a logical ap_id, the target is already
240 if (phys != 0 && (a->target = ap_logid(a, a->path)) == NULL) {
295 DBG("target=<%s>\n", a->target ? a->target : "");
368 * Each command has a (command) mask specifying the AP target classes
370 * In addition each AP target class has a separate option mask specifying
371 * which command options are valid for that target clas
656 int target; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c361 * where realm is the target realm for lookup
400 * where realm is the target realm for the name-value pair
571 * where target is the target realm for the capath
572 * where inter is the intermediate realm between the source and target
573 * realms. If the source and target share x-realm keys then this set to "."
574 * Note: for the remove function, all associated source, target, and
583 char *source = NULL, *dummy_val = NULL, *target = NULL; local
609 code2 = profile_iterator(&state2, &target,
611 if (code2 == 0 && target !
737 __profile_add_xrealm_mapping(profile_t profile, char *source, char *target, char *inter) argument
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c59 static int addtab(size_t len, size_t target, int spaced,
1222 addtab(size_t len, size_t target, int spaced, char **buf, size_t *buflen) { argument
1227 if (spaced || len >= target - 1) {
1231 for (t = (target - len - 1) / 8; t >= 0; t--)
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_targets.c32 * All UA functions use target lists to select and manage their
46 * unicast target fails, callers then walk to the right, through failover
61 * All access to a target list is done through the following functions
64 * slp_target_list_t: A handle to a target list
65 * slp_target_t: A handle to an individual target. slp_get_target_sin
66 * will extract an inet address for this target.
69 * slp_new_target_list: creates a new target list for the given scopes,
76 * target, or NULL for none.
77 * slp_next_failover: Returns the next failover DA for a given target, or
81 * successfully communicating with that target
334 slp_free_target(slp_target_t *target) argument
[all...]
H A Dslp_net.c72 slp_target_t *target; member in struct:tcp_rqst
115 * Unicasts a message using TCP. 'target' is a targets list
117 * tcp_thread to free the target list when finished; this is useful
118 * when a target needs to be synthesised by another message thread
127 void slp_uc_tcp_send(slp_handle_impl_t *hp, slp_target_t *target, argument
164 rqst->target = target;
183 * Unicasts a message using datagrams. 'target' should contain a
191 void slp_uc_udp_send(slp_handle_impl_t *hp, slp_target_t *target, argument
212 for (ctarg = target; ctar
1125 slp_target_t *target; local
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h57 int target; member in struct:alias_info
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_list.c601 uu_list_insert_before(uu_list_t *lp, void *target, void *elem) argument
603 uu_list_node_impl_t *np = ELEM_TO_NODE(lp, target);
605 if (target == NULL)
612 (void *)lp, target, elem, target);
627 uu_list_insert_after(uu_list_t *lp, void *target, void *elem) argument
629 uu_list_node_impl_t *np = ELEM_TO_NODE(lp, target);
631 if (target == NULL)
638 (void *)lp, target, elem, target);
[all...]
/illumos-gate/usr/src/lib/libkvm/common/
H A Dkvm.c293 pfn_t target = (pfn_t)(page >> kd->kvm_dump.dump_pageshift); local
299 if (pfn == target) {
305 if (pfn < target)
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_branch.c241 char *target = (char *)arg; local
246 if ((strcmp(target, lbl) == 0) &&
256 fru_by_label(fmd_hdl_t *hdl, const char *target) argument
265 fru_by_label_cb, (void *)target, &err)) != NULL)) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c286 invert_frags(avl_tree_t *source, avl_tree_t *target) argument
296 avl_create(target, by_ino_cmp, sizeof (inode_dup_t),
307 tgt_inode = avl_find(target, (void *)&tgt_inode_key,
314 avl_insert(target, (void *)tgt_inode, where);
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c370 oneof(char *target, char **olistp, int on) argument
376 if (*listp && strcmp(target, *listp) == 0) {
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_asynch.c65 * is used to allocate a command for a target or for a HAL.
351 s1394_setup_asynch_command(s1394_hal_t *hal, s1394_target_t *target, argument
400 s_priv->sent_by_target = (s1394_target_t *)target;
408 /* to the one given by the target */
425 /* If not OVERRIDE_ADDR, then target may not be NULL */
426 ASSERT(target != NULL);
430 if ((target->target_state & S1394_TARG_GONE) != 0 ||
431 target->on_node == NULL) {
439 ASSERT((target->target_state & S1394_TARG_GONE) == 0);
440 node = target
1258 s1394_compare_swap(s1394_hal_t *hal, s1394_target_t *target, cmd1394_cmd_t *cmd) argument
1382 s1394_split_lock_req(s1394_hal_t *hal, s1394_target_t *target, cmd1394_cmd_t *cmd) argument
1469 s1394_target_t *target; local
1728 s1394_target_t *target; local
[all...]
H A Ds1394_bus_reset.c902 /* Move the target list over to the new node and update */
1397 * is used to enable the physical filters for the link. If a target has
1446 * is used to enable the physical filters for the link. If a target has
1448 * bit is set. This is done for one target.
1451 s1394_physical_arreq_set_one(s1394_target_t *target) argument
1461 /* Find the HAL this target resides on */
1462 hal = target->on_hal;
1469 if ((target->on_node != NULL) &&
1470 (target->physical_arreq_enabled != 0)) {
1471 node_num = target
1503 s1394_physical_arreq_clear_one(s1394_target_t *target) argument
[all...]
H A Ds1394_misc.c254 * to determine whether or not a target may block.
860 * searches target_list on the HAL for target corresponding to tdip;
861 * if found, target is returned, else returns NULL. This routine assumes
889 * searches target_list on the HAL for target corresponding to tdip;
890 * if found, target is returned locked.
895 s1394_target_t *target; local
900 target = s1394_target_from_dip_locked(hal, tdip);
904 return (target);
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c610 * Finally convert samples from internal 24 bit format to target format
696 audio_parms_t target; local
713 target = sp->s_cnv_dst_parms;
725 target.p_format = parms->p_format;
727 target.p_rate = parms->p_rate;
729 target.p_nchan = parms->p_nchan;
730 uparms = &target;
734 * At least one of the source or target are S24_NE.
762 if (target.p_format == info->format) {
778 if (source.p_nchan != target
[all...]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dbiosdisk.h41 unsigned short target; member in struct:device_path::__anon9409
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc56 extern Doname find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking);
57 extern Doname find_ar_suffix_rule(register Name target, Name true_target, Property *command, Boolean rechecking);
58 extern Doname find_double_suffix_rule(register Name target, Property *command, Boolean rechecking);
60 extern Doname find_percent_rule(register Name target, Property *command, Boolean rechecking);
61 static void create_target_group_and_dependencies_list(Name target, Percent pat_rule, String percent);
62 static Boolean match_found_with_pattern(Name target, Percent pat_rule, String percent, wchar_t *percent_buf);
64 static Boolean dependency_exists(Name target, Property line);
66 extern void add_target_to_chain(Name target, Chain * query);
69 * find_suffix_rule(target, target_body, target_suffix, command, rechecking)
73 * for the given target
109 find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking) argument
495 find_ar_suffix_rule(register Name target, Name true_target, Property *command, Boolean rechecking) argument
590 find_double_suffix_rule(register Name target, Property *command, Boolean rechecking) argument
795 find_percent_rule(register Name target, Property *command, Boolean rechecking) argument
1182 match_found_with_pattern(Name target, Percent pat_rule, String percent, wchar_t *percent_buf) argument
1300 create_target_group_and_dependencies_list(Name target, Percent pat_rule, String percent) argument
1431 dependency_exists(Name target, Property line) argument
1447 add_target_to_chain(Name target, Chain * query) argument
[all...]
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h111 struct _Name *target; member in struct:_Running
145 wchar_t *target;/* Name of target */ member in struct:_Recursive_make
151 * this target
153 Boolean removed;/* This target is no longer recursive*/
307 extern void add_pending(Name target, int recursion_level, Boolean do_get, Boolean implicit, Boolean redo);
308 extern void add_running(Name target, Name true_target, Property command, int recursion_level, int auto_count, Name *automatics, Boolean do_get, Boolean implicit);
309 extern void add_serial(Name target, int recursion_level, Boolean do_get, Boolean implicit);
310 extern void add_subtree(Name target, int recursion_level, Boolean do_get, Boolean implicit);
314 extern Boolean check_auto_dependencies(Name target, in
[all...]
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c139 * Make sure we'll have enough file descriptors to handle a target
481 priv_set_t *target = local
484 priv_intersect(rem[i], target);
486 priv_union(add[i], target);
488 priv_copyset(assign[i], target);
559 priv_set_t *target = priv_allocset(); local
561 if (target == NULL)
567 (void) getppriv(PRIV_INHERITABLE, target);
569 priv_intersect(rem[set], target);
571 priv_union(add[set], target);
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetdfs.c178 * Creates a new DFS link or adds a new target to an existing link of a
250 * Removes a link or a link target from a DFS namespace. A link can be
310 * target, DFS link, or DFS link target
788 * Sets the state for the DFS root/link or its target.
795 dfs_target_t target; local
799 bzero(&target, sizeof (dfs_target_t));
804 target.t_state = netinfo->state;
805 (void) strlcpy(target.t_server, t_server,
806 sizeof (target
869 dfs_target_t target; local
941 dfs_target_t *target; local
981 dfs_target_t *target; local
[all...]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c407 char *target; /* What we are looking for */ local
424 /* Set up target */
426 target = PASSWD_ADJUNCT_PREFIX;
428 target = PASSWD_PREFIX;
429 target_len = strlen(target);
441 if (0 != strncmp(it->name, target, target_len))
/illumos-gate/usr/src/common/atomic/
H A Datomic.c38 atomic_inc_8(volatile uint8_t *target) argument
39 { (*target)++; }
42 atomic_inc_uchar(volatile uchar_t *target) argument
43 { (*target)++; }
46 atomic_inc_16(volatile uint16_t *target) argument
47 { (*target)++; }
50 atomic_inc_ushort(volatile ushort_t *target) argument
51 { (*target)++; }
54 atomic_inc_32(volatile uint32_t *target) argument
55 { (*target)
58 atomic_inc_uint(volatile uint_t *target) argument
62 atomic_inc_ulong(volatile ulong_t *target) argument
66 atomic_inc_64(volatile uint64_t *target) argument
70 atomic_dec_8(volatile uint8_t *target) argument
74 atomic_dec_uchar(volatile uchar_t *target) argument
78 atomic_dec_16(volatile uint16_t *target) argument
82 atomic_dec_ushort(volatile ushort_t *target) argument
86 atomic_dec_32(volatile uint32_t *target) argument
90 atomic_dec_uint(volatile uint_t *target) argument
94 atomic_dec_ulong(volatile ulong_t *target) argument
98 atomic_dec_64(volatile uint64_t *target) argument
102 atomic_add_8(volatile uint8_t *target, int8_t value) argument
106 atomic_add_char(volatile uchar_t *target, signed char value) argument
110 atomic_add_16(volatile uint16_t *target, int16_t delta) argument
114 atomic_add_ushort(volatile ushort_t *target, short value) argument
118 atomic_add_32(volatile uint32_t *target, int32_t delta) argument
122 atomic_add_ptr(volatile void *target, ssize_t value) argument
126 atomic_add_long(volatile ulong_t *target, long delta) argument
130 atomic_add_64(volatile uint64_t *target, int64_t delta) argument
134 atomic_or_8(volatile uint8_t *target, uint8_t bits) argument
138 atomic_or_uchar(volatile uchar_t *target, uchar_t bits) argument
142 atomic_or_16(volatile uint16_t *target, uint16_t bits) argument
146 atomic_or_ushort(volatile ushort_t *target, ushort_t bits) argument
150 atomic_or_32(volatile uint32_t *target, uint32_t bits) argument
154 atomic_or_uint(volatile uint_t *target, uint_t bits) argument
158 atomic_or_ulong(volatile ulong_t *target, ulong_t bits) argument
162 atomic_or_64(volatile uint64_t *target, uint64_t bits) argument
166 atomic_and_8(volatile uint8_t *target, uint8_t bits) argument
170 atomic_and_uchar(volatile uchar_t *target, uchar_t bits) argument
174 atomic_and_16(volatile uint16_t *target, uint16_t bits) argument
178 atomic_and_ushort(volatile ushort_t *target, ushort_t bits) argument
182 atomic_and_32(volatile uint32_t *target, uint32_t bits) argument
186 atomic_and_uint(volatile uint_t *target, uint_t bits) argument
190 atomic_and_ulong(volatile ulong_t *target, ulong_t bits) argument
194 atomic_and_64(volatile uint64_t *target, uint64_t bits) argument
198 atomic_inc_8_nv(volatile uint8_t *target) argument
202 atomic_inc_uchar_nv(volatile uchar_t *target) argument
206 atomic_inc_16_nv(volatile uint16_t *target) argument
210 atomic_inc_ushort_nv(volatile ushort_t *target) argument
214 atomic_inc_32_nv(volatile uint32_t *target) argument
218 atomic_inc_uint_nv(volatile uint_t *target) argument
222 atomic_inc_ulong_nv(volatile ulong_t *target) argument
226 atomic_inc_64_nv(volatile uint64_t *target) argument
230 atomic_dec_8_nv(volatile uint8_t *target) argument
234 atomic_dec_uchar_nv(volatile uchar_t *target) argument
238 atomic_dec_16_nv(volatile uint16_t *target) argument
242 atomic_dec_ushort_nv(volatile ushort_t *target) argument
246 atomic_dec_32_nv(volatile uint32_t *target) argument
250 atomic_dec_uint_nv(volatile uint_t *target) argument
254 atomic_dec_ulong_nv(volatile ulong_t *target) argument
258 atomic_dec_64_nv(volatile uint64_t *target) argument
262 atomic_add_8_nv(volatile uint8_t *target, int8_t value) argument
266 atomic_add_char_nv(volatile uchar_t *target, signed char value) argument
270 atomic_add_16_nv(volatile uint16_t *target, int16_t delta) argument
274 atomic_add_short_nv(volatile ushort_t *target, short value) argument
278 atomic_add_32_nv(volatile uint32_t *target, int32_t delta) argument
282 atomic_add_int_nv(volatile uint_t *target, int delta) argument
286 atomic_add_ptr_nv(volatile void *target, ssize_t value) argument
290 atomic_add_long_nv(volatile ulong_t *target, long delta) argument
294 atomic_add_64_nv(volatile uint64_t *target, int64_t delta) argument
298 atomic_or_8_nv(volatile uint8_t *target, uint8_t value) argument
302 atomic_or_uchar_nv(volatile uchar_t *target, uchar_t value) argument
306 atomic_or_16_nv(volatile uint16_t *target, uint16_t value) argument
310 atomic_or_ushort_nv(volatile ushort_t *target, ushort_t value) argument
314 atomic_or_32_nv(volatile uint32_t *target, uint32_t value) argument
318 atomic_or_uint_nv(volatile uint_t *target, uint_t value) argument
322 atomic_or_ulong_nv(volatile ulong_t *target, ulong_t value) argument
326 atomic_or_64_nv(volatile uint64_t *target, uint64_t value) argument
330 atomic_and_8_nv(volatile uint8_t *target, uint8_t value) argument
334 atomic_and_uchar_nv(volatile uchar_t *target, uchar_t value) argument
338 atomic_and_16_nv(volatile uint16_t *target, uint16_t value) argument
342 atomic_and_ushort_nv(volatile ushort_t *target, ushort_t value) argument
346 atomic_and_32_nv(volatile uint32_t *target, uint32_t value) argument
350 atomic_and_uint_nv(volatile uint_t *target, uint_t value) argument
354 atomic_and_ulong_nv(volatile ulong_t *target, ulong_t value) argument
358 atomic_and_64_nv(volatile uint64_t *target, uint64_t value) argument
362 atomic_cas_8(volatile uint8_t *target, uint8_t cmp, uint8_t new) argument
371 atomic_cas_uchar(volatile uchar_t *target, uchar_t cmp, uchar_t new) argument
380 atomic_cas_16(volatile uint16_t *target, uint16_t cmp, uint16_t new) argument
389 atomic_cas_ushort(volatile ushort_t *target, ushort_t cmp, ushort_t new) argument
398 atomic_cas_32(volatile uint32_t *target, uint32_t cmp, uint32_t new) argument
407 atomic_cas_uint(volatile uint_t *target, uint_t cmp, uint_t new) argument
416 atomic_cas_ulong(volatile ulong_t *target, ulong_t cmp, ulong_t new) argument
425 atomic_cas_64(volatile uint64_t *target, uint64_t cmp, uint64_t new) argument
434 atomic_cas_ptr(volatile void *target, void *cmp, void *new) argument
443 atomic_swap_8(volatile uint8_t *target, uint8_t new) argument
451 atomic_swap_char(volatile uchar_t *target, uchar_t new) argument
459 atomic_swap_16(volatile uint16_t *target, uint16_t new) argument
467 atomic_swap_ushort(volatile ushort_t *target, ushort_t new) argument
475 atomic_swap_32(volatile uint32_t *target, uint32_t new) argument
483 atomic_swap_uint(volatile uint_t *target, uint_t new) argument
491 atomic_swap_64(volatile uint64_t *target, uint64_t new) argument
499 atomic_swap_ptr(volatile void *target, void *new) argument
507 atomic_swap_ulong(volatile ulong_t *target, ulong_t new) argument
515 atomic_set_long_excl(volatile ulong_t *target, uint_t value) argument
525 atomic_clear_long_excl(volatile ulong_t *target, uint_t value) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.c147 int target; local
153 for ( target = start_kb; target <= end_kb; target++ ) {
154 index = FIRING_SQUAD_TARGET_INDEX ( target );
155 bit = FIRING_SQUAD_TARGET_BIT ( target );
165 int target; local
167 for ( target = 0; target <= 640; target
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclscsi.c49 #define TARGET "target"
268 * for a given devfspath and target id.
325 * On return, bus_addr contains the target id of the device.
326 * Please note that currently the target id is computed. It is better
377 /* get the devlink and read the target id from minor node */
546 * 2. go thru list of devices under controller and compare if the target is same
553 is_node_present(scsi_info_t *scsi_info, char *devfs_path, int target) argument
605 * compare with target value
610 if (strtoul(bus_addr, NULL, 16) == target) {

Completed in 190 milliseconds

1234567891011