Symbol: setmode
bin/chmod/chmod.c
148
if ((set = setmode(mode)) == NULL)
bin/mkdir/mkdir.c
83
if ((set = setmode(mode)) == NULL)
bin/sh/miscbltin.c
442
if ((set = setmode (ap)) == NULL)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
433
setmode(fd, O_BINARY);
crypto/openssh/scp.c
631
setmode(0, O_BINARY);
crypto/openssh/sftp-server.c
2020
setmode(in, O_BINARY);
crypto/openssh/sftp-server.c
2021
setmode(out, O_BINARY);
crypto/openssl/crypto/bio/bss_file.c
265
setmode(fd, O_BINARY);
crypto/openssl/include/internal/e_os.h
65
#define _setmode setmode
include/unistd.h
579
void *setmode(const char *);
sbin/devfs/rule.c
395
set = setmode(av[1]);
sbin/mdmfs/mdmfs.c
222
if ((set = setmode(optarg)) == NULL)
sys/dev/ata/ata-pci.c
385
ctlr->setmode = ata_generic_setmode;
sys/dev/ata/ata-pci.c
721
if (ctlr->setmode)
sys/dev/ata/ata-pci.c
722
return (ctlr->setmode(dev, target, mode));
sys/dev/ata/ata-pci.h
66
int (*setmode)(device_t, int, int);
sys/dev/ata/chipsets/ata-acard.c
105
ctlr->setmode = ata_acard_86X_setmode;
sys/dev/ata/chipsets/ata-acard.c
99
ctlr->setmode = ata_acard_850_setmode;
sys/dev/ata/chipsets/ata-acerlabs.c
116
ctlr->setmode = ata_sata_setmode;
sys/dev/ata/chipsets/ata-acerlabs.c
158
ctlr->setmode = ata_ali_setmode;
sys/dev/ata/chipsets/ata-acerlabs.c
164
ctlr->setmode = ata_ali_setmode;
sys/dev/ata/chipsets/ata-amd.c
102
ctlr->setmode = ata_amd_setmode;
sys/dev/ata/chipsets/ata-ati.c
136
ctlr->setmode = ata_sata_setmode;
sys/dev/ata/chipsets/ata-ati.c
172
ctlr->setmode = ata_ati_setmode;
sys/dev/ata/chipsets/ata-cypress.c
89
ctlr->setmode = ata_cypress_setmode;
sys/dev/ata/chipsets/ata-cyrix.c
81
ctlr->setmode = ata_cyrix_setmode;
sys/dev/ata/chipsets/ata-highpoint.c
135
ctlr->setmode = ata_highpoint_setmode;
sys/dev/ata/chipsets/ata-intel.c
222
ctlr->setmode = ata_intel_old_setmode;
sys/dev/ata/chipsets/ata-intel.c
239
ctlr->setmode = ata_sata_setmode;
sys/dev/ata/chipsets/ata-intel.c
247
ctlr->setmode = ata_intel_sch_setmode;
sys/dev/ata/chipsets/ata-intel.c
254
ctlr->setmode = ata_intel_new_setmode;
sys/dev/ata/chipsets/ata-intel.c
291
ctlr->setmode = ata_sata_setmode;
sys/dev/ata/chipsets/ata-intel.c
397
ctlr->setmode = ata_intel_new_setmode;
sys/dev/ata/chipsets/ata-ite.c
104
ctlr->setmode = ata_ite_821x_setmode;
sys/dev/ata/chipsets/ata-ite.c
94
ctlr->setmode = ata_ite_8213_setmode;
sys/dev/ata/chipsets/ata-jmicron.c
104
ctlr->setmode = ata_jmicron_setmode;
sys/dev/ata/chipsets/ata-jmicron.c
122
ctlr->setmode = ata_jmicron_setmode;
sys/dev/ata/chipsets/ata-marvell.c
137
ctlr->setmode = ata_marvell_setmode;
sys/dev/ata/chipsets/ata-national.c
83
ctlr->setmode = ata_national_setmode;
sys/dev/ata/chipsets/ata-netcell.c
82
ctlr->setmode = ata_netcell_setmode;
sys/dev/ata/chipsets/ata-nvidia.c
197
ctlr->setmode = ata_sata_setmode;
sys/dev/ata/chipsets/ata-nvidia.c
235
ctlr->setmode = ata_sata_setmode;
sys/dev/ata/chipsets/ata-nvidia.c
241
ctlr->setmode = ata_nvidia_setmode;
sys/dev/ata/chipsets/ata-promise.c
232
ctlr->setmode = ata_promise_setmode;
sys/dev/ata/chipsets/ata-promise.c
238
ctlr->setmode = ata_promise_setmode;
sys/dev/ata/chipsets/ata-promise.c
290
ctlr->setmode = ata_promise_setmode;
sys/dev/ata/chipsets/ata-promise.c
341
ctlr->setmode = ata_promise_mio_setmode;
sys/dev/ata/chipsets/ata-serverworks.c
140
ctlr->setmode = ata_sata_setmode;
sys/dev/ata/chipsets/ata-serverworks.c
166
ctlr->setmode = ata_serverworks_setmode;
sys/dev/ata/chipsets/ata-siliconimage.c
150
ctlr->setmode = ata_sata_setmode;
sys/dev/ata/chipsets/ata-siliconimage.c
154
ctlr->setmode = ata_sii_setmode;
sys/dev/ata/chipsets/ata-siliconimage.c
168
ctlr->setmode = ata_cmd_setmode;
sys/dev/ata/chipsets/ata-sis.c
190
ctlr->setmode = ata_sata_setmode;
sys/dev/ata/chipsets/ata-sis.c
196
ctlr->setmode = ata_sis_setmode;
sys/dev/ata/chipsets/ata-via.c
155
ctlr->setmode = ata_via_sata_setmode;
sys/dev/ata/chipsets/ata-via.c
172
ctlr->setmode = ata_via_new_setmode;
sys/dev/ata/chipsets/ata-via.c
174
ctlr->setmode = ata_sata_setmode;
sys/dev/ata/chipsets/ata-via.c
202
ctlr->setmode = ata_via_old_setmode;
tools/build/cross-build/include/linux/unistd.h
78
void *setmode(const char *);
tools/regression/security/open_to_operation/open_to_operation.c
300
check_fchmod(const char *testname, const char *path, int setmode,
tools/regression/security/open_to_operation/open_to_operation.c
315
if (fchmod(fd, setmode) == 0)
tools/tools/ath/athprom/athprom.c
826
setmode(headerInfo11A);
tools/tools/ath/athprom/athprom.c
833
setmode(headerInfo11A);
tools/tools/ath/athprom/athprom.c
841
setmode(headerInfo11G);
tools/tools/ath/athprom/athprom.c
848
setmode(headerInfo11B); /* NB: 2.4GHz */
tools/tools/ath/athprom/athprom.c
856
setmode(headerInfo11B);
usr.bin/bintrans/uudecode.c
222
handle = setmode(p);
usr.bin/bsdiff/bsdiff/config.h
57
# define _setmode setmode
usr.bin/find/function.c
1393
if ((set = setmode(perm)) == NULL)
usr.bin/mkfifo/mkfifo.c
75
if ((modep = setmode(modestr)) == NULL) {
usr.bin/xinstall/xinstall.c
242
if (!(set = setmode(optarg)))
usr.sbin/daemon/daemon.c
256
if ((set = setmode(optarg)) == NULL) {
usr.sbin/pw/pw_conf.c
301
modeset = setmode(q);
usr.sbin/pw/pw_user.c
1128
if ((set = setmode(mode)) == NULL)