Home
last modified time | relevance | path

Searched refs:modep (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/lib/msun/powerpc/
H A Dfenv.c77 (fegetmode)(femode_t *modep)
79 return (__fegetmode_int(modep));
83 (fesetmode)(const femode_t *modep)
85 return (__fesetmode_int(modep));
/freebsd/lib/msun/riscv/
H A Dfenv.c79 (fegetmode)(femode_t *modep)
81 return (__fegetmode_int(modep));
85 (fesetmode)(const femode_t *modep)
87 return (__fesetmode_int(modep));
/freebsd/lib/msun/aarch64/
H A Dfenv.c80 (fegetmode)(femode_t *modep)
82 return (__fegetmode_int(modep));
86 (fesetmode)(const femode_t *modep)
88 return (__fesetmode_int(modep));
/freebsd/usr.bin/mkfifo/
H A Dmkfifo.c53 const void *modep; in main() local
75 if ((modep = setmode(modestr)) == NULL) { in main()
80 fifomode = getmode(modep, BASEMODE); in main()
/freebsd/lib/msun/amd64/
H A Dfenv.c109 (fegetmode)(femode_t *modep)
111 return (__fegetmode_int(modep));
115 (fesetmode)(const femode_t *modep)
117 return (__fesetmode_int(modep));
/freebsd/lib/msun/i387/
H A Dfenv.c154 (fegetmode)(femode_t *modep)
156 return (__fegetmode_int(modep));
160 (fesetmode)(const femode_t *modep)
162 return (__fesetmode_int(modep));
/freebsd/usr.bin/find/
H A Dls.c57 char modep[15]; in printlong() local
60 (void)strmode(sb->st_mode, modep); in printlong()
61 (void)printf("%s %3ju %-*s %-*s ", modep, (uintmax_t)sb->st_nlink, in printlong()
/freebsd/lib/msun/arm/
H A Dfenv.c112 (fegetmode)(femode_t *modep)
114 return (__fegetmode_int(modep));
118 (fesetmode)(const femode_t *modep)
120 return (__fesetmode_int(modep));
/freebsd/sys/arm/ti/
H A Dti_gpio.c881 u_int *irqp, uint32_t *modep) in ti_gpio_pic_map_fdt() argument
912 if (modep != NULL) in ti_gpio_pic_map_fdt()
913 *modep = mode; in ti_gpio_pic_map_fdt()
919 u_int *irqp, uint32_t *modep) in ti_gpio_pic_map_gpio() argument
933 if (modep != NULL) in ti_gpio_pic_map_gpio()
934 *modep = mode; in ti_gpio_pic_map_gpio()
940 u_int *irqp, uint32_t *modep) in ti_gpio_pic_map() argument
946 (struct intr_map_data_fdt *)data, irqp, modep)); in ti_gpio_pic_map()
949 (struct intr_map_data_gpio *)data, irqp, modep)); in ti_gpio_pic_map()
/freebsd/sys/arm/freescale/imx/
H A Dimx_gpio.c179 u_int *irqp, uint32_t *modep) in gpio_pic_map_fdt() argument
228 if (modep != NULL) in gpio_pic_map_fdt()
229 *modep = mode; in gpio_pic_map_fdt()
235 u_int *irqp, uint32_t *modep) in gpio_pic_map_gpio() argument
259 if (modep != NULL) in gpio_pic_map_gpio()
260 *modep = dag->gpio_intr_mode; in gpio_pic_map_gpio()
266 u_int *irqp, uint32_t *modep) in gpio_pic_map() argument
272 irqp, modep)); in gpio_pic_map()
275 irqp, modep)); in gpio_pic_map()
/freebsd/bin/mv/
H A Dmv.c161 char path[PATH_MAX], modep[15]; in do_move() local
188 strmode(sb.st_mode, modep); in do_move()
190 modep + 1, modep[9] == ' ' ? "" : " ", in do_move()
/freebsd/sys/arm64/rockchip/
H A Drk_gpio.c682 u_int *irqp, uint32_t *modep) in rk_gpio_pic_map_fdt() argument
709 if (modep != NULL) in rk_gpio_pic_map_fdt()
710 *modep = mode; in rk_gpio_pic_map_fdt()
717 u_int *irqp, uint32_t *modep) in rk_gpio_pic_map_gpio() argument
728 if (modep != NULL) in rk_gpio_pic_map_gpio()
729 *modep = dag->gpio_intr_mode; in rk_gpio_pic_map_gpio()
735 u_int *irqp, uint32_t *modep) in rk_gpio_pic_map() argument
740 (struct intr_map_data_fdt *)data, irqp, modep)); in rk_gpio_pic_map()
743 (struct intr_map_data_gpio *)data, irqp, modep)); in rk_gpio_pic_map()
/freebsd/bin/rm/
H A Drm.c390 char modep[15], *flagsp; in check() local
407 strmode(sp->st_mode, modep); in check()
411 modep + 1, modep[10] == ' ' ? "" : " ", in check()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c1069 u_int *irqp, uint32_t *modep) in bcm_gpio_pic_map_fdt() argument
1105 if (modep != NULL) in bcm_gpio_pic_map_fdt()
1106 *modep = mode; in bcm_gpio_pic_map_fdt()
1112 u_int *irqp, uint32_t *modep) in bcm_gpio_pic_map_gpio() argument
1128 if (modep != NULL) in bcm_gpio_pic_map_gpio()
1129 *modep = mode; in bcm_gpio_pic_map_gpio()
1135 u_int *irqp, uint32_t *modep) in bcm_gpio_pic_map() argument
1141 (struct intr_map_data_fdt *)data, irqp, modep)); in bcm_gpio_pic_map()
1144 (struct intr_map_data_gpio *)data, irqp, modep)); in bcm_gpio_pic_map()
/freebsd/sys/sys/
H A Dktls.h252 int ktls_get_rx_mode(struct socket *so, int *modep);
253 int ktls_get_tx_mode(struct socket *so, int *modep);
H A Dcapsicum.h552 int cap_getmode(u_int *modep);
/freebsd/sys/dev/aq/
H A Daq2_fw.c326 aq2_fw_get_mode(struct aq_hw *hw, enum aq_hw_fw_mpi_state *modep, in aq2_fw_get_mode() argument
333 if (modep != NULL) in aq2_fw_get_mode()
334 *modep = MPI_INIT; in aq2_fw_get_mode()
/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.c170 int *modep; member
719 if (!(ep = (*kp->getcrypt)(*kp->modep))) { in encrypt_keyid()
746 encrypt_start_output(*kp->modep); in encrypt_keyid()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c170 int *modep; member
742 if (!(ep = (*kp->getcrypt)(*kp->modep))) { in encrypt_keyid()
768 encrypt_start_output(*kp->modep); in encrypt_keyid()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c694 ace_mask_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_mask_to_mode() argument
722 *modep = mode; in ace_mask_to_mode()
991 ace_allow_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_allow_to_mode() argument
999 return (ace_mask_to_mode(mask, modep, isdir)); in ace_allow_to_mode()
/freebsd/sbin/dump/
H A Dtraverse.c862 getino(ino_t inum, int *modep) in writeheader()
881 *modep = (dp1->di_mode & IFMT); in getino()
885 *modep = (dp2->di_mode & IFMT); in getino()
866 getino(ino_t inum,int * modep) getino() argument
/freebsd/sys/kern/
H A Duipc_ktls.c1468 ktls_get_rx_mode(struct socket *so, int *modep) in ktls_get_rx_mode() argument
1480 *modep = TCP_TLS_MODE_NONE; in ktls_get_rx_mode()
1482 *modep = tls->mode; in ktls_get_rx_mode()
1523 ktls_get_tx_mode(struct socket *so, int *modep) in ktls_get_tx_mode() argument
1535 *modep = TCP_TLS_MODE_NONE; in ktls_get_tx_mode()
1537 *modep = tls->mode; in ktls_get_tx_mode()
H A Dsys_capability.c129 return (copyout(&i, uap->modep, sizeof(i))); in sys_cap_getmode()
/freebsd/tests/sys/audit/
H A Dprocess-control.c1546 int modep; in ATF_TC_BODY() local
1554 ATF_REQUIRE_EQ(0, cap_getmode(&modep)); in ATF_TC_BODY()
/freebsd/lib/libsys/
H A D_libsys.h808 int __sys_cap_getmode(u_int * modep);

12