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

/freebsd-current/usr.bin/mkfifo/
H A Dmkfifo.c53 const void *modep; local
75 if ((modep = setmode(modestr)) == NULL) {
80 fifomode = getmode(modep, BASEMODE);
/freebsd-current/usr.bin/find/
H A Dls.c57 char modep[15]; local
60 (void)strmode(sb->st_mode, modep);
61 (void)printf("%s %3ju %-*s %-*s ", modep, (uintmax_t)sb->st_nlink,
/freebsd-current/sys/sys/
H A Dktls.h227 int ktls_get_rx_mode(struct socket *so, int *modep);
228 int ktls_get_tx_mode(struct socket *so, int *modep);
H A Dcapsicum.h482 int cap_getmode(u_int *modep);
H A Dsysproto.h1524 char modep_l_[PADL_(u_int *)]; u_int * modep; char modep_r_[PADR_(u_int *)]; member in struct:cap_getmode_args
/freebsd-current/bin/rm/
H A Drm.c390 char modep[15], *flagsp; local
407 strmode(sp->st_mode, modep);
411 modep + 1, modep[10] == ' ' ? "" : " ",
/freebsd-current/bin/mv/
H A Dmv.c166 char modep[15]; local
191 strmode(sb.st_mode, modep);
193 modep + 1, modep[9] == ' ' ? "" : " ",
/freebsd-current/sys/arm/ti/
H A Dti_gpio.c922 u_int *irqp, uint32_t *modep)
953 if (modep != NULL)
954 *modep = mode;
960 u_int *irqp, uint32_t *modep)
974 if (modep != NULL)
975 *modep = mode;
981 u_int *irqp, uint32_t *modep)
987 (struct intr_map_data_fdt *)data, irqp, modep));
990 (struct intr_map_data_gpio *)data, irqp, modep));
921 ti_gpio_pic_map_fdt(struct ti_gpio_softc *sc, struct intr_map_data_fdt *daf, u_int *irqp, uint32_t *modep) argument
959 ti_gpio_pic_map_gpio(struct ti_gpio_softc *sc, struct intr_map_data_gpio *dag, u_int *irqp, uint32_t *modep) argument
980 ti_gpio_pic_map(struct ti_gpio_softc *sc, struct intr_map_data *data, u_int *irqp, uint32_t *modep) argument
/freebsd-current/sys/arm/freescale/imx/
H A Dimx_gpio.c178 u_int *irqp, uint32_t *modep)
227 if (modep != NULL)
228 *modep = mode;
234 u_int *irqp, uint32_t *modep)
258 if (modep != NULL)
259 *modep = dag->gpio_intr_mode;
265 u_int *irqp, uint32_t *modep)
271 irqp, modep));
274 irqp, modep));
177 gpio_pic_map_fdt(struct imx51_gpio_softc *sc, struct intr_map_data_fdt *daf, u_int *irqp, uint32_t *modep) argument
233 gpio_pic_map_gpio(struct imx51_gpio_softc *sc, struct intr_map_data_gpio *dag, u_int *irqp, uint32_t *modep) argument
264 gpio_pic_map(struct imx51_gpio_softc *sc, struct intr_map_data *data, u_int *irqp, uint32_t *modep) argument
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c1068 u_int *irqp, uint32_t *modep)
1104 if (modep != NULL)
1105 *modep = mode;
1111 u_int *irqp, uint32_t *modep)
1127 if (modep != NULL)
1128 *modep = mode;
1134 u_int *irqp, uint32_t *modep)
1140 (struct intr_map_data_fdt *)data, irqp, modep));
1143 (struct intr_map_data_gpio *)data, irqp, modep));
1067 bcm_gpio_pic_map_fdt(struct bcm_gpio_softc *sc, struct intr_map_data_fdt *daf, u_int *irqp, uint32_t *modep) argument
1110 bcm_gpio_pic_map_gpio(struct bcm_gpio_softc *sc, struct intr_map_data_gpio *dag, u_int *irqp, uint32_t *modep) argument
1133 bcm_gpio_pic_map(struct bcm_gpio_softc *sc, struct intr_map_data *data, u_int *irqp, uint32_t *modep) argument
/freebsd-current/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c170 int *modep; member in struct:key_info
742 if (!(ep = (*kp->getcrypt)(*kp->modep))) {
768 encrypt_start_output(*kp->modep);
/freebsd-current/contrib/telnet/libtelnet/
H A Dencrypt.c170 int *modep; member in struct:key_info
719 if (!(ep = (*kp->getcrypt)(*kp->modep))) {
746 encrypt_start_output(*kp->modep);
/freebsd-current/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) argument
731 *modep = mode;
1000 ace_allow_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) argument
1008 return (ace_mask_to_mode(mask, modep, isdir));
/freebsd-current/sbin/dump/
H A Dtraverse.c866 getino(ino_t inum, int *modep) argument
885 *modep = (dp1->di_mode & IFMT);
889 *modep = (dp2->di_mode & IFMT);
/freebsd-current/sys/kern/
H A Duipc_ktls.c1442 ktls_get_rx_mode(struct socket *so, int *modep) argument
1454 *modep = TCP_TLS_MODE_NONE;
1456 *modep = tls->mode;
1505 ktls_get_tx_mode(struct socket *so, int *modep) argument
1517 *modep = TCP_TLS_MODE_NONE;
1519 *modep = tls->mode;
H A Dsys_capability.c128 return (copyout(&i, uap->modep, sizeof(i)));
H A Dsystrace_args.c2830 uarg[a++] = (intptr_t)p->modep; /* u_int * */
/freebsd-current/tests/sys/audit/
H A Dprocess-control.c1546 int modep; local
1554 ATF_REQUIRE_EQ(0, cap_getmode(&modep));
/freebsd-current/lib/libsys/
H A D_libsys.h794 int __sys_cap_getmode(u_int * modep);
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c2719 uarg[a++] = (intptr_t)p->modep; /* u_int * */

Completed in 321 milliseconds