Lines Matching refs:entry
133 /* invalid entry */
347 * converts a device_map entry into a printable string
372 * calls dmap2str to break given devmap_t into printable entry.
373 * returns pointer to decoded entry, NULL on error.
393 * converts a device_allocate entry into a printable string
455 * calls da2str to break given devalloc_t into printable entry.
456 * returns pointer to decoded entry, NULL on error.
501 * calls _def2str to break given da_defs_t into printable entry.
502 * returns pointer decoded entry, NULL on error.
524 * returns 0 if given entry not found, 1 if given entry removed, 2 on
540 * During DA_ADD, we keep an existing entry unless
541 * we have DA_FORCE set to override that entry.
553 /* retaining defattr entry: tmp_str->se_str */
674 * Cycles through again, adds dargs entry
677 * IFF it is a new entry.
824 /* retaining devmap entry: tmp_str->se_str */
855 * to make sure we don't change the entry for an existing
915 /* make list w/o this entry */
926 /* retaining devalloc entry: tmp_str->se_str */
949 * returns 0 if given entry not found, 1 if given entry removed, 2 on
980 /* retaining devalloc entry: tmp_str->se_str */
1011 /* retaining devmap entry: tmp_str->se_str */
1108 * writes the new entry to devalloc_defaults.
1855 * Either this is the first entry ever, or no matching entry
1858 if (dentry == NULL) /* first entry ever */
1860 else /* no matching entry */
1946 * This is the first entry of this device type.
2094 * what we removed above was the first entry
2095 * in the list. make the next entry to be the
2101 * the matching entry was the only entry in the list
2127 * that /devices entry.
2132 * da_rm_list_entry removes an entry from the linked list of devices.
2164 /* Presumably in daemon mode, no need to remove entry, list is empty */
2212 da_deventry_t *entry, *dentry;
2228 for (entry = dentry; entry != NULL; entry = entry->next) {
2229 devinfo = &(entry->devinfo);