Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/mkfifo/
HDmkfifo.c65 const void *modep; in main() local
87 if ((modep = setmode(modestr)) == NULL) { in main()
92 fifomode = getmode(modep, BASEMODE); in main()
/freebsd-14-stable/usr.bin/find/
HDls.c62 char modep[15]; in printlong() local
65 (void)strmode(sb->st_mode, modep); in printlong()
66 (void)printf("%s %3ju %-*s %-*s ", modep, (uintmax_t)sb->st_nlink, in printlong()
/freebsd-14-stable/sys/arm/ti/
HDti_gpio.c922 u_int *irqp, uint32_t *modep) in ti_gpio_pic_map_fdt() argument
953 if (modep != NULL) in ti_gpio_pic_map_fdt()
954 *modep = mode; in ti_gpio_pic_map_fdt()
960 u_int *irqp, uint32_t *modep) in ti_gpio_pic_map_gpio() argument
974 if (modep != NULL) in ti_gpio_pic_map_gpio()
975 *modep = mode; in ti_gpio_pic_map_gpio()
981 u_int *irqp, uint32_t *modep) in ti_gpio_pic_map() argument
987 (struct intr_map_data_fdt *)data, irqp, modep)); in ti_gpio_pic_map()
990 (struct intr_map_data_gpio *)data, irqp, modep)); in ti_gpio_pic_map()
/freebsd-14-stable/sys/arm/freescale/imx/
HDimx_gpio.c178 u_int *irqp, uint32_t *modep) in gpio_pic_map_fdt() argument
227 if (modep != NULL) in gpio_pic_map_fdt()
228 *modep = mode; in gpio_pic_map_fdt()
234 u_int *irqp, uint32_t *modep) in gpio_pic_map_gpio() argument
258 if (modep != NULL) in gpio_pic_map_gpio()
259 *modep = dag->gpio_intr_mode; in gpio_pic_map_gpio()
265 u_int *irqp, uint32_t *modep) in gpio_pic_map() argument
271 irqp, modep)); in gpio_pic_map()
274 irqp, modep)); in gpio_pic_map()
/freebsd-14-stable/sys/arm/broadcom/bcm2835/
HDbcm2835_gpio.c1068 u_int *irqp, uint32_t *modep) in bcm_gpio_pic_map_fdt() argument
1104 if (modep != NULL) in bcm_gpio_pic_map_fdt()
1105 *modep = mode; in bcm_gpio_pic_map_fdt()
1111 u_int *irqp, uint32_t *modep) in bcm_gpio_pic_map_gpio() argument
1127 if (modep != NULL) in bcm_gpio_pic_map_gpio()
1128 *modep = mode; in bcm_gpio_pic_map_gpio()
1134 u_int *irqp, uint32_t *modep) in bcm_gpio_pic_map() argument
1140 (struct intr_map_data_fdt *)data, irqp, modep)); in bcm_gpio_pic_map()
1143 (struct intr_map_data_gpio *)data, irqp, modep)); in bcm_gpio_pic_map()
/freebsd-14-stable/sys/sys/
HDktls.h227 int ktls_get_rx_mode(struct socket *so, int *modep);
229 int ktls_get_tx_mode(struct socket *so, int *modep);
HDcapsicum.h483 int cap_getmode(u_int *modep);
HDsysproto.h1530 char modep_l_[PADL_(u_int *)]; u_int * modep; char modep_r_[PADR_(u_int *)]; member
/freebsd-14-stable/contrib/telnet/libtelnet/
HDencrypt.c170 int *modep; member
719 if (!(ep = (*kp->getcrypt)(*kp->modep))) { in encrypt_keyid()
746 encrypt_start_output(*kp->modep); in encrypt_keyid()
/freebsd-14-stable/crypto/heimdal/appl/telnet/libtelnet/
HDencrypt.c170 int *modep; member
742 if (!(ep = (*kp->getcrypt)(*kp->modep))) { in encrypt_keyid()
768 encrypt_start_output(*kp->modep); in encrypt_keyid()
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/spl/
HDacl_common.c703 ace_mask_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_mask_to_mode() argument
731 *modep = mode; in ace_mask_to_mode()
1000 ace_allow_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_allow_to_mode() argument
1008 return (ace_mask_to_mode(mask, modep, isdir)); in ace_allow_to_mode()
/freebsd-14-stable/sbin/dump/
HDtraverse.c868 getino(ino_t inum, int *modep) in getino() argument
887 *modep = (dp1->di_mode & IFMT); in getino()
891 *modep = (dp2->di_mode & IFMT); in getino()
/freebsd-14-stable/sys/kern/
HDuipc_ktls.c1392 ktls_get_rx_mode(struct socket *so, int *modep) in ktls_get_rx_mode() argument
1404 *modep = TCP_TLS_MODE_NONE; in ktls_get_rx_mode()
1406 *modep = tls->mode; in ktls_get_rx_mode()
1455 ktls_get_tx_mode(struct socket *so, int *modep) in ktls_get_tx_mode() argument
1467 *modep = TCP_TLS_MODE_NONE; in ktls_get_tx_mode()
1469 *modep = tls->mode; in ktls_get_tx_mode()
HDsys_capability.c128 return (copyout(&i, uap->modep, sizeof(i))); in sys_cap_getmode()
HDsystrace_args.c2844 uarg[a++] = (intptr_t)p->modep; /* u_int * */ in systrace_args()
/freebsd-14-stable/tests/sys/audit/
HDprocess-control.c1546 int modep; in ATF_TC_BODY() local
1554 ATF_REQUIRE_EQ(0, cap_getmode(&modep)); in ATF_TC_BODY()
/freebsd-14-stable/sys/compat/freebsd32/
HDfreebsd32_systrace_args.c2733 uarg[a++] = (intptr_t)p->modep; /* u_int * */ in systrace_args()