Home
last modified time | relevance | path

Searched refs:S_IWUGO (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c480 S_IRUGO | S_IWUGO, &sdpstats_fops); in sdp_proc_init()
488 S_IRUGO | S_IWUGO, &sdpprf_fops); in sdp_proc_init()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h66 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH) macro
/freebsd/sys/compat/lindebugfs/
H A Dlindebugfs.c259 umode_t write = mode & S_IWUGO; in debugfs_create_mode_unsafe()