HomeSort by: relevance | last modified time | path
    Searched refs:DELETE (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/include/protocols/
talkd.h 101 #define DELETE 2 /* delete invitation by caller */
  /src/usr.bin/talk/
invite.c 58 * These are used to delete the
104 * Have the daemons delete the invitations now that we
111 ctl_transact(my_machine_addr, msg, DELETE, &response);
113 ctl_transact(his_machine_addr, msg, DELETE, &response);
173 msg.type = DELETE;
look_up.c 90 ctl_transact(his_machine_addr, msg, DELETE, rp);
  /src/usr.bin/sort/
msort.c 75 #define DELETE (1)
228 if (insert(flist, cfile, nfiles, !DELETE))
280 c = insert(flist, cfile, nfiles, DELETE);
301 * if delete: inserts rec in flist, deletes flist[0];
306 insert(struct mfile **flist, struct mfile *rec, int ttop, int delete)
338 if (delete) {
  /src/lib/libedit/
chared.h 116 #define DELETE 0x01
vi.c 291 * Delete with insert == change: first we delete and then we leave in
294 return cv_action(el, DELETE | INSERT);
457 * Vi delete prefix command
465 return cv_action(el, DELETE);
  /src/include/arpa/
nameser_compat.h 140 #define DELETE ns_uop_delete
  /src/sys/fs/adosfs/
adlookup.c 105 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME))
225 if (nameiop == DELETE && last) {
  /src/libexec/talkd/
process.c 47 * DELETE - delete invitation
125 case DELETE:
  /src/sys/fs/filecorefs/
filecore_lookup.c 89 * The flag argument is LOOKUP, CREATE, RENAME, or DELETE depending on
91 * When CREATE, RENAME, or DELETE is specified, information usable in
110 * if at end of path and deleting, return information to allow delete
156 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME))
181 * location of the last DELETE or RENAME has not reduced
  /src/sys/ufs/lfs/
ulfs_lookup.c 86 * The cnp->cn_nameiop argument is LOOKUP, CREATE, RENAME, or DELETE depending
88 * When CREATE, RENAME, or DELETE is specified, information usable in
107 * if at end of path and deleting, return information to allow delete
171 (nameiop == DELETE || nameiop == RENAME))
235 * location of the last DELETE or RENAME has not reduced
265 &results->ulr_offset, &bp, nameiop == DELETE ? &prevoff : NULL)) {
447 (nameiop == DELETE &&
471 } else if (nameiop == DELETE) {
541 if (nameiop == DELETE && (flags & ISLASTCN)) {
562 * Write access to directory required to delete files
    [all...]
  /src/sys/sys/
namei.h 146 #define DELETE 2 /* setup for file deletion */
namei.src 138 NAMEIFL DELETE 2 /* setup for file deletion */
  /src/sys/ufs/ufs/
ufs_lookup.c 190 } else if (nameiop == DELETE) {
207 * Check if we can delete inode tdp in directory vdp with inode ip and creds.
247 * Write access to directory required to delete files.
259 * may not delete it (unless she's root). This
295 * The cnp->cn_nameiop argument is LOOKUP, CREATE, RENAME, or DELETE depending
297 * When CREATE, RENAME, or DELETE is specified, information usable in
316 * if at end of path and deleting, return information to allow delete
371 (nameiop == DELETE || nameiop == RENAME))
436 * location of the last DELETE or RENAME has not reduced
457 nameiop == DELETE ? &prevoff : NULL))
    [all...]
  /src/sys/fs/cd9660/
cd9660_lookup.c 66 * The flag argument is LOOKUP, CREATE, RENAME, or DELETE depending on
68 * When CREATE, RENAME, or DELETE is specified, information usable in
86 * if at end of path and deleting, return information to allow delete
141 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME))
177 * location of the last DELETE or RENAME has not reduced
  /src/sys/miscfs/genfs/
genfs_rename.c 264 KASSERT(fcnp->cn_nameiop == DELETE);
298 * only at most delete the source entry. We are guaranteed at
577 KASSERT(fcnp->cn_nameiop == DELETE);
674 KASSERT(fcnp->cn_nameiop == DELETE);
1155 * We want to delete the entry. If the directory is immutable,
1156 * we can't write to it to delete the entry. If the directory
1158 * entries, so we can't delete entries. If the node is
1160 * delete the entry. If the node is append-only...well, this
layer_vnops.c 356 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME)) {
  /src/sys/fs/tmpfs/
tmpfs_vnops.c 160 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME)) {
266 if (lastcn && (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME)) {
1342 case DELETE:
  /src/sys/miscfs/umapfs/
umap_vnops.c 351 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME))
  /src/sys/fs/msdosfs/
msdosfs_lookup.c 149 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME))
477 if (nameiop == DELETE && (flags & ISLASTCN)) {
485 * Write access to directory required to delete files.
950 * We are a bit aggressive here in that we delete any Win95
  /src/sys/fs/unionfs/
unionfs_subr.c 317 if (nameiop == DELETE)
381 * relookup for DELETE namei operation.
398 strlen(cnp->cn_nameptr), DELETE);
  /src/sys/ufs/ext2fs/
ext2fs_lookup.c 247 * The cnp->cn_nameiop argument is LOOKUP, CREATE, RENAME, or DELETE depending
249 * When CREATE, RENAME, or DELETE is specified, information usable in
268 * if at end of path and deleting, return information to allow delete
322 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME))
370 * location of the last DELETE or RENAME has not reduced
629 if (nameiop == DELETE && (flags & ISLASTCN)) {
650 * Write access to directory required to delete files.
659 * may not delete it (unless she's root). This
  /src/sys/rump/librump/rumpvfs/
rumpfs.c 694 && (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME))
796 if ((cnp->cn_flags & ISLASTCN) && cnp->cn_nameiop == DELETE) {
1249 case DELETE:
  /src/sbin/disklabel/
main.c 136 /* To delete a label, we just invert the magic numbers */
154 static int Dflag; /* Delete old labels (use with write) */
482 DELETE
528 case 'D': /* Delete all existing labels */
666 op = Dflag ? DELETE : READ;
689 case DELETE: /* Remove all existing labels */
2138 { "-D [-v] disk", "(to delete existing label(s))" },
  /src/sys/kern/
vfs_lookup.c 424 * The flag argument is LOOKUP, CREATE, RENAME, or DELETE depending on
426 * When CREATE, RENAME, or DELETE is specified, information usable in
1519 if (cnp->cn_nameiop == DELETE)
1774 * a CREATE, DELETE, or RENAME), and we don't have one
1822 case DELETE:
1836 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME)) {

Completed in 28 milliseconds

1 2