Searched defs:mode (Results 1 - 8 of 8) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Dsafechown.c16 * safechown changes the owner ship of src to uid. If the mode parameter
17 * does not equal -1 changes the mode of src as well.
23 safechown(const char *src, uid_t uid, gid_t gid, int mode) argument
62 if (mode != -1) {
63 if (fchmod(fd, (mode_t)mode)) {
78 fprintf(stderr, "Usage %s [-u uid] [-m mode] source\n", prg);
85 int mode = -1; local
91 mode = strtol(optarg, 0, 8);
104 if (safechown(argv[optind], uid, getgid(), mode)) {
H A Dprof_solaris.c1073 * writable by root as the O_NOLINKS mode for open() was removed to avoid a
1086 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; local
1110 fd = open(*filenames, O_RDWR|O_CREAT|O_NOFOLLOW, mode);
/solaris-userland/components/bzip2/
H A Doldapi.c139 bzopen(const char *path, const char *mode) argument
141 return (BZ2_bzopen(path, mode));
145 bzdopen(int fd, const char *mode) argument
147 return (BZ2_bzdopen(fd, mode));
/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A De_des3.c275 int mode = ctx->cipher->flags & EVP_CIPH_MODE; local
277 if (mode == EVP_CIPH_CBC_MODE) {
325 int mode = ctx->cipher->flags & EVP_CIPH_MODE; local
327 if (mode == EVP_CIPH_CBC_MODE) {
H A De_aes.c269 int ret, mode; local
272 mode = ctx->cipher->flags & EVP_CIPH_MODE;
273 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE)
277 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
282 if (mode == EVP_CIPH_CBC_MODE)
284 else if (mode == EVP_CIPH_CTR_MODE)
438 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
439 static const EVP_CIPHER aesni_##keylen##_##mode = { \
443 aesni_##mode##_ciphe
549 int ret, mode, bits; local
923 int ret, mode; local
[all...]
/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c82 int ep, int ep_type, int mode);
1378 int mode)
1389 "ep=0x%x mode=%d index=%d\n", ep, mode, index);
1459 * mode before opening the endpoint
1510 if ((fd = open(filename, mode)) == -1) {
1377 usb_check_device_and_status_open(usb_dev_handle *dev, int ep, int ep_type, int mode) argument
/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h338 * consists of either a connected mode header or a datagram mode header. The
347 /* Header used for IB send commands using UD mode. */
361 * consists of either a connected mode header or a datagram mode header. The
374 /* Header used with IB send commands using connected mode. */
387 * consists of either a connected mode header or a datagram mode header. The
394 /* Header used for IB send commands using UD mode. */
396 /* Header used with IB send commands using connected mode
2708 enum psif_epsc_log_mode mode:32; member in struct:psif_epsc_csr_log_ctrl
3026 enum psif_epsc_vimma_admmode mode:16; member in struct:psif_epsc_vimma_set_admmode
[all...]
H A Dpsif_hw_data_le.h292 * consists of either a connected mode header or a datagram mode header. The
300 /* Header used for IB send commands using UD mode. */
315 * consists of either a connected mode header or a datagram mode header. The
323 /* Header used with IB send commands using connected mode. */
341 * consists of either a connected mode header or a datagram mode header. The
348 /* Header used for IB send commands using UD mode. */
350 /* Header used with IB send commands using connected mode
2679 enum psif_epsc_log_mode mode:32; member in struct:psif_epsc_csr_log_ctrl
3005 enum psif_epsc_vimma_admmode mode:16; member in struct:psif_epsc_vimma_set_admmode
[all...]

Completed in 55 milliseconds