| /freebsd-11-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-11-stable/usr.bin/find/ |
| HD | ls.c | 64 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/ |
| HD | imx_gpio.c | 170 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/ |
| HD | mv.c | 178 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/ |
| HD | ti_gpio.c | 968 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/ |
| HD | rm.c | 493 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/ |
| HD | bcm2835_gpio.c | 1112 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/ |
| 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-11-stable/contrib/telnet/libtelnet/ |
| HD | encrypt.c | 174 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/ |
| HD | acl_common.c | 738 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/ |
| HD | traverse.c | 873 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/ |
| HD | capsicum.h | 393 int cap_getmode(u_int *modep);
|
| HD | sysproto.h | 1633 char modep_l_[PADL_(u_int *)]; u_int * modep; char modep_r_[PADR_(u_int *)]; member
|
| /freebsd-11-stable/sys/kern/ |
| HD | sys_capability.c | 126 return (copyout(&i, uap->modep, sizeof(i))); in sys_cap_getmode()
|
| HD | systrace_args.c | 3050 uarg[0] = (intptr_t) p->modep; /* u_int * */ in systrace_args()
|
| /freebsd-11-stable/sys/compat/freebsd32/ |
| HD | freebsd32_systrace_args.c | 2977 uarg[0] = (intptr_t) p->modep; /* u_int * */ in systrace_args()
|