Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 25 of 252) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_seqnum.c32 kg_make_seq_num(context, key, direction, seqnum, cksum, buf) in kg_make_seq_num() argument
35 int direction;
42 plain[4] = direction;
43 plain[5] = direction;
44 plain[6] = direction;
45 plain[7] = direction;
67 krb5_error_code kg_get_seq_num(context, key, cksum, buf, direction, seqnum) in kg_get_seq_num() argument
72 int *direction;
94 *direction = plain[4];
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_api.c261 if (direction) in idmap_namerule_parts_clear()
296 if (direction) in idmap_namerule2parts()
297 *direction = rule->direction; in idmap_namerule2parts()
441 rule->direction = direction; in idmap_udt_add_namerule()
488 rule->direction = direction; in idmap_udt_rm_namerule()
702 if (direction) in idmap_iter_next_namerule()
784 if (direction) in idmap_iter_next_mapping()
859 if (direction) in idmap_iter_next_mapping()
1465 direction = res.ids.ids_val[i].direction; in idmap_get_mappings()
1687 *direction = mapping->direction; in idmap_get_w2u_mapping()
[all …]
H A Didmap_cache.h86 int direction);
90 int direction);
94 int is_user, int direction);
98 uid_t uid, int direction);
102 gid_t gid, int direction);
H A Didmap_cache.c803 if (direction == IDMAP_DIRECTION_BI || in idmap_cache_add_sid2uid()
851 if (direction == IDMAP_DIRECTION_BI || in idmap_cache_add_sid2uid()
915 if (direction == IDMAP_DIRECTION_BI || in idmap_cache_add_sid2gid()
963 if (direction == IDMAP_DIRECTION_BI || in idmap_cache_add_sid2gid()
1025 if (direction == IDMAP_DIRECTION_BI || in idmap_cache_add_sid2pid()
1092 if (direction == IDMAP_DIRECTION_BI || in idmap_cache_add_sid2pid()
1200 int direction) in idmap_cache_add_winname2uid() argument
1206 if (direction == IDMAP_DIRECTION_BI || in idmap_cache_add_winname2uid()
1263 if (direction == IDMAP_DIRECTION_BI || in idmap_cache_add_winname2uid()
1330 int direction) in idmap_cache_add_winname2gid() argument
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb.c97 u32 max_frame_size, u8 direction) in ixgbe_dcb_calculate_tc_credits_cee() argument
121 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits_cee()
122 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits_cee()
143 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits_cee()
144 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits_cee()
176 if (direction == IXGBE_DCB_TX_CONFIG) { in ixgbe_dcb_calculate_tc_credits_cee()
232 refill[tc] = tc_config[tc].path[direction].data_credits_refill; in ixgbe_dcb_unpack_refill_cee()
251 bwgid[tc] = tc_config[tc].path[direction].bwg_id; in ixgbe_dcb_unpack_bwgid_cee()
261 tsa[tc] = tc_config[tc].path[direction].tsa; in ixgbe_dcb_unpack_tsa_cee()
280 if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap) in ixgbe_dcb_get_tc_from_up()
[all …]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c1275 rule->direction = direction; in idmap_namerule_set()
1398 res->direction = wksid->direction; in lookup_wksids_sid2pid()
1465 res->direction = wksid->direction; in lookup_wksids_pid2sid()
1703 res->direction = in lookup_cache_sid2pid()
3095 int direction; in name_based_mapping_sid2pid() local
3178 direction = in name_based_mapping_sid2pid()
3247 res->direction = in name_based_mapping_sid2pid()
4498 int direction; in name_based_mapping_pid2sid() local
4546 direction = in name_based_mapping_pid2sid()
4618 direction); in name_based_mapping_pid2sid()
[all …]
H A Dwksids.c272 if (wksids[i].direction == IDMAP_DIRECTION_U2W) in find_wksid_by_name()
333 if (wksids[i].direction == IDMAP_DIRECTION_U2W) in find_wksid_by_sid()
358 (wksids[i].direction == IDMAP_DIRECTION_BI || in find_wksid_by_pid()
359 wksids[i].direction == IDMAP_DIRECTION_U2W)) { in find_wksid_by_pid()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c131 int direction; member
224 int direction; member
631 direction != namemaps.direction)) { in init_nm_command()
657 namemaps.direction = direction; in init_nm_command()
680 switch (direction) { in direction2string()
1308 if (nm->direction == pnm->last->direction && in print_mapping()
1382 nm.direction = rule->direction; in print_how()
1494 nm.direction = rule->direction; in print_error_info()
1579 &nm->direction, &info); in do_dump()
2956 &nm->direction, in do_show_mapping()
[all …]
H A Dnamemaps.c60 int direction; member
357 int direction) in idmap_init_namemaps() argument
415 } else if (direction == IDMAP_DIRECTION_W2U) { in idmap_init_namemaps()
423 p->direction = direction; in idmap_init_namemaps()
426 direction != IDMAP_DIRECTION_U2W) { in idmap_init_namemaps()
433 if (p->nldap_winname_attr != NULL && direction != IDMAP_DIRECTION_W2U) { in idmap_init_namemaps()
860 int is_user, int is_wuser, int direction) in idmap_set_namemap() argument
867 if (direction == IDMAP_DIRECTION_W2U) { in idmap_set_namemap()
888 if (direction == IDMAP_DIRECTION_U2W) { in idmap_set_namemap()
951 int is_user, int is_wuser, int direction) in idmap_unset_namemap() argument
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dstatlog.c40 statlog( direction, bytes, millisecs, breakmsg) in statlog() argument
41 char *direction; in statlog()
62 direction, bytes, millisecs/1000, millisecs%1000,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dutilities.c135 Dump(direction, buffer, length) in Dump() argument
136 char direction; in Dump()
186 printoption(direction, cmd, option) in printoption() argument
187 char *direction; in printoption()
194 (void) fprintf(NetTrace, "%s IAC %s", direction,
317 printsub(direction, pointer, length) in printsub() argument
318 char direction; /* '<' or '>' */ in printsub()
326 if (showoptions || direction == 0 ||
328 if (direction) {
330 (direction == '<')? "RCVD":"SENT");
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c72 int direction; in interpret_rpc() local
97 direction = getxdr_long(); in interpret_rpc()
99 if (direction == CALL) { in interpret_rpc()
115 switch (direction) { in interpret_rpc()
224 direction, in interpret_rpc()
225 direction == CALL ? "Call":"Reply"); in interpret_rpc()
227 switch (direction) { in interpret_rpc()
378 print_verif(int direction) in print_verif() argument
394 if (direction == CALL) in print_verif()
/illumos-gate/usr/src/tools/smatch/src/
H A Davl.h113 AvlDirection direction; member
118 #define avl_traverse(iter, avl, direction) \ argument
119 for (avl_iter_begin(&(iter), avl, direction); \
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c572 if (direction == IDMAP_DIRECTION_BI || in kidmap_cache_add_sid2uid()
573 direction == IDMAP_DIRECTION_W2U) { in kidmap_cache_add_sid2uid()
616 if (direction == IDMAP_DIRECTION_BI || in kidmap_cache_add_sid2uid()
617 direction == IDMAP_DIRECTION_U2W) { in kidmap_cache_add_sid2uid()
665 if (direction == IDMAP_DIRECTION_BI || in kidmap_cache_add_sid2gid()
666 direction == IDMAP_DIRECTION_W2U) { in kidmap_cache_add_sid2gid()
709 if (direction == IDMAP_DIRECTION_BI || in kidmap_cache_add_sid2gid()
710 direction == IDMAP_DIRECTION_U2W) { in kidmap_cache_add_sid2gid()
757 if (direction == IDMAP_DIRECTION_BI || in kidmap_cache_add_sid2pid()
758 direction == IDMAP_DIRECTION_W2U) { in kidmap_cache_add_sid2pid()
[all …]
H A Dkidmap_priv.h137 uint32_t rid, uid_t uid, int direction);
141 uint32_t rid, gid_t gid, int direction);
145 uint32_t rid, uid_t pid, int is_user, int direction);
H A Didmap_kapi.c473 results.ids.ids_val[0].direction); in kidmap_getuidbysid()
550 results.ids.ids_val[0].direction); in kidmap_getgidbysid()
636 results.ids.ids_val[0].direction); in kidmap_getpidbysid()
1201 int direction; in kidmap_get_mappings() local
1254 direction = rpc_res.ids.ids_val[i].direction; in kidmap_get_mappings()
1271 direction); in kidmap_get_mappings()
1277 direction); in kidmap_get_mappings()
1294 direction); in kidmap_get_mappings()
1300 direction); in kidmap_get_mappings()
1324 direction); in kidmap_get_mappings()
[all …]
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_dma.c222 uchar_t direction) in ata_pciide_dma_start() argument
229 ASSERT((direction == PCIIDE_BMICX_RWCON_WRITE_TO_MEMORY) || in ata_pciide_dma_start()
230 (direction == PCIIDE_BMICX_RWCON_READ_FROM_MEMORY)); in ata_pciide_dma_start()
238 (tmp | direction)); in ata_pciide_dma_start()
241 (tmp | PCIIDE_BMICX_SSBM_E | direction)); in ata_pciide_dma_start()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c812 register int direction; in btree_lookup() local
815 direction = strcmp(name, p->name); in btree_lookup()
816 if (direction == 0) in btree_lookup()
818 if (direction > 0) in btree_lookup()
833 register int direction; in btree_enter() local
843 direction = strcmp(ent->name, p->name); in btree_enter()
844 if (direction == 0) { in btree_enter()
850 if (direction > 0) in btree_enter()
855 if (direction > 0) in btree_enter()
/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Di2c_client.h89 uint8_t direction; member
96 uint8_t direction; member
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.1.sample71 direction LOCAL_OUT
77 direction LOCAL_OUT
83 direction LOCAL_OUT
91 direction LOCAL_OUT
/illumos-gate/usr/src/uts/common/sys/
H A Davl.h192 int direction);
237 extern void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction);
/illumos-gate/usr/src/common/avl/
H A Davl.c211 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) in avl_nearest() argument
223 if (child != direction) in avl_nearest()
226 return (avl_walk(tree, data, direction)); in avl_nearest()
560 int direction) in avl_insert_here() argument
563 int child = direction; /* rely on AVL_BEFORE == 0, AVL_AFTER == 1 */ in avl_insert_here()
571 ASSERT(direction == AVL_BEFORE || direction == AVL_AFTER); in avl_insert_here()
/illumos-gate/usr/src/uts/sun/io/dada/conf/
H A Ddcd_confsubr.c277 uchar_t direction, in makecommand() argument
286 cdbp->direction = direction; in makecommand()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c262 if (direction == USB_EP_DIR_OUT) { in _usba_check_req()
269 if (direction == USB_EP_DIR_IN) { in _usba_check_req()
288 if (direction == USB_EP_DIR_IN) { in _usba_check_req()
304 if (direction == USB_EP_DIR_OUT) { in _usba_check_req()
769 if ((direction == USB_EP_DIR_IN) && in usba_req_normal_cb()
773 } else if ((direction == USB_EP_DIR_OUT) && in usba_req_normal_cb()
780 (direction == USB_EP_DIR_OUT)) { in usba_req_normal_cb()
1818 uchar_t direction; in usb_pipe_intr_xfer() local
1876 if (direction == USB_EP_DIR_IN) { in usb_pipe_intr_xfer()
2374 uchar_t direction; in usb_pipe_isoc_xfer() local
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c69 uint8_t direction, uint64_t offset, size_t size);
71 uint8_t direction, uint64_t start, uint64_t end);
982 rv = hv_ldc_copy(chid, direction, in ldc_mem_copy()
998 chid, direction, export_caddr, local_ra, in ldc_mem_copy()
1089 caddr_t paddr, uint8_t direction) in ldc_mem_rdwr_cookie() argument
1172 rv = hv_ldc_copy(ldcp->id, direction, in ldc_mem_rdwr_cookie()
1185 ldcp->id, direction, target_pa, local_ra, in ldc_mem_rdwr_cookie()
1645 direction); in i_ldc_mem_acquire_release()
2357 uint8_t direction, uint64_t start, uint64_t end) in i_ldc_dring_acquire_release() argument
2417 direction, soff, copy_size); in i_ldc_dring_acquire_release()
[all …]

1234567891011