/freebsd/usr.bin/mkfifo/ |
H A D | mkfifo.c | 53 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 D | ls.c | 57 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 D | 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/sys/arm/freescale/imx/ |
H A D | imx_gpio.c | 179 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 D | mv.c | 161 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 D | rm.c | 390 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 D | 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/sys/sys/ |
H A D | ktls.h | 230 int ktls_get_rx_mode(struct socket *so, int *modep); 231 int ktls_get_tx_mode(struct socket *so, int *modep);
|
H A D | capsicum.h | 483 int cap_getmode(u_int *modep);
|
H A D | sysproto.h | 1521 char modep_l_[PADL_(u_int *)]; u_int * modep; char modep_r_[PADR_(u_int *)]; member
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | 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/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | 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/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | 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/sbin/dump/ |
H A D | traverse.c | 862 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 D | uipc_ktls.c | 1461 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 D | sys_capability.c | 129 return (copyout(&i, uap->modep, sizeof(i))); in sys_cap_getmode()
|
H A D | systrace_args.c | 2824 uarg[a++] = (intptr_t)p->modep; /* u_int * */ in systrace_args()
|
/freebsd/tests/sys/audit/ |
H A D | process-control.c | 1546 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.h | 797 int __sys_cap_getmode(u_int * modep);
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_systrace_args.c | 2713 uarg[a++] = (intptr_t)p->modep; /* u_int * */ in systrace_args()
|