Searched defs:delete (Results 76 - 84 of 84) sorted by relevance

1234

/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c922 * delete command is used.
1701 boolean_t delete = B_TRUE; local
1822 delete = B_FALSE;
1826 if (new_acct && delete)
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c1597 * delete the 'lock' and form new locks to represent the non-overlapped
2113 * delete the edge from the adjacency list
2756 /* delete active locks */
2808 /* delete active locks */
2863 /* delete active locks */
3381 flk_update_proc_graph(edge_t *ep, int delete) argument
3400 if (!delete)
/illumos-gate/usr/src/cmd/ed/
H A Ded.c277 static void delete(void);
562 delete();
574 delete();
1617 delete(void) function
2724 while (*--p == '/') /* delete trailing slashes */
2781 /* and delete trailing '/' */
2791 /* delete trailing '/' */
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c315 ibdm_gid_t *delete, *head; local
384 /* delete GID list in IOC */
389 delete = head;
391 kmem_free(delete, sizeof (ibdm_gid_t));
395 /* delete ioc_serv */
428 ibdm_gid_t *head, *delete; local
476 delete = head;
478 kmem_free(delete, sizeof (ibdm_gid_t));
6399 ibdm_gid_t *delete; local
6401 for (delete
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c81 const char * const delete_attr = "delete";
839 xmlChar *name, *type, *delete; local
877 delete = xmlGetProp(pgroup, (xmlChar *)delete_attr);
878 pg->sc_pgroup_delete = (xmlStrcmp(delete, (xmlChar *)true) == 0);
879 xmlFree(delete);
1062 xmlChar *name, *timeout, *delete; local
1141 delete = xmlGetProp(emeth, (xmlChar *)delete_attr);
1142 pg->sc_pgroup_delete = (xmlStrcmp(delete, (xmlChar *)true) == 0);
1143 xmlFree(delete);
1155 xmlChar *delete; local
1255 xmlChar *fmri, *delete; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c307 int delete; member in struct:envlist
2126 env->delete = 0;
2135 * Used to delete an environment variable from the linked list
2136 * structure. We just set a flag because we will delete the list
2146 env->delete = 1;
3163 if (env->delete)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c2927 // delete old RData
2929 if (!(ptr = putDeletionRecordWithLimit(&m->omsg, ptr, &rr->resrec, limit))) goto exit; // delete old rdata
2941 // delete any previous value
3263 // For TXT and SRV records, we delete the previous record if any by sending the same
3399 // SendRecordRegistrtion might delete the rr from list, hence
3611 // The client may potentially delete the resource record on error which we normally
3612 // delete during deregistration
5234 // act as if the update succeeded, since we're about to delete the name anyway
5261 // If domain is already in list, and marked for deletion, unmark the delete
5383 mDNSlocal void uDNS_DeleteWABQueries(mDNS *const m, SearchListElem *ptr, int delete) argument
[all...]
H A DmDNS.c1606 // Before we delete the record (and potentially send a goodbye packet)
1624 rr->next = dup; // ... splice it in right after the record we're about to delete
1680 // we need to retract that announcement before we delete the record
2907 // 5. For records with rroriginalttl set to zero, that means we really want to delete them immediately
4432 if (m->timenow - event >= 0) // If expired, delete it
4618 // client callbacks, which may delete their own or any other question. Our mechanism for detecting
7254 // delete all our own AuthRecords (which are identified by having zero MAC tags on them).
8051 // For mDNS, TTL zero means "delete this record"
8055 // respectively, and then if we get no response, delete the record from the cache at 15 seconds.
8057 // and when we delete th
14596 SetConfigState(mDNS *const m, mDNSBool delete) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h340 #define DB_RENUMBER 0x0040 /* Recno: renumber on insert/delete. */
949 #define delete(a) __db_dbm_delete(a) macro

Completed in 169 milliseconds

1234