Searched defs:writable (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/file/ |
H A D | ktfile.h | 63 uchar_t writable:1; /* Was the file opened for writing? */ member in struct:_krb5_ktfile_data
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_streams.c | 43 static void writable(evContext opaqueCtx, void *uap, int fd, int evmask); 69 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0) 260 writable(evContext opaqueCtx, void *uap, int fd, int evmask) { function
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_init.c | 162 profile_is_writable(profile_t profile, int *writable) argument 167 if (!writable) 171 *writable = (profile->first_file->data->flags & PROFILE_FILE_RW);
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | recipient.c | 1276 ** WRITABLE -- predicate returning if the file is writable. 1284 ** not writable. This is also enforced by mailfile. 1300 writable(filename, ctladdr, flags) function 1310 sm_dprintf("writable(%s, 0x%lx)\n", filename, flags); 1313 ** File does exist -- check that it is writable. 1589 /* check for writable parent directory */ 1725 /* if path was writable, check to avoid file giveaway tricks */ 1811 sm_dprintf("include: %s is %s writable, marked unsafe\n", 1817 "%s: %s writable %s file, marked unsafe",
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | utilities.c | 553 writable(char *name) function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 110 #define TALKABLE 0220 /* tty is writable if this mode */ 126 char writable; /* tty is writable */ member in struct:person 563 pers->writable ? ' ' : '*', 598 if (pers->loggedin && !pers->writable) { 642 if (pers->loggedin && !pers->writable) { 828 pers->writable = (ttystatus.st_mode & TALKABLE) == TALKABLE;
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 1088 writable(caddr_t name) function
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | backend.c | 992 * _BACKEND_READONLY backend is not writable 1193 * if the repository has been upgraded before it is writable, so that 1264 * If we don't *need* to be writable, only check every once in a 1277 * the persistent path to see if it is writable. The 1278 * non-persistent path will always be writable. 1306 * swap the db handles. Mark ourself as writable, upgrade the 1456 * _BACKEND_READONLY backend is not writable 1620 * REP_PROTOCOL_FAIL_BACKEND_READONLY backend is not writable 2009 * not be writable at this point. Actual upgrade is carried out 2018 * check if we are writable 2108 backend_tx_begin_common(backend_type_t t, backend_tx_t **txp, int writable) argument [all...] |
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 420 int writable = 1; local 427 !zone_dataset_visible(dataset, &writable)) 444 /* must be writable by this zone */ 445 if (!writable)
|
Completed in 140 milliseconds