Home
last modified time | relevance | path

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

/freebsd-11-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-11-stable/usr.bin/find/
HDls.c64 char modep[15]; in printlong() local
67 (void)strmode(sb->st_mode, modep); in printlong()
68 (void)printf("%s %3ju %-*s %-*s ", modep, (uintmax_t)sb->st_nlink, in printlong()
/freebsd-11-stable/sys/arm/freescale/imx/
HDimx_gpio.c170 u_int *irqp, uint32_t *modep) in gpio_pic_map_fdt() argument
219 if (modep != NULL) in gpio_pic_map_fdt()
220 *modep = mode; in gpio_pic_map_fdt()
226 u_int *irqp, uint32_t *modep) in gpio_pic_map_gpio() argument
250 if (modep != NULL) in gpio_pic_map_gpio()
251 *modep = dag->gpio_intr_mode; in gpio_pic_map_gpio()
257 u_int *irqp, uint32_t *modep) in gpio_pic_map() argument
263 irqp, modep)); in gpio_pic_map()
266 irqp, modep)); in gpio_pic_map()
/freebsd-11-stable/bin/mv/
HDmv.c178 char modep[15]; in do_move() local
203 strmode(sb.st_mode, modep); in do_move()
205 modep + 1, modep[9] == ' ' ? "" : " ", in do_move()
/freebsd-11-stable/sys/arm/ti/
HDti_gpio.c968 u_int *irqp, uint32_t *modep) in ti_gpio_pic_map_fdt() argument
999 if (modep != NULL) in ti_gpio_pic_map_fdt()
1000 *modep = mode; in ti_gpio_pic_map_fdt()
1006 u_int *irqp, uint32_t *modep) in ti_gpio_pic_map_gpio() argument
1020 if (modep != NULL) in ti_gpio_pic_map_gpio()
1021 *modep = mode; in ti_gpio_pic_map_gpio()
1027 u_int *irqp, uint32_t *modep) in ti_gpio_pic_map() argument
1033 (struct intr_map_data_fdt *)data, irqp, modep)); in ti_gpio_pic_map()
1036 (struct intr_map_data_gpio *)data, irqp, modep)); in ti_gpio_pic_map()
/freebsd-11-stable/bin/rm/
HDrm.c493 char modep[15], *flagsp; in check() local
510 strmode(sp->st_mode, modep); in check()
518 modep + 1, modep[10] == ' ' ? "" : " ", in check()
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
HDbcm2835_gpio.c1112 u_int *irqp, uint32_t *modep) in bcm_gpio_pic_map_fdt() argument
1149 if (modep != NULL) in bcm_gpio_pic_map_fdt()
1150 *modep = mode; in bcm_gpio_pic_map_fdt()
1156 u_int *irqp, uint32_t *modep) in bcm_gpio_pic_map_gpio() argument
1172 if (modep != NULL) in bcm_gpio_pic_map_gpio()
1173 *modep = mode; in bcm_gpio_pic_map_gpio()
1179 u_int *irqp, uint32_t *modep) in bcm_gpio_pic_map() argument
1185 (struct intr_map_data_fdt *)data, irqp, modep)); in bcm_gpio_pic_map()
1188 (struct intr_map_data_gpio *)data, irqp, modep)); in bcm_gpio_pic_map()
/freebsd-11-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-11-stable/contrib/telnet/libtelnet/
HDencrypt.c174 int *modep; member
723 if (!(ep = (*kp->getcrypt)(*kp->modep))) { in encrypt_keyid()
750 encrypt_start_output(*kp->modep); in encrypt_keyid()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/acl/
HDacl_common.c738 ace_mask_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_mask_to_mode() argument
766 *modep = mode; in ace_mask_to_mode()
1035 ace_allow_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_allow_to_mode() argument
1043 return (ace_mask_to_mode(mask, modep, isdir)); in ace_allow_to_mode()
/freebsd-11-stable/sbin/dump/
HDtraverse.c873 getino(ino_t inum, int *modep) in getino() argument
892 *modep = (dp1->di_mode & IFMT); in getino()
896 *modep = (dp2->di_mode & IFMT); in getino()
/freebsd-11-stable/sys/sys/
HDcapsicum.h393 int cap_getmode(u_int *modep);
HDsysproto.h1633 char modep_l_[PADL_(u_int *)]; u_int * modep; char modep_r_[PADR_(u_int *)]; member
/freebsd-11-stable/sys/kern/
HDsys_capability.c126 return (copyout(&i, uap->modep, sizeof(i))); in sys_cap_getmode()
HDsystrace_args.c3050 uarg[0] = (intptr_t) p->modep; /* u_int * */ in systrace_args()
/freebsd-11-stable/sys/compat/freebsd32/
HDfreebsd32_systrace_args.c2977 uarg[0] = (intptr_t) p->modep; /* u_int * */ in systrace_args()