| /freebsd-14-stable/usr.bin/mkfifo/ |
| HD | mkfifo.c | 65 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/ |
| HD | ls.c | 62 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/ |
| HD | ti_gpio.c | 922 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/ |
| HD | imx_gpio.c | 178 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/ |
| HD | bcm2835_gpio.c | 1068 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/ |
| HD | ktls.h | 227 int ktls_get_rx_mode(struct socket *so, int *modep); 229 int ktls_get_tx_mode(struct socket *so, int *modep);
|
| HD | capsicum.h | 483 int cap_getmode(u_int *modep);
|
| HD | sysproto.h | 1530 char modep_l_[PADL_(u_int *)]; u_int * modep; char modep_r_[PADR_(u_int *)]; member
|
| /freebsd-14-stable/contrib/telnet/libtelnet/ |
| HD | encrypt.c | 170 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/ |
| HD | encrypt.c | 170 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/ |
| HD | acl_common.c | 703 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/ |
| HD | traverse.c | 868 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/ |
| HD | uipc_ktls.c | 1392 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()
|
| HD | sys_capability.c | 128 return (copyout(&i, uap->modep, sizeof(i))); in sys_cap_getmode()
|
| HD | systrace_args.c | 2844 uarg[a++] = (intptr_t)p->modep; /* u_int * */ in systrace_args()
|
| /freebsd-14-stable/tests/sys/audit/ |
| HD | process-control.c | 1546 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/ |
| HD | freebsd32_systrace_args.c | 2733 uarg[a++] = (intptr_t)p->modep; /* u_int * */ in systrace_args()
|