Home
last modified time | relevance | path

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

/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/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/sys/arm/ti/
H A Dti_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/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/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.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/sys/sys/
H A Dktls.h230 int ktls_get_rx_mode(struct socket *so, int *modep);
231 int ktls_get_tx_mode(struct socket *so, int *modep);
H A Dcapsicum.h483 int cap_getmode(u_int *modep);
H A Dsysproto.h1521 char modep_l_[PADL_(u_int *)]; u_int * modep; char modep_r_[PADR_(u_int *)]; member
/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.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/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.c1461 ktls_get_rx_mode(struct socket *so, int *modep) in ktls_get_rx_mode() argument
1473 *modep = TCP_TLS_MODE_NONE; in ktls_get_rx_mode()
1475 *modep = tls->mode; in ktls_get_rx_mode()
1524 ktls_get_tx_mode(struct socket *so, int *modep) in ktls_get_tx_mode() argument
1536 *modep = TCP_TLS_MODE_NONE; in ktls_get_tx_mode()
1538 *modep = tls->mode; in ktls_get_tx_mode()
H A Dsys_capability.c129 return (copyout(&i, uap->modep, sizeof(i))); in sys_cap_getmode()
H A Dsystrace_args.c2824 uarg[a++] = (intptr_t)p->modep; /* u_int * */ in systrace_args()
/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.h797 int __sys_cap_getmode(u_int * modep);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c2713 uarg[a++] = (intptr_t)p->modep; /* u_int * */ in systrace_args()